2024-02-06T17:53:01.942 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-06T17:53:01.942 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi --verbose --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/7548089 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548089/orig.config.yaml 2024-02-06T17:53:01.977 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-06T17:53:02.055 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/7548089 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: '7548089' 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: smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH4A3ARO/NqS7XPWVkxB7UBX7zL/cT/Y63aFowX+P7b3sHb+7vZDed9vlWwE3rg/YdSp0eiDO7DnLmNQN4weYpI= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOT3mZRcsdR0WezxNBAwMFtJNCr3BsSeqpHOvR7lsiZOJNeTHj96+7ERxTFBAB5E595dc23na5FvNv0fqZ50/c= 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:53:02.055 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:53:02.056 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks 2024-02-06T17:53:02.056 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-06T17:53:02.057 INFO:teuthology.task.internal:Checking packages... 2024-02-06T17:53:02.078 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ce0a401e7175623ae7f0c4552bd00c17eefaf943' 2024-02-06T17:53:02.078 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-06T17:53:02.078 INFO:teuthology.packaging:ref: None 2024-02-06T17:53:02.078 INFO:teuthology.packaging:tag: None 2024-02-06T17:53:02.078 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-02-1149-pacific 2024-02-06T17:53:02.078 INFO:teuthology.packaging:sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:53:02.078 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:53:02.292 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-512.gce0a401e 2024-02-06T17:53:02.293 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-06T17:53:02.299 INFO:teuthology.task.internal:no buildpackages task found 2024-02-06T17:53:02.299 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-06T17:53:02.316 INFO:teuthology.task.internal:Saving configuration 2024-02-06T17:53:02.329 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-06T17:53:02.334 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:53:02.356 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.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/7548089', '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:47:39.175944', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH4A3ARO/NqS7XPWVkxB7UBX7zL/cT/Y63aFowX+P7b3sHb+7vZDed9vlWwE3rg/YdSp0eiDO7DnLmNQN4weYpI='} 2024-02-06T17:53:02.376 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.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/7548089', '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:47:39.174200', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOT3mZRcsdR0WezxNBAwMFtJNCr3BsSeqpHOvR7lsiZOJNeTHj96+7ERxTFBAB5E595dc23na5FvNv0fqZ50/c='} 2024-02-06T17:53:02.376 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-06T17:53:02.381 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-06T17:53:02.381 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-06T17:53:02.381 INFO:teuthology.run_tasks:Running task console_log... 2024-02-06T17:53:02.445 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f42c4fdbee0>, signals=[15]) 2024-02-06T17:53:02.445 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-06T17:53:02.451 INFO:teuthology.task.internal:Opening connections... 2024-02-06T17:53:02.451 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T17:53:02.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:53:02.531 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-02-06T17:53:02.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:53:02.604 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-06T17:53:02.609 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-02-06T17:53:02.632 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-02-06T17:53:02.632 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-02-06T17:53:02.692 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-06T17:53:02.693 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-06T17:53:02.694 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-02-06T17:53:02.714 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-02-06T17:53:02.736 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-02-06T17:53:02.736 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-02-06T17:53:02.796 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="CentOS Stream" 2024-02-06T17:53:02.796 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="8" 2024-02-06T17:53:02.796 INFO:teuthology.orchestra.run.smithi149.stdout:ID="centos" 2024-02-06T17:53:02.796 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="rhel fedora" 2024-02-06T17:53:02.796 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="8" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el8" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://centos.org/" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-06T17:53:02.797 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-06T17:53:02.797 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-02-06T17:53:02.822 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-06T17:53:02.830 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-06T17:53:02.883 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-06T17:53:02.883 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-02-06T17:53:02.885 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-02-06T17:53:02.904 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-06T17:53:02.910 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-06T17:53:02.910 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-02-06T17:53:02.946 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-02-06T17:53:02.986 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-06T17:53:03.036 INFO:teuthology.run_tasks:Running task kernel... 2024-02-06T17:53:03.049 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-06T17:53:03.049 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-06T17:53:03.050 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-06T17:53:03.050 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-06T17:53:03.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:53:03.069 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-02-06T17:53:03.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:53:03.070 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-02-06T17:53:03.129 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-489.el8.x86_64 2024-02-06T17:53:03.129 INFO:teuthology.task.kernel:Running kernel on smithi149: 4.18.0-489.el8.x86_64 2024-02-06T17:53:03.129 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2024-02-06T17:53:03.131 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-489.el8.x86_64 2024-02-06T17:53:03.131 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-489.el8.x86_64 2024-02-06T17:53:03.132 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-02-06T17:53:06.580 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - AppStream 34 MB/s | 27 MB 00:00 2024-02-06T17:53:07.438 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - AppStream 14 MB/s | 27 MB 00:01 2024-02-06T17:53:12.131 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-02-06T17:53:12.988 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 10 MB 00:00 2024-02-06T17:53:14.331 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2024-02-06T17:53:14.865 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-02-06T17:53:15.105 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2024-02-06T17:53:15.166 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-02-06T17:53:15.397 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2024-02-06T17:53:15.632 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-06T17:53:16.926 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2024-02-06T17:53:17.166 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-06T17:53:20.667 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 472 kB/s | 24 kB 00:00 2024-02-06T17:53:20.941 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 485 kB/s | 24 kB 00:00 2024-02-06T17:53:23.522 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-06T17:53:23.522 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-06T17:53:23.632 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-06T17:53:23.632 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T17:53:23.632 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-02-06T17:53:23.632 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout:Install 3 Packages 2024-02-06T17:53:23.633 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T17:53:23.634 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 90 M 2024-02-06T17:53:23.634 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 96 M 2024-02-06T17:53:23.634 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-06T17:53:23.880 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-06T17:53:23.880 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-06T17:53:23.980 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-02-06T17:53:23.981 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T17:53:23.981 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-02-06T17:53:23.981 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T17:53:23.981 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-02-06T17:53:23.981 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout:Install 3 Packages 2024-02-06T17:53:23.982 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T17:53:23.983 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 90 M 2024-02-06T17:53:23.983 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 96 M 2024-02-06T17:53:23.983 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-02-06T17:53:24.618 INFO:teuthology.orchestra.run.smithi134.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-02-06T17:53:25.384 INFO:teuthology.orchestra.run.smithi149.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 7.8 MB/s | 10 MB 00:01 2024-02-06T17:53:25.810 INFO:teuthology.orchestra.run.smithi134.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-02-06T17:53:26.244 INFO:teuthology.orchestra.run.smithi134.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 17 MB/s | 44 MB 00:02 2024-02-06T17:53:26.244 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:53:26.244 INFO:teuthology.orchestra.run.smithi134.stdout:Total 35 MB/s | 90 MB 00:02 2024-02-06T17:53:26.927 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-06T17:53:27.051 INFO:teuthology.orchestra.run.smithi149.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2024-02-06T17:53:27.357 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-06T17:53:27.358 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-06T17:53:28.599 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-06T17:53:28.625 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-06T17:53:29.251 INFO:teuthology.orchestra.run.smithi149.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 8.4 MB/s | 44 MB 00:05 2024-02-06T17:53:29.251 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:53:29.252 INFO:teuthology.orchestra.run.smithi149.stdout:Total 17 MB/s | 90 MB 00:05 2024-02-06T17:53:29.938 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-02-06T17:53:30.373 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-02-06T17:53:30.373 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-02-06T17:53:31.375 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-06T17:53:31.621 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-02-06T17:53:31.648 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-02-06T17:53:31.861 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:53:34.420 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-02-06T17:53:34.937 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:53:35.437 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:53:35.819 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:53:38.534 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:53:38.986 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:53:39.254 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:53:39.525 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:53:42.429 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:53:42.735 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:01.383 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:01.407 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:01.754 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:01.755 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:54:01.755 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T17:54:02.477 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-06T17:54:02.623 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:54:02.840 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:54:02.840 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:54:02.841 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:54:02.841 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-06T17:54:02.841 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-06T17:54:02.841 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-06T17:54:02.841 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-02-06T17:54:02.841 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:54:03.051 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:54:03.052 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:54:03.052 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2024-02-06T17:54:03.084 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.02 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 129.el8 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Group : System Environment/Base 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 9265586 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Relocations : (not relocatable) 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : CentOS BuildSystem 2024-02-06T17:54:03.085 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : CentOS 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T17:54:03.086 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2024-02-06T17:54:03.087 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-06T17:54:03.087 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 4.18.0-536.el8.x86_64 2024-02-06T17:54:03.087 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-06T17:54:04.491 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-02-06T17:54:04.936 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:04.962 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:05.329 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:05.329 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:54:05.329 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:54:06.030 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:54:06.031 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T17:54:06.031 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-02-06T17:54:06.031 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-06T17:54:06.031 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-06T17:54:06.031 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T17:54:06.031 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-02-06T17:54:06.169 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:54:06.394 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:54:06.394 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:54:06.394 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:54:06.394 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-06T17:54:06.394 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-06T17:54:06.394 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-06T17:54:06.394 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-02-06T17:54:06.394 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:54:06.600 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-02-06T17:54:06.601 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-02-06T17:54:06.609 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:54:06.609 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:54:06.610 DEBUG:teuthology.orchestra.run.smithi149:> sudo rpm -qi grub2-tools 2024-02-06T17:54:06.632 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.OMqsX3eFqj 2024-02-06T17:54:06.633 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OMqsX3eFqj 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Name : grub2-tools 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Epoch : 1 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Version : 2.02 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Release : 129.el8 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: x86_64 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Group : System Environment/Base 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Size : 9265586 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:License : GPLv3+ 2024-02-06T17:54:06.643 INFO:teuthology.orchestra.run.smithi149.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Relocations : (not relocatable) 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Packager : CentOS BuildSystem 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Vendor : CentOS 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Summary : Support tools for GRUB. 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:Description : 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout:hardware devices. 2024-02-06T17:54:06.644 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T17:54:06.645 INFO:teuthology.orchestra.run.smithi149.stdout:This subpackage provides tools for support of all platforms. 2024-02-06T17:54:06.645 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-06T17:54:06.645 INFO:teuthology.task.kernel:Updating grub on smithi149 to boot 4.18.0-536.el8.x86_64 2024-02-06T17:54:06.646 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-06T17:54:06.705 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.OMqsX3eFqj 2024-02-06T17:54:06.854 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.OMqsX3eFqj is 6KB 2024-02-06T17:54:06.902 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.OMqsX3eFqj 2024-02-06T17:54:06.919 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2024-02-06T17:54:06.990 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-06T17:54:06.991 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-06T17:54:06.991 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-06T17:54:06.991 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-06T17:54:06.992 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-06T17:54:07.136 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-02-06T17:54:07.965 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-02-06T17:54:10.334 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-02-06T17:54:10.336 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-02-06T17:54:10.371 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.BHt4U6f4xH 2024-02-06T17:54:10.372 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BHt4U6f4xH 2024-02-06T17:54:10.446 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.BHt4U6f4xH 2024-02-06T17:54:10.591 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.BHt4U6f4xH is 6KB 2024-02-06T17:54:10.640 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.BHt4U6f4xH 2024-02-06T17:54:10.657 DEBUG:teuthology.orchestra.run.smithi149:> sudo /bin/ls /boot/loader/entries || true 2024-02-06T17:54:10.736 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-06T17:54:10.737 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-06T17:54:10.737 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-06T17:54:10.737 INFO:teuthology.orchestra.run.smithi149.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-06T17:54:10.738 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-06T17:54:10.893 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-02-06T17:54:37.164 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-06T17:54:37.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:54:37.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:54:40.900 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-06T17:54:40.900 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T17:54:40.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:54:55.676 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-06T17:54:59.260 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-02-06T17:55:04.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:55:04.683 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:55:07.740 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-06T17:55:08.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T17:55:08.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:55:11.325 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-02-06T17:55:19.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:55:19.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:55:22.812 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-06T17:55:23.326 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T17:55:23.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:55:37.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:55:37.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:55:40.892 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-06T17:55:58.895 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:55:58.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:56:17.340 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-02-06T17:56:23.335 DEBUG:teuthology.orchestra.remote:timed out 2024-02-06T17:56:38.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T17:56:38.352 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:56:38.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:56:38.354 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:56:38.621 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-02-06T17:56:38.665 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-02-06T17:56:38.895 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T17:56:38.895 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-06T17:56:38.895 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-02-06T17:56:38.953 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-536.el8.x86_64 2024-02-06T17:56:38.953 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:56:38.953 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-06T17:56:38.953 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-06T17:56:38.982 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T17:56:38.982 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-06T17:56:38.983 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-02-06T17:56:39.002 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-536.el8.x86_64 2024-02-06T17:56:39.002 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:56:39.002 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-06T17:56:39.002 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-06T17:56:39.954 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-06T17:56:39.954 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-06T17:56:40.004 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-06T17:56:40.004 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-06T17:56:40.023 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-02-06T17:56:40.038 DEBUG:teuthology.parallel:result is None 2024-02-06T17:56:40.091 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-02-06T17:56:40.110 DEBUG:teuthology.parallel:result is None 2024-02-06T17:56:40.111 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-06T17:56:40.118 INFO:teuthology.task.internal:Creating test directory... 2024-02-06T17:56:40.118 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-06T17:56:40.120 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-06T17:56:40.141 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-06T17:56:40.147 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-06T17:56:40.153 INFO:teuthology.task.internal:Creating archive directory... 2024-02-06T17:56:40.154 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-06T17:56:40.182 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-06T17:56:40.240 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-06T17:56:40.246 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-06T17:56:40.247 DEBUG:teuthology.orchestra.run.smithi134:> 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:56:40.249 DEBUG:teuthology.orchestra.run.smithi149:> 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:56:40.284 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:56:40.286 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:56:40.294 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:56:40.297 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:56:40.298 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-06T17:56:40.305 INFO:teuthology.task.internal:Configuring sudo... 2024-02-06T17:56:40.305 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-06T17:56:40.341 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-06T17:56:40.372 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-06T17:56:40.381 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-06T17:56:40.381 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-06T17:56:40.411 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-06T17:56:40.432 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:56:40.515 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:56:40.566 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:56:40.652 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:56:40.693 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T17:56:40.693 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-06T17:56:40.760 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:56:40.809 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:56:40.866 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:56:40.952 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:56:40.997 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-06T17:56:40.997 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-06T17:56:41.065 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-02-06T17:56:41.067 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-02-06T17:56:41.118 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:56:41.163 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:56:41.569 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-06T17:56:41.577 INFO:teuthology.task.internal:Starting timer... 2024-02-06T17:56:41.577 INFO:teuthology.run_tasks:Running task pcp... 2024-02-06T17:56:41.591 INFO:teuthology.run_tasks:Running task selinux... 2024-02-06T17:56:41.599 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-06T17:56:41.599 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-02-06T17:56:41.681 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-02-06T17:56:41.683 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2024-02-06T17:56:41.763 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2024-02-06T17:56:41.764 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-06T17:56:41.765 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-02-06T17:56:41.792 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-02-06T17:56:41.793 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2024-02-06T17:56:41.816 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2024-02-06T17:56:41.816 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi134.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive'} 2024-02-06T17:56:41.816 DEBUG:teuthology.orchestra.run.smithi134:> 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:56:41.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:56:41.860 DEBUG:teuthology.orchestra.run.smithi149:> 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:56:41.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:56:41.889 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-06T17:56:41.889 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-02-06T17:56:41.927 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2024-02-06T17:56:41.958 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-06T17:56:41.967 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-06T17:56:41.982 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:56:41.984 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi134.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-06T18:02:21.262 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2024-02-06T18:02:21.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T18:02:21.265 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T18:02:21.340 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-02-06T18:02:21.411 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-02-06T18:02:21.411 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T18:02:21.412 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T18:02:21.485 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-02-06T18:02:21.555 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-02-06T18:02:21.555 INFO:teuthology.run_tasks:Running task clock... 2024-02-06T18:02:21.566 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-06T18:02:21.566 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-06T18:02:21.566 DEBUG:teuthology.orchestra.run.smithi134:> 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-06T18:02:21.569 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-06T18:02:21.569 DEBUG:teuthology.orchestra.run.smithi149:> 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-06T18:02:21.598 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-06T18:02:21.612 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-06T18:02:21.628 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-06T18:02:21.641 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-06T18:02:21.688 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-02-06T18:02:21.698 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-02-06T18:02:21.710 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2024-02-06T18:02:21.712 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-06T18:02:21.721 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2024-02-06T18:02:21.725 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-06T18:02:21.735 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-06T18:02:21.748 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-06T18:02:21.791 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-02-06T18:02:21.795 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T18:02:21.795 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-02-06T18:02:21.795 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.795 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.795 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.795 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.813 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2024-02-06T18:02:21.816 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T18:02:21.816 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-02-06T18:02:21.816 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.816 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.817 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.817 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:02:21.817 INFO:teuthology.run_tasks:Running task pexec... 2024-02-06T18:02:21.826 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-06T18:02:21.826 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:02:21.826 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-06T18:02:21.827 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2024-02-06T18:02:21.827 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-06T18:02:22.623 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:21 ago on Tue 06 Feb 2024 06:01:01 PM UTC. 2024-02-06T18:02:22.657 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:21 ago on Tue 06 Feb 2024 06:01:01 PM UTC. 2024-02-06T18:02:24.581 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-06T18:02:24.582 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T18:02:24.582 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-02-06T18:02:24.582 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T18:02:24.582 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2024-02-06T18:02:24.582 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2024-02-06T18:02:24.583 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:24.583 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-06T18:02:24.583 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T18:02:24.583 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:24.613 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-02-06T18:02:24.614 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T18:02:24.614 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-02-06T18:02:24.614 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T18:02:24.615 INFO:teuthology.orchestra.run.smithi149.stdout:Resetting modules: 2024-02-06T18:02:24.615 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 2024-02-06T18:02:24.615 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:24.615 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-02-06T18:02:24.615 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T18:02:24.615 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:24.829 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-06T18:02:24.879 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-02-06T18:02:25.677 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:24 ago on Tue 06 Feb 2024 06:01:01 PM UTC. 2024-02-06T18:02:25.750 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:24 ago on Tue 06 Feb 2024 06:01:01 PM UTC. 2024-02-06T18:02:27.639 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-06T18:02:27.674 INFO:teuthology.orchestra.run.smithi134.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2024-02-06T18:02:27.675 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools rhel8 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:27.676 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 27 M 2024-02-06T18:02:27.677 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 91 M 2024-02-06T18:02:27.677 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-02-06T18:02:27.695 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout:Installing group/module packages: 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-06T18:02:27.731 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout:Installing weak dependencies: 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout:Installing module profiles: 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools/common 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout:Enabling module streams: 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools rhel8 2024-02-06T18:02:27.732 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout:Install 13 Packages 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 27 M 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 91 M 2024-02-06T18:02:27.733 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-02-06T18:02:28.011 INFO:teuthology.orchestra.run.smithi149.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 3.8 MB/s | 759 kB 00:00 2024-02-06T18:02:28.070 INFO:teuthology.orchestra.run.smithi149.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 3.9 MB/s | 1.0 MB 00:00 2024-02-06T18:02:28.095 INFO:teuthology.orchestra.run.smithi149.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 454 kB/s | 38 kB 00:00 2024-02-06T18:02:28.097 INFO:teuthology.orchestra.run.smithi134.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 3.8 MB/s | 759 kB 00:00 2024-02-06T18:02:28.130 INFO:teuthology.orchestra.run.smithi134.stdout:(2/13): aardvark-dns-1.9.0-1.module_el8+804+f13 4.4 MB/s | 1.0 MB 00:00 2024-02-06T18:02:28.206 INFO:teuthology.orchestra.run.smithi134.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 350 kB/s | 38 kB 00:00 2024-02-06T18:02:28.212 INFO:teuthology.orchestra.run.smithi149.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 1.7 MB/s | 248 kB 00:00 2024-02-06T18:02:28.231 INFO:teuthology.orchestra.run.smithi134.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 2.4 MB/s | 248 kB 00:00 2024-02-06T18:02:28.279 INFO:teuthology.orchestra.run.smithi149.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 2.6 MB/s | 179 kB 00:00 2024-02-06T18:02:28.315 INFO:teuthology.orchestra.run.smithi134.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 2.1 MB/s | 179 kB 00:00 2024-02-06T18:02:28.404 INFO:teuthology.orchestra.run.smithi149.stdout:(6/13): buildah-1.34.0-1.module_el8+804+f131391 16 MB/s | 9.7 MB 00:00 2024-02-06T18:02:28.432 INFO:teuthology.orchestra.run.smithi134.stdout:(6/13): buildah-1.34.0-1.module_el8+804+f131391 18 MB/s | 9.7 MB 00:00 2024-02-06T18:02:28.455 INFO:teuthology.orchestra.run.smithi149.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 141 kB/s | 25 kB 00:00 2024-02-06T18:02:28.457 INFO:teuthology.orchestra.run.smithi134.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2024-02-06T18:02:28.513 INFO:teuthology.orchestra.run.smithi149.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 9.5 MB/s | 4.0 MB 00:00 2024-02-06T18:02:28.515 INFO:teuthology.orchestra.run.smithi134.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 13 MB/s | 4.0 MB 00:00 2024-02-06T18:02:28.539 INFO:teuthology.orchestra.run.smithi149.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 701 kB/s | 94 kB 00:00 2024-02-06T18:02:28.540 INFO:teuthology.orchestra.run.smithi134.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 863 kB/s | 94 kB 00:00 2024-02-06T18:02:28.614 INFO:teuthology.orchestra.run.smithi149.stdout:(10/13): toolbox-0.0.99.4-8.module_el8+804+f131 25 MB/s | 2.5 MB 00:00 2024-02-06T18:02:28.766 INFO:teuthology.orchestra.run.smithi134.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 234 kB/s | 53 kB 00:00 2024-02-06T18:02:28.789 INFO:teuthology.orchestra.run.smithi149.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 234 kB/s | 41 kB 00:00 2024-02-06T18:02:28.799 INFO:teuthology.orchestra.run.smithi134.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2024-02-06T18:02:28.814 INFO:teuthology.orchestra.run.smithi149.stdout:(12/13): udica-0.2.6-20.module_el8+804+f131391c 191 kB/s | 53 kB 00:00 2024-02-06T18:02:28.866 INFO:teuthology.orchestra.run.smithi134.stdout:(12/13): toolbox-0.0.99.4-8.module_el8+804+f131 7.2 MB/s | 2.5 MB 00:00 2024-02-06T18:02:28.958 INFO:teuthology.orchestra.run.smithi134.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 18 MB/s | 8.8 MB 00:00 2024-02-06T18:02:28.959 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-02-06T18:02:28.959 INFO:teuthology.orchestra.run.smithi134.stdout:Total 21 MB/s | 27 MB 00:01 2024-02-06T18:02:28.973 INFO:teuthology.orchestra.run.smithi149.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 17 MB/s | 8.8 MB 00:00 2024-02-06T18:02:28.974 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-02-06T18:02:28.974 INFO:teuthology.orchestra.run.smithi149.stdout:Total 22 MB/s | 27 MB 00:01 2024-02-06T18:02:29.228 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-02-06T18:02:29.244 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-02-06T18:02:29.249 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-02-06T18:02:29.249 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-02-06T18:02:29.265 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-02-06T18:02:29.265 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-02-06T18:02:29.513 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-02-06T18:02:29.516 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-02-06T18:02:29.529 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-02-06T18:02:29.532 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-02-06T18:02:30.176 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-02-06T18:02:30.209 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-02-06T18:02:30.392 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-06T18:02:30.422 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-06T18:02:30.562 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-06T18:02:30.625 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-06T18:02:30.773 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-06T18:02:30.822 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-06T18:02:30.997 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T18:02:31.027 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T18:02:31.504 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-06T18:02:31.599 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-06T18:02:32.472 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T18:02:32.561 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T18:02:32.717 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-06T18:02:32.766 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-06T18:02:32.947 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-06T18:02:32.953 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-06T18:02:33.195 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-06T18:02:33.249 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-06T18:02:33.588 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-06T18:02:33.680 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-06T18:02:34.542 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T18:02:34.632 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T18:02:34.746 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-06T18:02:34.861 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-06T18:02:34.915 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T18:02:35.044 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T18:02:35.346 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T18:02:35.347 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-06T18:02:35.487 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-06T18:02:35.487 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-06T18:02:35.487 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-06T18:02:35.488 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.831 INFO:teuthology.orchestra.run.smithi134.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:02:35.832 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.996 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-06T18:02:35.997 INFO:teuthology.orchestra.run.smithi149.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-06T18:02:35.997 INFO:teuthology.orchestra.run.smithi149.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-06T18:02:35.997 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:02:35.997 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-02-06T18:02:36.092 DEBUG:teuthology.parallel:result is None 2024-02-06T18:02:36.282 DEBUG:teuthology.parallel:result is None 2024-02-06T18:02:36.282 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-06T18:02:36.352 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-06T18:02:36.352 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-02-06T18:02:36.353 INFO:tasks.cephadm:Cluster fsid is e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:02:36.353 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-06T18:02:36.353 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-06T18:02:36.353 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi134': '172.21.15.134', 'mon.smithi149': '172.21.15.149'} 2024-02-06T18:02:36.353 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-06T18:02:36.353 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-02-06T18:02:36.381 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-02-06T18:02:36.428 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-02-06T18:02:36.428 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-06T18:02:36.643 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 6 18:02 /home/ubuntu/cephtest/cephadm 2024-02-06T18:02:36.643 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-06T18:02:36.855 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r--. 1 ubuntu ubuntu 223479 Feb 6 18:02 /home/ubuntu/cephtest/cephadm 2024-02-06T18:02:36.856 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-06T18:02:36.874 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-06T18:02:36.902 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-02-06T18:02:36.941 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-02-06T18:02:36.968 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-02-06T18:02:37.006 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-02-06T18:02:37.033 INFO:tasks.cephadm:Writing seed config... 2024-02-06T18:02:37.034 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-06T18:02:37.034 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-06T18:02:37.034 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-06T18:02:37.035 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-06T18:02:37.035 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-06T18:02:37.035 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-06T18:02:37.035 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-06T18:02:37.035 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-06T18:02:37.035 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:02:37.035 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-06T18:02:37.064 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 = e8ac69d2-c519-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-06T18:02:37.064 DEBUG:teuthology.orchestra.run.smithi134:mon.smithi134> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service 2024-02-06T18:02:37.106 INFO:tasks.cephadm:Bootstrapping... 2024-02-06T18:02:37.107 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid e8ac69d2-c519-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.134 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:02:37.132 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:-- Logs begin at Tue 2024-02-06 17:56:12 UTC. -- 2024-02-06T18:02:37.265 INFO:teuthology.orchestra.run.smithi134.stderr:container_init=False 2024-02-06T18:02:37.265 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying podman|docker is present... 2024-02-06T18:02:37.265 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying lvm2 is present... 2024-02-06T18:02:37.265 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying time synchronization is in place... 2024-02-06T18:02:37.265 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chrony.service 2024-02-06T18:02:37.271 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-06T18:02:37.271 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chrony.service 2024-02-06T18:02:37.276 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-06T18:02:37.276 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-06T18:02:37.281 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout enabled 2024-02-06T18:02:37.281 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chronyd.service 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout active 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:Unit chronyd.service is enabled and running 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:Repeating the final host check... 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:podman|docker (/bin/podman) is present 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl is present 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:lvcreate is present 2024-02-06T18:02:37.287 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chrony.service 2024-02-06T18:02:37.292 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-06T18:02:37.292 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chrony.service 2024-02-06T18:02:37.296 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-06T18:02:37.296 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-06T18:02:37.301 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout enabled 2024-02-06T18:02:37.301 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active chronyd.service 2024-02-06T18:02:37.306 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout active 2024-02-06T18:02:37.306 INFO:teuthology.orchestra.run.smithi134.stderr:Unit chronyd.service is enabled and running 2024-02-06T18:02:37.306 INFO:teuthology.orchestra.run.smithi134.stderr:Host looks OK 2024-02-06T18:02:37.306 INFO:teuthology.orchestra.run.smithi134.stderr:Cluster fsid: e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:02:37.307 INFO:teuthology.orchestra.run.smithi134.stderr:Acquiring lock 140128550294024 on /run/cephadm/e8ac69d2-c519-11ee-95b6-87774f69a715.lock 2024-02-06T18:02:37.307 INFO:teuthology.orchestra.run.smithi134.stderr:Lock 140128550294024 acquired on /run/cephadm/e8ac69d2-c519-11ee-95b6-87774f69a715.lock 2024-02-06T18:02:37.307 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 3300 ... 2024-02-06T18:02:37.308 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 6789 ... 2024-02-06T18:02:37.308 INFO:teuthology.orchestra.run.smithi134.stderr:Base mon IP is 172.21.15.134, final addrv is [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2024-02-06T18:02:37.308 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /sbin/ip route ls 2024-02-06T18:02:37.310 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.134 metric 100 2024-02-06T18:02:37.310 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 metric 100 2024-02-06T18:02:37.310 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /sbin/ip -6 route ls 2024-02-06T18:02:37.312 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-06T18:02:37.312 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-06T18:02:37.312 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2024-02-06T18:02:37.313 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /sbin/ip -6 addr ls 2024-02-06T18:02:37.314 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-06T18:02:37.315 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-06T18:02:37.315 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-06T18:02:37.315 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-06T18:02:37.315 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:6de9/64 scope link 2024-02-06T18:02:37.315 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-06T18:02:37.315 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP 172.21.15.134 is in CIDR network 172.21.0.0/20 2024-02-06T18:02:37.316 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-02-06T18:02:37.316 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-02-06T18:02:39.081 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-02-06T18:02:45.926 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Getting image source signatures 2024-02-06T18:02:45.928 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-02-06T18:02:45.929 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-06T18:02:58.055 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-06T18:02:58.188 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stderr Writing manifest to image destination 2024-02-06T18:02:58.488 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-02-06T18:02:58.502 INFO:teuthology.orchestra.run.smithi134.stderr:Extracting ceph user uid/gid from container image... 2024-02-06T18:02:58.502 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi134 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-02-06T18:02:59.152 INFO:teuthology.orchestra.run.smithi134.stderr:stat: stdout 167 167 2024-02-06T18:02:59.773 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial keys... 2024-02-06T18:02:59.773 INFO:teuthology.orchestra.run.smithi134.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=smithi134 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-06T18:03:00.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: stdout AQBUdMJleOATDBAARgbNTjEpKZ1DNlBXvEOHSA== 2024-02-06T18:03:00.814 INFO:teuthology.orchestra.run.smithi134.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=smithi134 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-06T18:03:01.356 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: stdout AQBVdMJlbN/jDRAAdZyr3B6J3e7VdyZhfcf2gw== 2024-02-06T18:03:01.915 INFO:teuthology.orchestra.run.smithi134.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=smithi134 docker.io/ceph/ceph:v15 --gen-print-key 2024-02-06T18:03:02.436 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: stdout AQBWdMJlq3I5FBAA1IzswrBGuIRv3Vtpt6uybQ== 2024-02-06T18:03:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial monmap... 2024-02-06T18:03:02.948 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /tmp/ceph-tmpn0n1sv0s:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 --addv smithi134 [v2:172.21.15.134:3300,v1:172.21.15.134:6789] /tmp/monmap 2024-02-06T18:03:03.458 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-06T18:03:03.458 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:03.459 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-06T18:03:04.019 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mon... 2024-02-06T18:03:04.021 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z -v /tmp/ceph-tmpnwasad09:/tmp/keyring:z -v /tmp/ceph-tmpn0n1sv0s:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi134 --fsid e8ac69d2-c519-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-06T18:03:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.441+0000 7f07926c16c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T18:03:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.441+0000 7f07926c16c0 1 imported monmap: 2024-02-06T18:03:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-02-06T18:03:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr fsid e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-02-06T18:03:03.373686+0000 2024-02-06T18:03:04.570 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr created 2024-02-06T18:03:03.373686+0000 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.smithi134 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.441+0000 7f07926c16c0 0 /usr/bin/ceph-mon: set fsid to e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 0 set rocksdb option compression = kNoCompression 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 0 set rocksdb option compression = kNoCompression 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Compile date May 26 2021 2024-02-06T18:03:04.571 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: DB SUMMARY 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 0, files: 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.error_if_exists: 0 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.create_if_missing: 1 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.env: 0x56156f8331c0 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.info_log: 0x5615714a9620 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.statistics: (nil) 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.use_fsync: 0 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T18:03:04.572 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.db_log_dir: 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T18:03:04.573 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.write_buffer_manager: 0x5615714e2660 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T18:03:04.574 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.row_cache: None 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.wal_filter: None 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.two_write_queues: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.atomic_flush: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T18:03:04.575 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.max_open_files: -1 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Compression algorithms supported: 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kZSTD supported: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kXpressCompression supported: 0 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T18:03:04.576 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kZlibCompression supported: 1 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.442+0000 7f07926c16c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000001 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.merge_operator: 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_filter: None 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T18:03:04.577 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5615714412b0) 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x561571476510 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-06T18:03:04.578 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-02-06T18:03:04.579 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression: NoCompression 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.num_levels: 7 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T18:03:04.580 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T18:03:04.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T18:03:04.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.table_properties_collectors: 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.bloom_locality: 0 2024-02-06T18:03:04.583 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: Options.ttl: 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/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-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.443+0000 7f07926c16c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.446+0000 7f07926c16c0 4 rocksdb: DB pointer 0x5615720a1200 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.446+0000 7f077b5a8700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.446+0000 7f077b5a8700 4 rocksdb: [db/db_impl.cc:778] 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.584 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:03:04.585 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.586 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.447+0000 7f07926c16c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-06T18:03:04.587 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.448+0000 7f07926c16c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-06T18:03:04.588 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: stderr debug 2024-02-06T18:03:04.448+0000 7f07926c16c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi134 for mon.smithi134 2024-02-06T18:03:05.025 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:05.029 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl disable ceph.target 2024-02-06T18:03:05.119 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph.target 2024-02-06T18:03:05.125 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-06T18:03:05.205 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph.target 2024-02-06T18:03:05.212 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target 2024-02-06T18:03:05.218 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target. 2024-02-06T18:03:05.218 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target. 2024-02-06T18:03:05.295 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target 2024-02-06T18:03:05.307 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl daemon-reload 2024-02-06T18:03:05.389 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134 2024-02-06T18:03:05.412 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl reset-failed ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134 2024-02-06T18:03:05.417 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to reset failed state of unit ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service: Unit ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service not loaded. 2024-02-06T18:03:05.417 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134 2024-02-06T18:03:05.422 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target.wants/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service → /etc/systemd/system/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@.service. 2024-02-06T18:03:05.499 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134 2024-02-06T18:03:06.024 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T18:03:06.032 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-06T18:03:06.032 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T18:03:06.038 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-06T18:03:06.038 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-06T18:03:06.038 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2024-02-06T18:03:06.039 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-06T18:03:06.039 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon to start... 2024-02-06T18:03:06.039 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon... 2024-02-06T18:03:06.040 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-02-06T18:03:06.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:06 smithi134 bash[34288]: ebafa0fd19e6824948cd01809725d861bb60fee6614eacf842ba8b940327bd49 2024-02-06T18:03:06.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:06 smithi134 systemd[1]: Started Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout cluster: 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout id: e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout services: 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi134 (age 0.663741s) 2024-02-06T18:03:06.649 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout data: 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout pgs: 2024-02-06T18:03:06.650 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:07.263 INFO:teuthology.orchestra.run.smithi134.stderr:mon is available 2024-02-06T18:03:07.263 INFO:teuthology.orchestra.run.smithi134.stderr:Assimilating anything we can from ceph.conf... 2024-02-06T18:03:07.263 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi134/config 2024-02-06T18:03:07.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:07.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout [global] 2024-02-06T18:03:07.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout fsid = e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:07.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout [mgr] 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:07.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout [osd] 2024-02-06T18:03:07.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-06T18:03:07.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-02-06T18:03:07.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-06T18:03:08.380 INFO:teuthology.orchestra.run.smithi134.stderr:Generating new minimal ceph.conf... 2024-02-06T18:03:08.380 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134:/var/lib/ceph/mon/ceph-smithi134:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi134/config 2024-02-06T18:03:09.475 INFO:teuthology.orchestra.run.smithi134.stderr:Restarting the monitor... 2024-02-06T18:03:09.475 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl restart ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134 2024-02-06T18:03:09.661 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:09 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:03:10.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:10 smithi134 podman[34619]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon.smithi134 2024-02-06T18:03:10.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:10 smithi134 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service: Succeeded. 2024-02-06T18:03:10.966 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:10 smithi134 systemd[1]: Stopped Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:03:10.967 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:10 smithi134 systemd[1]: Starting Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:03:11.181 INFO:teuthology.orchestra.run.smithi134.stderr:Setting mon public_network... 2024-02-06T18:03:11.182 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-02-06T18:03:11.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:11 smithi134 bash[34693]: eb910e76703dda855d075e23f432ae9b9134f9f8081071ac951bfd2ed3eeec11 2024-02-06T18:03:11.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:03:11 smithi134 systemd[1]: Started Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:03:12.245 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mgr... 2024-02-06T18:03:12.245 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying port 9283 ... 2024-02-06T18:03:12.247 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl daemon-reload 2024-02-06T18:03:12.338 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep 2024-02-06T18:03:12.359 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl reset-failed ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep 2024-02-06T18:03:12.364 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Failed to reset failed state of unit ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep.service: Unit ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep.service not loaded. 2024-02-06T18:03:12.364 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl enable ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep 2024-02-06T18:03:12.370 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715.target.wants/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep.service → /etc/systemd/system/ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@.service. 2024-02-06T18:03:12.449 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl start ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mgr.smithi134.hychep 2024-02-06T18:03:13.052 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T18:03:13.060 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-06T18:03:13.060 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T18:03:13.067 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-06T18:03:13.067 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-06T18:03:13.067 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2024-02-06T18:03:13.067 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-02-06T18:03:13.068 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T18:03:13.074 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-06T18:03:13.074 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T18:03:13.081 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-06T18:03:13.081 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-06T18:03:13.081 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-06T18:03:13.082 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:03:13.082 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-06T18:03:13.082 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr to start... 2024-02-06T18:03:13.082 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr... 2024-02-06T18:03:13.083 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsid": "e8ac69d2-c519-11ee-95b6-87774f69a715", 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "health": { 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-06T18:03:13.741 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 0 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smithi134" 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-06T18:03:13.742 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-06T18:03:13.743 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-06T18:03:13.746 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:13.747 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modified": "2024-02-06T18:03:05.984376+0000", 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-06T18:03:13.748 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:14.364 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (1/10)... 2024-02-06T18:03:15.366 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsid": "e8ac69d2-c519-11ee-95b6-87774f69a715", 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "health": { 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 0 2024-02-06T18:03:15.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smithi134" 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_age": 4, 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-06T18:03:15.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": false, 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-06T18:03:15.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:15.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modified": "2024-02-06T18:03:05.984376+0000", 2024-02-06T18:03:15.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T18:03:15.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:15.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-06T18:03:15.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:16.620 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (2/10)... 2024-02-06T18:03:17.622 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsid": "e8ac69d2-c519-11ee-95b6-87774f69a715", 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "health": { 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.341 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 0 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smithi134" 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "quorum_age": 7, 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "monmap": { 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-02-06T18:03:18.342 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-06T18:03:18.343 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-02-06T18:03:18.344 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-02-06T18:03:18.345 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modified": "2024-02-06T18:03:05.984376+0000", 2024-02-06T18:03:18.346 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {} 2024-02-06T18:03:18.346 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:18.346 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-02-06T18:03:18.346 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:18.876 INFO:teuthology.orchestra.run.smithi134.stderr:mgr is available 2024-02-06T18:03:18.876 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-02-06T18:03:19.651 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-02-06T18:03:20.191 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling cephadm module... 2024-02-06T18:03:20.191 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-02-06T18:03:25.245 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-06T18:03:28.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:28.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 8, 2024-02-06T18:03:28.626 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_gid": 14116, 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_name": "smithi134.hychep", 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6800", 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 3793294514 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6801", 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 3793294514 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:03:28.627 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.134:6801/3793294514", 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-06T18:03:24.575318+0000", 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T18:03:28.628 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T18:03:29.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T18:03:29.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-06T18:03:29.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-06T18:03:29.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active": { 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T18:03:29.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-06T18:03:29.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-06T18:03:29.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "none", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-06T18:03:29.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-06T18:03:29.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-06T18:03:29.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-06T18:03:29.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-06T18:03:29.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-06T18:03:29.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T18:03:29.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "root" 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-06T18:03:29.087 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.088 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.089 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.090 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.091 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.092 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.093 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.094 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.095 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.096 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.097 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.100 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.101 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-06T18:03:29.102 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.103 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.104 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.105 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.106 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.107 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-06T18:03:29.108 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.109 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.110 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.111 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.112 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.113 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.114 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.115 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.116 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.117 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.118 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.119 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.120 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.121 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.122 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.123 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.124 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.125 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.126 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.127 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.128 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.129 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.130 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.131 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.132 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.133 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.134 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-06T18:03:29.135 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-06T18:03:29.136 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.137 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.138 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.139 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.140 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.141 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.142 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.143 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T18:03:29.144 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.145 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.146 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.147 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.148 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.149 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.150 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.151 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-06T18:03:29.152 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-06T18:03:29.153 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-06T18:03:29.154 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.155 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.156 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.157 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.158 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.159 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.160 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.161 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.163 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.164 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-06T18:03:29.165 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.166 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-06T18:03:29.167 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.168 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.169 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.170 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.171 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.172 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.173 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.174 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.175 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.176 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.177 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.178 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "database": { 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.179 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:03:29.180 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.181 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.182 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.183 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.185 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "password": { 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.186 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "port": { 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T18:03:29.187 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.188 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "username": { 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.189 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.190 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.191 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.193 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.194 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.195 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.196 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.197 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.198 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.200 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.201 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.202 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.203 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.204 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.206 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.207 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.208 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.209 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.210 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.211 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.212 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.213 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.214 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-06T18:03:29.215 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.216 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.217 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.218 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.219 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.220 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.221 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.222 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rook", 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.223 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.224 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.225 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.226 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.227 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.229 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.230 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.231 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.232 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.233 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.234 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.235 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.236 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.237 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.238 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-06T18:03:29.239 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:03:29.240 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.241 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.242 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.243 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.244 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.245 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.246 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.247 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T18:03:29.248 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T18:03:29.249 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.250 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.251 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.254 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.255 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.257 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.258 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.259 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.260 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.261 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.262 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.263 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.264 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T18:03:29.265 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.266 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.267 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.268 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.269 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.270 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.271 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.273 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.274 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.275 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.276 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.277 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-06T18:03:29.278 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T18:03:29.279 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.280 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.281 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.282 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.283 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.286 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.287 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.288 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.289 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.290 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "address": { 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.291 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.292 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.293 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.294 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.295 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.296 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.297 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.298 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.299 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.300 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.301 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "description": { 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-06T18:03:29.302 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.303 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.304 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.305 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.306 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.307 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.308 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.309 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.310 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.311 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.312 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url": { 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.313 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.314 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.315 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.316 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.317 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.318 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.319 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.320 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.321 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.322 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.323 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.324 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.325 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.326 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.327 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.328 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.329 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:03:29.330 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:03:29.331 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.332 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.333 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:03:29.334 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": {}, 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-06T18:03:29.335 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 2, 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T18:03:29.336 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 3503343329 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 209390012 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:03:29.337 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:29.338 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:32.070 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2024-02-06T18:03:32.071 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for Mgr epoch 8... 2024-02-06T18:03:32.071 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-06T18:03:32.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:03:32.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 8, 2024-02-06T18:03:32.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-06T18:03:32.582 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:03:33.092 INFO:teuthology.orchestra.run.smithi134.stderr:Mgr epoch 8 is available 2024-02-06T18:03:33.092 INFO:teuthology.orchestra.run.smithi134.stderr:Setting orchestrator backend to cephadm... 2024-02-06T18:03:33.092 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-02-06T18:03:34.292 INFO:teuthology.orchestra.run.smithi134.stderr:Generating ssh key... 2024-02-06T18:03:34.293 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-02-06T18:03:35.745 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-02-06T18:03:36.347 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNWTbnTSs9m7u2ofq+kype64xvsPKf2FphJbD2CxpYeB3MygNmynO0eLI11YqgBCiBTuYqxa6hf8L7NW38Mu/6g2V+RA5DA5z8rXNK0WvKiR4qNfMzn6VL+KzIp03xUnA8Wh+VYmtV1oMb4vKhl6AcRDiI1J1MDD1KDuglQU7OdkOg3yvk12F9ye3xJ2c4ydBLqAPyRlkrFt1Wax+U5jMld3NsGzghEFMN/8FjnQ+qcaoAnlz4vN2wjX/SGWMJV51Lg/zpEAAHum8/AYzoGg5DoWAirj50FAWbb6rFhqFuxPrsUjfuMDD4m7THBTLt7seL5N/OrfhRPdfK+KmvaEl/y3EGWvXyY2XagUa4nMIrxI9iNQYtnLPgKb8Sg8ppb4qVchmF51HZLEYcDmbN5rvua5oAOpuxIBn5d1FLaWB/DaTQHlGRIOunR1L1Z6kiEEVjcA9cQFYBUgmtvPX9YZPzoFLQZ/4z7btLUE7vug4oo0Jzt4aHtIJjLuW2sXAovVc= ceph-e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:03:36.958 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-06T18:03:36.958 INFO:teuthology.orchestra.run.smithi134.stderr:Adding key to root@localhost's authorized_keys... 2024-02-06T18:03:36.959 INFO:teuthology.orchestra.run.smithi134.stderr:Adding host smithi134... 2024-02-06T18:03:36.959 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi134 2024-02-06T18:03:38.199 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Added host 'smithi134' 2024-02-06T18:03:38.865 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mon service with default placement... 2024-02-06T18:03:38.865 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-02-06T18:03:39.666 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-06T18:03:40.467 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mgr service with default placement... 2024-02-06T18:03:40.467 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-02-06T18:03:42.184 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-06T18:03:43.188 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying crash service with default placement... 2024-02-06T18:03:43.188 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-02-06T18:03:43.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-06T18:03:44.487 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling mgr prometheus module... 2024-02-06T18:03:44.487 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-02-06T18:03:46.551 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying prometheus service with default placement... 2024-02-06T18:03:46.551 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-02-06T18:03:50.682 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-06T18:03:51.595 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying grafana service with default placement... 2024-02-06T18:03:51.595 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-02-06T18:03:52.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-06T18:03:53.818 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying node-exporter service with default placement... 2024-02-06T18:03:53.818 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-02-06T18:03:54.540 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-06T18:03:55.216 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying alertmanager service with default placement... 2024-02-06T18:03:55.216 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-02-06T18:03:55.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-06T18:03:56.606 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-02-06T18:03:58.105 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-06T18:03:59.496 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling the dashboard module... 2024-02-06T18:03:59.496 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-02-06T18:04:01.561 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_gid": 14142, 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_name": "smithi134.hychep", 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6800", 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 2390978920 2024-02-06T18:04:02.369 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:6801", 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 2390978920 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.134:6801/2390978920", 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_change": "2024-02-06T18:03:49.617290+0000", 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available": true, 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "modules": [ 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "dashboard", 2024-02-06T18:04:02.370 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "iostat", 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus", 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "restful" 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.772 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.773 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.774 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.775 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.776 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.777 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.778 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-02-06T18:04:02.779 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.780 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.781 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.782 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.783 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-02-06T18:04:02.784 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active": { 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "active", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.785 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.786 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T18:04:02.787 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "250", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.788 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.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-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.789 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_time": { 2024-02-06T18:04:02.790 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:04:02.791 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "0", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "7", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.792 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.793 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.794 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.795 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_score": { 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "none", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap" 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-02-06T18:04:02.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.799 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.800 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "1", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:04:02.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-02-06T18:04:02.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.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-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-02-06T18:04:02.804 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.805 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.806 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.807 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "container_init": { 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-02-06T18:04:02.808 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.809 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.810 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:04:02.811 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.812 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.813 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.814 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.815 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.816 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.817 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.818 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mode": { 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.819 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "root" 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-02-06T18:04:02.820 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.821 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.823 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-02-06T18:04:02.824 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.825 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.826 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.827 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.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-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.828 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.829 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.830 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.831 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.832 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.833 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-02-06T18:04:02.834 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:04:02.835 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.836 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.837 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.838 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.839 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.840 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.841 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-06T18:04:02.842 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.843 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.844 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.845 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.846 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.847 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.848 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.849 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.850 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.851 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.852 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.853 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-02-06T18:04:02.854 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.855 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.856 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.857 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.858 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.859 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.860 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.861 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.862 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.863 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-06T18:04:02.864 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.865 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.866 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.868 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.869 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.870 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.871 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.872 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.873 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.874 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:04:02.875 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.876 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug": { 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.877 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.878 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.879 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.880 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.881 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.882 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T18:04:02.884 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.885 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.886 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.887 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "redirect" 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.888 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "400", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "599", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.889 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.890 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.891 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.892 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.893 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.894 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.895 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.896 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-02-06T18:04:02.897 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.898 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.899 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.900 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.901 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.902 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.903 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.904 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.905 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.906 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-02-06T18:04:02.907 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-02-06T18:04:02.908 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.909 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-02-06T18:04:02.910 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.911 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "database": { 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "database", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "hostname": { 2024-02-06T18:04:02.912 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.913 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.914 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.915 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.916 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.917 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "password": { 2024-02-06T18:04:02.918 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "password", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "port": { 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "port", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.919 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ssl": { 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "threads": { 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.921 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "username": { 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "username", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.922 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.923 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.924 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.926 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.927 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.928 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.929 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.930 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.931 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.932 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.933 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.934 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "10", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.935 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.936 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.937 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.938 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-02-06T18:04:02.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.941 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.942 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.943 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.944 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.945 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min_size": { 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.946 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-02-06T18:04:02.947 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-02-06T18:04:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-02-06T18:04:02.948 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-02-06T18:04:02.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.949 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.950 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prefix": { 2024-02-06T18:04:02.951 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "subtree": { 2024-02-06T18:04:02.952 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.953 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.954 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.955 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.956 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.957 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.958 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "cephadm", 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rook", 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.959 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.960 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.961 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.962 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.963 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.964 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.965 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.966 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.967 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.968 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.969 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.970 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.971 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.972 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.973 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.974 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.975 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-02-06T18:04:02.976 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.977 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.978 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.979 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.980 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.981 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.982 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.983 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.984 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.985 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.986 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.987 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.988 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.989 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.990 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:02.991 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:02.992 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.993 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.994 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "key_file": { 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.995 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:02.996 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:02.997 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:02.998 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:02.999 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.000 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "server_port": { 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.001 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.002 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.003 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.004 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.005 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.006 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.007 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.008 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.009 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.010 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.011 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption1": { 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.012 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "roption2": { 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.013 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.014 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "float", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.015 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.016 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.017 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testkey": { 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-02-06T18:04:03.018 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.019 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.020 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "status", 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.021 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.022 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.023 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.024 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.025 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "address": { 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "address", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.026 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.027 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.028 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.029 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.030 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.031 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.032 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.033 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.034 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.035 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "contact": { 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.036 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "description": { 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "description", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:03.037 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "device_url": { 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.038 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enabled": { 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.039 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "8", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.040 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.041 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.042 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.043 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.044 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.046 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "organization": { 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.047 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "proxy": { 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.048 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "url": { 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "url", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.049 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.050 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.051 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.052 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.053 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.054 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.055 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.056 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.057 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.058 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.059 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.060 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.061 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:03.062 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.063 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "module_options": { 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.064 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "identifier": { 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "interval": { 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_level": { 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "", 2024-02-06T18:04:03.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "critical", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "debug", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "error", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "info", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "warning" 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-02-06T18:04:03.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "int", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "str", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "min": "", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "max": "", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "desc": "", 2024-02-06T18:04:03.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "tags": [], 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "services": { 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi134.front.sepia.ceph.com:9283/" 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T18:04:03.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "balancer", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "crash", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "progress", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "status", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "telemetry", 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "volumes" 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ], 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-02-06T18:04:03.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 3363879457 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout }, 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.134:0", 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "nonce": 4235887331 2024-02-06T18:04:03.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout ] 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2024-02-06T18:04:03.077 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for Mgr epoch 13... 2024-02-06T18:04:03.078 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-02-06T18:04:05.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout { 2024-02-06T18:04:05.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-02-06T18:04:05.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout "initialized": true 2024-02-06T18:04:05.635 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout } 2024-02-06T18:04:06.438 INFO:teuthology.orchestra.run.smithi134.stderr:Mgr epoch 13 is available 2024-02-06T18:04:06.438 INFO:teuthology.orchestra.run.smithi134.stderr:Generating a dashboard self-signed certificate... 2024-02-06T18:04:06.438 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-02-06T18:04:07.562 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-06T18:04:08.258 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial admin user... 2024-02-06T18:04:08.259 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp26g3vao8:/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-06T18:04:09.474 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$wYLODMylKdb5jBlDO.26qeFpcudwShxRwU65MxGe2roP0M3tuxfc2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707242649, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-06T18:04:10.212 INFO:teuthology.orchestra.run.smithi134.stderr:Fetching dashboard port number... 2024-02-06T18:04:10.212 INFO:teuthology.orchestra.run.smithi134.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=smithi134 -v /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpptx5h010:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpajxyvenh:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-02-06T18:04:10.867 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: stdout 8443 2024-02-06T18:04:11.511 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-06T18:04:11.519 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout disabled 2024-02-06T18:04:11.519 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: systemctl is-active firewalld.service 2024-02-06T18:04:11.526 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: stdout inactive 2024-02-06T18:04:11.526 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2024-02-06T18:04:11.526 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-06T18:04:11.529 INFO:teuthology.orchestra.run.smithi134.stderr:Ceph Dashboard is now available at: 2024-02-06T18:04:11.529 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: URL: https://smithi134.front.sepia.ceph.com:8443/ 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: User: admin 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: Password: sfvbvuhq72 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr:You can access the Ceph CLI with: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.530 INFO:teuthology.orchestra.run.smithi134.stderr: ceph telemetry on 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr:For more information see: 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr:Bootstrap complete. 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr:Releasing lock 140128550294024 on /run/cephadm/e8ac69d2-c519-11ee-95b6-87774f69a715.lock 2024-02-06T18:04:11.531 INFO:teuthology.orchestra.run.smithi134.stderr:Lock 140128550294024 released on /run/cephadm/e8ac69d2-c519-11ee-95b6-87774f69a715.lock 2024-02-06T18:04:11.562 INFO:tasks.cephadm:Fetching config... 2024-02-06T18:04:11.562 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:04:11.562 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-06T18:04:11.581 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-06T18:04:11.581 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:04:11.581 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-06T18:04:11.639 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-06T18:04:11.639 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:04:11.639 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/keyring of=/dev/stdout 2024-02-06T18:04:11.707 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-06T18:04:11.707 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:04:11.707 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-06T18:04:11.765 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-06T18:04:11.765 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNWTbnTSs9m7u2ofq+kype64xvsPKf2FphJbD2CxpYeB3MygNmynO0eLI11YqgBCiBTuYqxa6hf8L7NW38Mu/6g2V+RA5DA5z8rXNK0WvKiR4qNfMzn6VL+KzIp03xUnA8Wh+VYmtV1oMb4vKhl6AcRDiI1J1MDD1KDuglQU7OdkOg3yvk12F9ye3xJ2c4ydBLqAPyRlkrFt1Wax+U5jMld3NsGzghEFMN/8FjnQ+qcaoAnlz4vN2wjX/SGWMJV51Lg/zpEAAHum8/AYzoGg5DoWAirj50FAWbb6rFhqFuxPrsUjfuMDD4m7THBTLt7seL5N/OrfhRPdfK+KmvaEl/y3EGWvXyY2XagUa4nMIrxI9iNQYtnLPgKb8Sg8ppb4qVchmF51HZLEYcDmbN5rvua5oAOpuxIBn5d1FLaWB/DaTQHlGRIOunR1L1Z6kiEEVjcA9cQFYBUgmtvPX9YZPzoFLQZ/4z7btLUE7vug4oo0Jzt4aHtIJjLuW2sXAovVc= ceph-e8ac69d2-c519-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-06T18:04:11.843 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNWTbnTSs9m7u2ofq+kype64xvsPKf2FphJbD2CxpYeB3MygNmynO0eLI11YqgBCiBTuYqxa6hf8L7NW38Mu/6g2V+RA5DA5z8rXNK0WvKiR4qNfMzn6VL+KzIp03xUnA8Wh+VYmtV1oMb4vKhl6AcRDiI1J1MDD1KDuglQU7OdkOg3yvk12F9ye3xJ2c4ydBLqAPyRlkrFt1Wax+U5jMld3NsGzghEFMN/8FjnQ+qcaoAnlz4vN2wjX/SGWMJV51Lg/zpEAAHum8/AYzoGg5DoWAirj50FAWbb6rFhqFuxPrsUjfuMDD4m7THBTLt7seL5N/OrfhRPdfK+KmvaEl/y3EGWvXyY2XagUa4nMIrxI9iNQYtnLPgKb8Sg8ppb4qVchmF51HZLEYcDmbN5rvua5oAOpuxIBn5d1FLaWB/DaTQHlGRIOunR1L1Z6kiEEVjcA9cQFYBUgmtvPX9YZPzoFLQZ/4z7btLUE7vug4oo0Jzt4aHtIJjLuW2sXAovVc= ceph-e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:04:11.854 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNWTbnTSs9m7u2ofq+kype64xvsPKf2FphJbD2CxpYeB3MygNmynO0eLI11YqgBCiBTuYqxa6hf8L7NW38Mu/6g2V+RA5DA5z8rXNK0WvKiR4qNfMzn6VL+KzIp03xUnA8Wh+VYmtV1oMb4vKhl6AcRDiI1J1MDD1KDuglQU7OdkOg3yvk12F9ye3xJ2c4ydBLqAPyRlkrFt1Wax+U5jMld3NsGzghEFMN/8FjnQ+qcaoAnlz4vN2wjX/SGWMJV51Lg/zpEAAHum8/AYzoGg5DoWAirj50FAWbb6rFhqFuxPrsUjfuMDD4m7THBTLt7seL5N/OrfhRPdfK+KmvaEl/y3EGWvXyY2XagUa4nMIrxI9iNQYtnLPgKb8Sg8ppb4qVchmF51HZLEYcDmbN5rvua5oAOpuxIBn5d1FLaWB/DaTQHlGRIOunR1L1Z6kiEEVjcA9cQFYBUgmtvPX9YZPzoFLQZ/4z7btLUE7vug4oo0Jzt4aHtIJjLuW2sXAovVc= ceph-e8ac69d2-c519-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-06T18:04:11.900 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNWTbnTSs9m7u2ofq+kype64xvsPKf2FphJbD2CxpYeB3MygNmynO0eLI11YqgBCiBTuYqxa6hf8L7NW38Mu/6g2V+RA5DA5z8rXNK0WvKiR4qNfMzn6VL+KzIp03xUnA8Wh+VYmtV1oMb4vKhl6AcRDiI1J1MDD1KDuglQU7OdkOg3yvk12F9ye3xJ2c4ydBLqAPyRlkrFt1Wax+U5jMld3NsGzghEFMN/8FjnQ+qcaoAnlz4vN2wjX/SGWMJV51Lg/zpEAAHum8/AYzoGg5DoWAirj50FAWbb6rFhqFuxPrsUjfuMDD4m7THBTLt7seL5N/OrfhRPdfK+KmvaEl/y3EGWvXyY2XagUa4nMIrxI9iNQYtnLPgKb8Sg8ppb4qVchmF51HZLEYcDmbN5rvua5oAOpuxIBn5d1FLaWB/DaTQHlGRIOunR1L1Z6kiEEVjcA9cQFYBUgmtvPX9YZPzoFLQZ/4z7btLUE7vug4oo0Jzt4aHtIJjLuW2sXAovVc= ceph-e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:04:11.912 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-06T18:04:16.754 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2024-02-06T18:04:16.754 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-06T18:04:16.754 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2024-02-06T18:04:16.776 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-06T18:04:16.776 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T18:04:16.837 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2024-02-06T18:04:16.837 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch host add smithi149 2024-02-06T18:04:39.795 INFO:teuthology.orchestra.run.smithi149.stdout:Added host 'smithi149' 2024-02-06T18:04:40.395 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-06T18:04:42.280 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:04:42.280 INFO:teuthology.orchestra.run.smithi149.stdout:[{"addr": "smithi134", "hostname": "smithi134", "labels": [], "status": ""}, {"addr": "smithi149", "hostname": "smithi149", "labels": [], "status": ""}] 2024-02-06T18:04:42.947 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-06T18:04:42.948 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-06T18:04:45.803 INFO:teuthology.orchestra.run.smithi134.stderr:adjusted tunables profile to default 2024-02-06T18:04:46.560 INFO:tasks.cephadm:Adding mon.smithi149 on smithi149 2024-02-06T18:04:46.560 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add mon smithi149:172.21.15.149=smithi149 2024-02-06T18:04:56.837 INFO:teuthology.orchestra.run.smithi149.stdout:Deployed mon.smithi149 on host 'smithi149' 2024-02-06T18:04:57.470 DEBUG:teuthology.orchestra.run.smithi149:mon.smithi149> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi149.service 2024-02-06T18:04:57.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-06T18:04:57.473 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-06T18:04:57.502 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:-- Logs begin at Tue 2024-02-06 17:55:43 UTC. -- 2024-02-06T18:05:00.216 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-02-06T18:05:00.216 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":2,"fsid":"e8ac69d2-c519-11ee-95b6-87774f69a715","modified":"2024-02-06T18:04:51.793172Z","created":"2024-02-06T18:03:03.373686Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi149","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-06T18:05:00.217 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 2 2024-02-06T18:05:01.049 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-06T18:05:01.049 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph config generate-minimal-conf 2024-02-06T18:05:03.108 INFO:teuthology.orchestra.run.smithi134.stdout:# minimal ceph.conf for e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:05:03.108 INFO:teuthology.orchestra.run.smithi134.stdout:[global] 2024-02-06T18:05:03.108 INFO:teuthology.orchestra.run.smithi134.stdout: fsid = e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:05:03.108 INFO:teuthology.orchestra.run.smithi134.stdout: mon_host = [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2024-02-06T18:05:03.704 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-06T18:05:03.705 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:05:03.705 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-02-06T18:05:03.736 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:05:03.736 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T18:05:03.804 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-06T18:05:03.804 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2024-02-06T18:05:03.853 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-06T18:05:03.853 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T18:05:03.945 INFO:tasks.cephadm:Deploying OSDs... 2024-02-06T18:05:03.980 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:05:03.980 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-02-06T18:05:03.998 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-06T18:05:03.998 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-02-06T18:05:04.055 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 168168 Links: 1 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-06 18:05:01.152187780 +0000 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-06 18:01:49.386467322 +0000 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-06 18:01:49.386467322 +0000 2024-02-06T18:05:04.056 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-06T18:05:04.056 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-06T18:05:04.121 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-06T18:05:04.121 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-06T18:05:04.121 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00024781 s, 2.1 MB/s 2024-02-06T18:05:04.122 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-06T18:05:04.181 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-02-06T18:05:04.240 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-06T18:05:04.240 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 162249 Links: 1 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-06 18:05:01.152187780 +0000 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-06 18:01:49.733459775 +0000 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-06 18:01:49.733459775 +0000 2024-02-06T18:05:04.241 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-06T18:05:04.241 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-06T18:05:04.306 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-06T18:05:04.306 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-06T18:05:04.306 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000219435 s, 2.3 MB/s 2024-02-06T18:05:04.307 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-06T18:05:04.366 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-02-06T18:05:04.424 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-06T18:05:04.424 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 163646 Links: 1 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-06 18:05:01.152187780 +0000 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-06 18:01:50.092451967 +0000 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-06 18:01:50.092451967 +0000 2024-02-06T18:05:04.425 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-06T18:05:04.425 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-06T18:05:04.490 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-06T18:05:04.490 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-06T18:05:04.490 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000160865 s, 3.2 MB/s 2024-02-06T18:05:04.491 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-06T18:05:04.550 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-02-06T18:05:04.608 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-06T18:05:04.608 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:04.608 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 162342 Links: 1 2024-02-06T18:05:04.609 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:04.609 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:04.609 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-02-06 18:05:01.152187780 +0000 2024-02-06T18:05:04.609 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-02-06 18:01:50.449444203 +0000 2024-02-06T18:05:04.609 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-02-06 18:01:50.449444203 +0000 2024-02-06T18:05:04.609 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-02-06T18:05:04.609 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-06T18:05:04.674 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-02-06T18:05:04.674 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-02-06T18:05:04.674 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000228314 s, 2.2 MB/s 2024-02-06T18:05:04.675 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-06T18:05:04.733 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-02-06T18:05:04.733 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-02-06T18:05:04.753 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-06T18:05:04.753 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2024-02-06T18:05:04.812 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-06T18:05:04.812 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:04.812 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 159288 Links: 1 2024-02-06T18:05:04.812 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:04.813 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:04.813 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-02-06 18:04:59.909391149 +0000 2024-02-06T18:05:04.813 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-02-06 18:01:49.873642545 +0000 2024-02-06T18:05:04.813 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-02-06 18:01:49.873642545 +0000 2024-02-06T18:05:04.813 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-02-06T18:05:04.813 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-06T18:05:04.879 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-02-06T18:05:04.879 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-02-06T18:05:04.879 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000236551 s, 2.2 MB/s 2024-02-06T18:05:04.880 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-06T18:05:04.939 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 161647 Links: 1 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-02-06 18:04:59.910391129 +0000 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-02-06 18:01:50.210635742 +0000 2024-02-06T18:05:04.997 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-02-06 18:01:50.210635742 +0000 2024-02-06T18:05:04.998 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-02-06T18:05:04.998 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-06T18:05:05.062 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-02-06T18:05:05.062 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-02-06T18:05:05.063 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000193631 s, 2.6 MB/s 2024-02-06T18:05:05.063 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-06T18:05:05.122 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2024-02-06T18:05:05.180 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 165463 Links: 1 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-02-06 18:04:59.910391129 +0000 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-02-06 18:01:50.568628514 +0000 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-02-06 18:01:50.568628514 +0000 2024-02-06T18:05:05.181 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-02-06T18:05:05.182 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-06T18:05:05.246 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-02-06T18:05:05.246 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-02-06T18:05:05.246 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000180636 s, 2.8 MB/s 2024-02-06T18:05:05.247 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-06T18:05:05.306 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2024-02-06T18:05:05.364 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-06T18:05:05.364 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 165537 Links: 1 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-02-06 18:04:59.910391129 +0000 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-02-06 18:01:50.902621770 +0000 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-02-06 18:01:50.902621770 +0000 2024-02-06T18:05:05.365 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-02-06T18:05:05.365 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-06T18:05:05.430 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-02-06T18:05:05.430 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-02-06T18:05:05.430 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000230002 s, 2.2 MB/s 2024-02-06T18:05:05.431 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-06T18:05:05.490 INFO:tasks.cephadm:Deploying osd.0 on smithi134 with /dev/vg_nvme/lv_4... 2024-02-06T18:05:05.490 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0107825 s, 972 MB/s 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 2024-02-06T18:05:07.490 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-06T18:05:08.143 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_4 2024-02-06T18:05:25.626 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 0 on host 'smithi134' 2024-02-06T18:05:26.248 DEBUG:teuthology.orchestra.run.smithi134:osd.0> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.0.service 2024-02-06T18:05:26.251 INFO:tasks.cephadm:Deploying osd.1 on smithi134 with /dev/vg_nvme/lv_3... 2024-02-06T18:05:26.251 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-06T18:05:26.282 INFO:journalctl@ceph.osd.0.smithi134.stdout:-- Logs begin at Tue 2024-02-06 17:56:12 UTC. -- 2024-02-06T18:05:28.354 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-06T18:05:28.354 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-06T18:05:28.354 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-06T18:05:28.354 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-06T18:05:28.354 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0118184 s, 887 MB/s 2024-02-06T18:05:28.354 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-06T18:05:29.072 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_3 2024-02-06T18:05:56.118 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 1 on host 'smithi134' 2024-02-06T18:05:56.993 DEBUG:teuthology.orchestra.run.smithi134:osd.1> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.1.service 2024-02-06T18:05:56.996 INFO:tasks.cephadm:Deploying osd.2 on smithi134 with /dev/vg_nvme/lv_2... 2024-02-06T18:05:56.997 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-06T18:05:57.025 INFO:journalctl@ceph.osd.1.smithi134.stdout:-- Logs begin at Tue 2024-02-06 17:56:12 UTC. -- 2024-02-06T18:05:59.558 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-06T18:05:59.558 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-06T18:05:59.559 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-06T18:05:59.559 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-06T18:05:59.559 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125343 s, 837 MB/s 2024-02-06T18:05:59.559 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-06T18:06:00.268 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_2 2024-02-06T18:06:17.383 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 2 on host 'smithi134' 2024-02-06T18:06:18.071 DEBUG:teuthology.orchestra.run.smithi134:osd.2> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.2.service 2024-02-06T18:06:18.074 INFO:tasks.cephadm:Deploying osd.3 on smithi134 with /dev/vg_nvme/lv_1... 2024-02-06T18:06:18.074 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-06T18:06:18.105 INFO:journalctl@ceph.osd.2.smithi134.stdout:-- Logs begin at Tue 2024-02-06 17:56:12 UTC. -- 2024-02-06T18:06:20.181 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-06T18:06:20.181 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-06T18:06:20.181 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-02-06T18:06:20.182 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-02-06T18:06:20.182 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121021 s, 866 MB/s 2024-02-06T18:06:20.182 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-02-06T18:06:21.312 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_1 2024-02-06T18:06:44.331 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 3 on host 'smithi134' 2024-02-06T18:06:44.966 DEBUG:teuthology.orchestra.run.smithi134:osd.3> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.3.service 2024-02-06T18:06:44.968 INFO:tasks.cephadm:Deploying osd.4 on smithi149 with /dev/vg_nvme/lv_4... 2024-02-06T18:06:44.968 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-06T18:06:44.997 INFO:journalctl@ceph.osd.3.smithi134.stdout:-- Logs begin at Tue 2024-02-06 17:56:12 UTC. -- 2024-02-06T18:06:47.606 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-06T18:06:47.607 INFO:teuthology.orchestra.run.smithi149.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-06T18:06:47.607 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10+0 records in 2024-02-06T18:06:47.607 INFO:teuthology.orchestra.run.smithi149.stderr:10+0 records out 2024-02-06T18:06:47.607 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125394 s, 836 MB/s 2024-02-06T18:06:47.607 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping successful for: 2024-02-06T18:06:48.129 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi149:vg_nvme/lv_4 2024-02-06T18:07:01.464 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 4 on host 'smithi149' 2024-02-06T18:07:02.126 DEBUG:teuthology.orchestra.run.smithi149:osd.4> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.4.service 2024-02-06T18:07:02.129 INFO:tasks.cephadm:Deploying osd.5 on smithi149 with /dev/vg_nvme/lv_3... 2024-02-06T18:07:02.129 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-06T18:07:02.160 INFO:journalctl@ceph.osd.4.smithi149.stdout:-- Logs begin at Tue 2024-02-06 17:55:43 UTC. -- 2024-02-06T18:07:04.740 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-06T18:07:04.740 INFO:teuthology.orchestra.run.smithi149.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-06T18:07:04.740 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10+0 records in 2024-02-06T18:07:04.740 INFO:teuthology.orchestra.run.smithi149.stderr:10+0 records out 2024-02-06T18:07:04.740 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122009 s, 859 MB/s 2024-02-06T18:07:04.740 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping successful for: 2024-02-06T18:07:05.512 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi149:vg_nvme/lv_3 2024-02-06T18:07:21.037 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 5 on host 'smithi149' 2024-02-06T18:07:21.984 DEBUG:teuthology.orchestra.run.smithi149:osd.5> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.5.service 2024-02-06T18:07:21.986 INFO:tasks.cephadm:Deploying osd.6 on smithi149 with /dev/vg_nvme/lv_2... 2024-02-06T18:07:21.986 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-06T18:07:22.018 INFO:journalctl@ceph.osd.5.smithi149.stdout:-- Logs begin at Tue 2024-02-06 17:55:43 UTC. -- 2024-02-06T18:07:25.024 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-06T18:07:25.024 INFO:teuthology.orchestra.run.smithi149.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-06T18:07:25.024 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10+0 records in 2024-02-06T18:07:25.024 INFO:teuthology.orchestra.run.smithi149.stderr:10+0 records out 2024-02-06T18:07:25.024 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121306 s, 864 MB/s 2024-02-06T18:07:25.024 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping successful for: 2024-02-06T18:07:26.024 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi149:vg_nvme/lv_2 2024-02-06T18:07:41.418 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 6 on host 'smithi149' 2024-02-06T18:07:42.004 DEBUG:teuthology.orchestra.run.smithi149:osd.6> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.6.service 2024-02-06T18:07:42.006 INFO:tasks.cephadm:Deploying osd.7 on smithi149 with /dev/vg_nvme/lv_1... 2024-02-06T18:07:42.006 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-06T18:07:42.038 INFO:journalctl@ceph.osd.6.smithi149.stdout:-- Logs begin at Tue 2024-02-06 17:55:43 UTC. -- 2024-02-06T18:07:45.172 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-06T18:07:45.172 INFO:teuthology.orchestra.run.smithi149.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-06T18:07:45.172 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10+0 records in 2024-02-06T18:07:45.172 INFO:teuthology.orchestra.run.smithi149.stderr:10+0 records out 2024-02-06T18:07:45.172 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0187976 s, 558 MB/s 2024-02-06T18:07:45.172 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping successful for: 2024-02-06T18:07:45.760 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi149:vg_nvme/lv_1 2024-02-06T18:08:01.465 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 7 on host 'smithi149' 2024-02-06T18:08:02.187 DEBUG:teuthology.orchestra.run.smithi149:osd.7> sudo journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.7.service 2024-02-06T18:08:02.190 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-06T18:08:02.190 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-06T18:08:02.220 INFO:journalctl@ceph.osd.7.smithi149.stdout:-- Logs begin at Tue 2024-02-06 17:55:43 UTC. -- 2024-02-06T18:08:04.413 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:08:05.468 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1707242864,"num_in_osds":7,"osd_in_since":1707242864,"num_remapped_pgs":0} 2024-02-06T18:08:06.470 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-06T18:08:08.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:08:09.793 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1707242884,"num_in_osds":8,"osd_in_since":1707242884,"num_remapped_pgs":0} 2024-02-06T18:08:09.794 INFO:tasks.cephadm:Setting up client nodes... 2024-02-06T18:08:09.794 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-06T18:08:12.094 INFO:teuthology.orchestra.run.smithi134.stdout:[client.0] 2024-02-06T18:08:12.094 INFO:teuthology.orchestra.run.smithi134.stdout: key = AQCMdcJlKrBpBRAAGTDCQyLhl8/F7wdjHHdzWA== 2024-02-06T18:08:12.788 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-02-06T18:08:12.788 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-06T18:08:12.788 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-06T18:08:12.831 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T18:08:13.006 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:15.394 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:08:15.396 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"fsid":"e8ac69d2-c519-11ee-95b6-87774f69a715","created":"2024-02-06T18:03:05.983917+0000","modified":"2024-02-06T18:08:05.759807+0000","last_up_change":"2024-02-06T18:08:04.752302+0000","last_in_change":"2024-02-06T18:08:04.752302+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-06T18:04:46.048671+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":"df85bf8d-6aa1-4431-9d9c-53f7e875f871","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6803","nonce":1425738374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6805","nonce":1425738374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6809","nonce":1425738374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6807","nonce":1425738374}]},"public_addr":"172.21.15.134:6803/1425738374","cluster_addr":"172.21.15.134:6805/1425738374","heartbeat_back_addr":"172.21.15.134:6809/1425738374","heartbeat_front_addr":"172.21.15.134:6807/1425738374","state":["exists","up"]},{"osd":1,"uuid":"2fc95a12-9c22-407b-9670-066b94aaeb9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6811","nonce":3100282463}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6813","nonce":3100282463}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6817","nonce":3100282463}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6815","nonce":3100282463}]},"public_addr":"172.21.15.134:6811/3100282463","cluster_addr":"172.21.15.134:6813/3100282463","heartbeat_back_addr":"172.21.15.134:6817/3100282463","heartbeat_front_addr":"172.21.15.134:6815/3100282463","state":["exists","up"]},{"osd":2,"uuid":"59f2ee0d-83bb-4b34-92f5-8fe1c87e517e","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.134:6818","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6819","nonce":3311167668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6821","nonce":3311167668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6825","nonce":3311167668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6823","nonce":3311167668}]},"public_addr":"172.21.15.134:6819/3311167668","cluster_addr":"172.21.15.134:6821/3311167668","heartbeat_back_addr":"172.21.15.134:6825/3311167668","heartbeat_front_addr":"172.21.15.134:6823/3311167668","state":["exists","up"]},{"osd":3,"uuid":"b97852d6-3c6c-4eb0-a6a5-d93f736da74a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6827","nonce":1805962197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6829","nonce":1805962197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6833","nonce":1805962197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6831","nonce":1805962197}]},"public_addr":"172.21.15.134:6827/1805962197","cluster_addr":"172.21.15.134:6829/1805962197","heartbeat_back_addr":"172.21.15.134:6833/1805962197","heartbeat_front_addr":"172.21.15.134:6831/1805962197","state":["exists","up"]},{"osd":4,"uuid":"b0ac0941-a4bb-4b54-b535-ea4955286de7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6801","nonce":3740895576}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6803","nonce":3740895576}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6807","nonce":3740895576}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6805","nonce":3740895576}]},"public_addr":"172.21.15.149:6801/3740895576","cluster_addr":"172.21.15.149:6803/3740895576","heartbeat_back_addr":"172.21.15.149:6807/3740895576","heartbeat_front_addr":"172.21.15.149:6805/3740895576","state":["exists","up"]},{"osd":5,"uuid":"ec2ebc91-c8ed-4623-aeff-2e3eb697f296","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6809","nonce":4026279201}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6811","nonce":4026279201}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6815","nonce":4026279201}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6813","nonce":4026279201}]},"public_addr":"172.21.15.149:6809/4026279201","cluster_addr":"172.21.15.149:6811/4026279201","heartbeat_back_addr":"172.21.15.149:6815/4026279201","heartbeat_front_addr":"172.21.15.149:6813/4026279201","state":["exists","up"]},{"osd":6,"uuid":"2c7609e9-14ba-4a9d-b6b5-a7546d2a72a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6816","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6817","nonce":3271993920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6819","nonce":3271993920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6823","nonce":3271993920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6821","nonce":3271993920}]},"public_addr":"172.21.15.149:6817/3271993920","cluster_addr":"172.21.15.149:6819/3271993920","heartbeat_back_addr":"172.21.15.149:6823/3271993920","heartbeat_front_addr":"172.21.15.149:6821/3271993920","state":["exists","up"]},{"osd":7,"uuid":"cf006311-9dc8-47e6-aae3-baa46c3fe344","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6825","nonce":47651362}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6827","nonce":47651362}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6831","nonce":47651362}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6829","nonce":47651362}]},"public_addr":"172.21.15.149:6825/47651362","cluster_addr":"172.21.15.149:6827/47651362","heartbeat_back_addr":"172.21.15.149:6831/47651362","heartbeat_front_addr":"172.21.15.149:6829/47651362","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-06T18:05:27.630320+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-06T18:05:57.963582+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-06T18:06:19.358004+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-06T18:06:46.308791+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-06T18:07:03.436514+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-06T18:07:22.978007+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-06T18:07:43.430367+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-06T18:08:03.422986+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.134:0/4235887331":"2024-02-07T18:04:04.570869+0000","172.21.15.134:6801/2390978920":"2024-02-07T18:04:04.570869+0000","172.21.15.134:6800/2390978920":"2024-02-07T18:04:04.570869+0000","172.21.15.134:0/3363879457":"2024-02-07T18:04:04.570869+0000","172.21.15.134:0/3503343329":"2024-02-07T18:03:49.616992+0000","172.21.15.134:0/209390012":"2024-02-07T18:03:49.616992+0000","172.21.15.134:6800/3793294514":"2024-02-07T18:03:49.616992+0000","172.21.15.134:6800/3670199103":"2024-02-07T18:03:24.575031+0000","172.21.15.134:0/3431871074":"2024-02-07T18:03:24.575031+0000","172.21.15.134:6801/3670199103":"2024-02-07T18:03:24.575031+0000","172.21.15.134:6801/3793294514":"2024-02-07T18:03:49.616992+0000","172.21.15.134:0/1822225027":"2024-02-07T18:03:24.575031+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-06T18:08:16.560 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-06T18:04:46.048671+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-06T18:08:16.560 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-06T18:08:16.705 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:19.150 INFO:teuthology.orchestra.run.smithi134.stdout:pg_num: 1 2024-02-06T18:08:20.341 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-06T18:08:20.341 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-06T18:08:20.341 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph mgr dump --format=json 2024-02-06T18:08:20.492 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:23.130 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:08:23.762 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi134.hychep","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":1227752692},{"type":"v1","addr":"172.21.15.134:6801","nonce":1227752692}]},"active_addr":"172.21.15.134:6801/1227752692","active_change":"2024-02-06T18:04:04.571152+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":14194,"name":"smithi149.eefzub","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://smithi134.front.sepia.ceph.com:8443/","prometheus":"http://smithi134.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.134:0","nonce":1378205015}]},{"addrvec":[{"type":"v2","addr":"172.21.15.134:0","nonce":3462312611}]}]}} 2024-02-06T18:08:23.766 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-06T18:08:23.766 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-06T18:08:23.766 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T18:08:23.908 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:25.660 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:08:25.660 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"fsid":"e8ac69d2-c519-11ee-95b6-87774f69a715","created":"2024-02-06T18:03:05.983917+0000","modified":"2024-02-06T18:08:05.759807+0000","last_up_change":"2024-02-06T18:08:04.752302+0000","last_in_change":"2024-02-06T18:08:04.752302+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-06T18:04:46.048671+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":"df85bf8d-6aa1-4431-9d9c-53f7e875f871","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6803","nonce":1425738374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6805","nonce":1425738374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6809","nonce":1425738374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6807","nonce":1425738374}]},"public_addr":"172.21.15.134:6803/1425738374","cluster_addr":"172.21.15.134:6805/1425738374","heartbeat_back_addr":"172.21.15.134:6809/1425738374","heartbeat_front_addr":"172.21.15.134:6807/1425738374","state":["exists","up"]},{"osd":1,"uuid":"2fc95a12-9c22-407b-9670-066b94aaeb9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6811","nonce":3100282463}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6813","nonce":3100282463}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6817","nonce":3100282463}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6815","nonce":3100282463}]},"public_addr":"172.21.15.134:6811/3100282463","cluster_addr":"172.21.15.134:6813/3100282463","heartbeat_back_addr":"172.21.15.134:6817/3100282463","heartbeat_front_addr":"172.21.15.134:6815/3100282463","state":["exists","up"]},{"osd":2,"uuid":"59f2ee0d-83bb-4b34-92f5-8fe1c87e517e","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.134:6818","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6819","nonce":3311167668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6821","nonce":3311167668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6825","nonce":3311167668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6823","nonce":3311167668}]},"public_addr":"172.21.15.134:6819/3311167668","cluster_addr":"172.21.15.134:6821/3311167668","heartbeat_back_addr":"172.21.15.134:6825/3311167668","heartbeat_front_addr":"172.21.15.134:6823/3311167668","state":["exists","up"]},{"osd":3,"uuid":"b97852d6-3c6c-4eb0-a6a5-d93f736da74a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6827","nonce":1805962197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6829","nonce":1805962197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6833","nonce":1805962197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6831","nonce":1805962197}]},"public_addr":"172.21.15.134:6827/1805962197","cluster_addr":"172.21.15.134:6829/1805962197","heartbeat_back_addr":"172.21.15.134:6833/1805962197","heartbeat_front_addr":"172.21.15.134:6831/1805962197","state":["exists","up"]},{"osd":4,"uuid":"b0ac0941-a4bb-4b54-b535-ea4955286de7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6801","nonce":3740895576}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6803","nonce":3740895576}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6807","nonce":3740895576}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6805","nonce":3740895576}]},"public_addr":"172.21.15.149:6801/3740895576","cluster_addr":"172.21.15.149:6803/3740895576","heartbeat_back_addr":"172.21.15.149:6807/3740895576","heartbeat_front_addr":"172.21.15.149:6805/3740895576","state":["exists","up"]},{"osd":5,"uuid":"ec2ebc91-c8ed-4623-aeff-2e3eb697f296","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6809","nonce":4026279201}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6811","nonce":4026279201}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6815","nonce":4026279201}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6813","nonce":4026279201}]},"public_addr":"172.21.15.149:6809/4026279201","cluster_addr":"172.21.15.149:6811/4026279201","heartbeat_back_addr":"172.21.15.149:6815/4026279201","heartbeat_front_addr":"172.21.15.149:6813/4026279201","state":["exists","up"]},{"osd":6,"uuid":"2c7609e9-14ba-4a9d-b6b5-a7546d2a72a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6816","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6817","nonce":3271993920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6819","nonce":3271993920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6823","nonce":3271993920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6821","nonce":3271993920}]},"public_addr":"172.21.15.149:6817/3271993920","cluster_addr":"172.21.15.149:6819/3271993920","heartbeat_back_addr":"172.21.15.149:6823/3271993920","heartbeat_front_addr":"172.21.15.149:6821/3271993920","state":["exists","up"]},{"osd":7,"uuid":"cf006311-9dc8-47e6-aae3-baa46c3fe344","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6825","nonce":47651362}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6827","nonce":47651362}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6831","nonce":47651362}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6829","nonce":47651362}]},"public_addr":"172.21.15.149:6825/47651362","cluster_addr":"172.21.15.149:6827/47651362","heartbeat_back_addr":"172.21.15.149:6831/47651362","heartbeat_front_addr":"172.21.15.149:6829/47651362","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-06T18:05:27.630320+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-06T18:05:57.963582+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-06T18:06:19.358004+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-06T18:06:46.308791+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-06T18:07:03.436514+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-06T18:07:22.978007+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-06T18:07:43.430367+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-06T18:08:03.422986+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.134:0/4235887331":"2024-02-07T18:04:04.570869+0000","172.21.15.134:6801/2390978920":"2024-02-07T18:04:04.570869+0000","172.21.15.134:6800/2390978920":"2024-02-07T18:04:04.570869+0000","172.21.15.134:0/3363879457":"2024-02-07T18:04:04.570869+0000","172.21.15.134:0/3503343329":"2024-02-07T18:03:49.616992+0000","172.21.15.134:0/209390012":"2024-02-07T18:03:49.616992+0000","172.21.15.134:6800/3793294514":"2024-02-07T18:03:49.616992+0000","172.21.15.134:6800/3670199103":"2024-02-07T18:03:24.575031+0000","172.21.15.134:0/3431871074":"2024-02-07T18:03:24.575031+0000","172.21.15.134:6801/3670199103":"2024-02-07T18:03:24.575031+0000","172.21.15.134:6801/3793294514":"2024-02-07T18:03:49.616992+0000","172.21.15.134:0/1822225027":"2024-02-07T18:03:24.575031+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-06T18:08:26.360 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-06T18:08:26.360 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T18:08:26.498 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:28.341 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:08:28.342 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":48,"fsid":"e8ac69d2-c519-11ee-95b6-87774f69a715","created":"2024-02-06T18:03:05.983917+0000","modified":"2024-02-06T18:08:05.759807+0000","last_up_change":"2024-02-06T18:08:04.752302+0000","last_in_change":"2024-02-06T18:08:04.752302+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-06T18:04:46.048671+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":"df85bf8d-6aa1-4431-9d9c-53f7e875f871","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6803","nonce":1425738374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6805","nonce":1425738374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6809","nonce":1425738374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1425738374},{"type":"v1","addr":"172.21.15.134:6807","nonce":1425738374}]},"public_addr":"172.21.15.134:6803/1425738374","cluster_addr":"172.21.15.134:6805/1425738374","heartbeat_back_addr":"172.21.15.134:6809/1425738374","heartbeat_front_addr":"172.21.15.134:6807/1425738374","state":["exists","up"]},{"osd":1,"uuid":"2fc95a12-9c22-407b-9670-066b94aaeb9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6811","nonce":3100282463}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6813","nonce":3100282463}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6817","nonce":3100282463}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3100282463},{"type":"v1","addr":"172.21.15.134:6815","nonce":3100282463}]},"public_addr":"172.21.15.134:6811/3100282463","cluster_addr":"172.21.15.134:6813/3100282463","heartbeat_back_addr":"172.21.15.134:6817/3100282463","heartbeat_front_addr":"172.21.15.134:6815/3100282463","state":["exists","up"]},{"osd":2,"uuid":"59f2ee0d-83bb-4b34-92f5-8fe1c87e517e","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.134:6818","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6819","nonce":3311167668}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6821","nonce":3311167668}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6825","nonce":3311167668}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":3311167668},{"type":"v1","addr":"172.21.15.134:6823","nonce":3311167668}]},"public_addr":"172.21.15.134:6819/3311167668","cluster_addr":"172.21.15.134:6821/3311167668","heartbeat_back_addr":"172.21.15.134:6825/3311167668","heartbeat_front_addr":"172.21.15.134:6823/3311167668","state":["exists","up"]},{"osd":3,"uuid":"b97852d6-3c6c-4eb0-a6a5-d93f736da74a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6827","nonce":1805962197}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6829","nonce":1805962197}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6833","nonce":1805962197}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":1805962197},{"type":"v1","addr":"172.21.15.134:6831","nonce":1805962197}]},"public_addr":"172.21.15.134:6827/1805962197","cluster_addr":"172.21.15.134:6829/1805962197","heartbeat_back_addr":"172.21.15.134:6833/1805962197","heartbeat_front_addr":"172.21.15.134:6831/1805962197","state":["exists","up"]},{"osd":4,"uuid":"b0ac0941-a4bb-4b54-b535-ea4955286de7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6801","nonce":3740895576}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6803","nonce":3740895576}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6807","nonce":3740895576}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":3740895576},{"type":"v1","addr":"172.21.15.149:6805","nonce":3740895576}]},"public_addr":"172.21.15.149:6801/3740895576","cluster_addr":"172.21.15.149:6803/3740895576","heartbeat_back_addr":"172.21.15.149:6807/3740895576","heartbeat_front_addr":"172.21.15.149:6805/3740895576","state":["exists","up"]},{"osd":5,"uuid":"ec2ebc91-c8ed-4623-aeff-2e3eb697f296","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6809","nonce":4026279201}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6811","nonce":4026279201}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6815","nonce":4026279201}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":4026279201},{"type":"v1","addr":"172.21.15.149:6813","nonce":4026279201}]},"public_addr":"172.21.15.149:6809/4026279201","cluster_addr":"172.21.15.149:6811/4026279201","heartbeat_back_addr":"172.21.15.149:6815/4026279201","heartbeat_front_addr":"172.21.15.149:6813/4026279201","state":["exists","up"]},{"osd":6,"uuid":"2c7609e9-14ba-4a9d-b6b5-a7546d2a72a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6816","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6817","nonce":3271993920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6819","nonce":3271993920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6823","nonce":3271993920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":3271993920},{"type":"v1","addr":"172.21.15.149:6821","nonce":3271993920}]},"public_addr":"172.21.15.149:6817/3271993920","cluster_addr":"172.21.15.149:6819/3271993920","heartbeat_back_addr":"172.21.15.149:6823/3271993920","heartbeat_front_addr":"172.21.15.149:6821/3271993920","state":["exists","up"]},{"osd":7,"uuid":"cf006311-9dc8-47e6-aae3-baa46c3fe344","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6825","nonce":47651362}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6827","nonce":47651362}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6831","nonce":47651362}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":47651362},{"type":"v1","addr":"172.21.15.149:6829","nonce":47651362}]},"public_addr":"172.21.15.149:6825/47651362","cluster_addr":"172.21.15.149:6827/47651362","heartbeat_back_addr":"172.21.15.149:6831/47651362","heartbeat_front_addr":"172.21.15.149:6829/47651362","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-06T18:05:27.630320+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-06T18:05:57.963582+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-06T18:06:19.358004+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-06T18:06:46.308791+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-06T18:07:03.436514+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-06T18:07:22.978007+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-06T18:07:43.430367+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-06T18:08:03.422986+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.134:0/4235887331":"2024-02-07T18:04:04.570869+0000","172.21.15.134:6801/2390978920":"2024-02-07T18:04:04.570869+0000","172.21.15.134:6800/2390978920":"2024-02-07T18:04:04.570869+0000","172.21.15.134:0/3363879457":"2024-02-07T18:04:04.570869+0000","172.21.15.134:0/3503343329":"2024-02-07T18:03:49.616992+0000","172.21.15.134:0/209390012":"2024-02-07T18:03:49.616992+0000","172.21.15.134:6800/3793294514":"2024-02-07T18:03:49.616992+0000","172.21.15.134:6800/3670199103":"2024-02-07T18:03:24.575031+0000","172.21.15.134:0/3431871074":"2024-02-07T18:03:24.575031+0000","172.21.15.134:6801/3670199103":"2024-02-07T18:03:24.575031+0000","172.21.15.134:6801/3793294514":"2024-02-07T18:03:49.616992+0000","172.21.15.134:0/1822225027":"2024-02-07T18:03:24.575031+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-06T18:08:29.085 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-06T18:08:29.228 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:31.454 INFO:teuthology.orchestra.run.smithi134.stdout:47244640295 2024-02-06T18:08:31.455 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-06T18:08:31.596 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:34.151 INFO:teuthology.orchestra.run.smithi134.stdout:73014444066 2024-02-06T18:08:34.151 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-06T18:08:34.288 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:36.859 INFO:teuthology.orchestra.run.smithi134.stdout:94489280542 2024-02-06T18:08:36.859 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-06T18:08:36.997 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:39.489 INFO:teuthology.orchestra.run.smithi134.stdout:115964117018 2024-02-06T18:08:39.490 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-06T18:08:39.630 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:41.953 INFO:teuthology.orchestra.run.smithi134.stdout:137438953494 2024-02-06T18:08:41.953 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-06T18:08:42.091 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:44.520 INFO:teuthology.orchestra.run.smithi134.stdout:158913789971 2024-02-06T18:08:44.520 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-06T18:08:44.664 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:47.116 INFO:teuthology.orchestra.run.smithi134.stdout:180388626447 2024-02-06T18:08:47.117 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-06T18:08:47.259 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:49.535 INFO:teuthology.orchestra.run.smithi134.stdout:201863462924 2024-02-06T18:08:49.536 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-06T18:08:49.671 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:51.546 INFO:teuthology.orchestra.run.smithi134.stdout:47244640299 2024-02-06T18:08:52.326 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640295 got 47244640299 for osd.0 2024-02-06T18:08:52.326 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-06T18:08:52.466 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:54.496 INFO:teuthology.orchestra.run.smithi134.stdout:73014444070 2024-02-06T18:08:55.199 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444066 got 73014444070 for osd.1 2024-02-06T18:08:55.200 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-06T18:08:55.339 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:08:57.229 INFO:teuthology.orchestra.run.smithi134.stdout:94489280547 2024-02-06T18:08:57.924 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280542 got 94489280547 for osd.2 2024-02-06T18:08:57.924 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-06T18:08:58.066 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:00.046 INFO:teuthology.orchestra.run.smithi134.stdout:115964117022 2024-02-06T18:09:00.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117018 got 115964117022 for osd.3 2024-02-06T18:09:00.743 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-06T18:09:00.883 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:02.560 INFO:teuthology.orchestra.run.smithi134.stdout:137438953498 2024-02-06T18:09:03.307 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953494 got 137438953498 for osd.4 2024-02-06T18:09:03.307 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-06T18:09:03.444 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:05.126 INFO:teuthology.orchestra.run.smithi134.stdout:158913789975 2024-02-06T18:09:05.880 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789971 got 158913789975 for osd.5 2024-02-06T18:09:05.881 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-06T18:09:06.019 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:07.732 INFO:teuthology.orchestra.run.smithi134.stdout:180388626451 2024-02-06T18:09:08.498 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626447 got 180388626451 for osd.6 2024-02-06T18:09:08.498 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-06T18:09:08.639 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:10.618 INFO:teuthology.orchestra.run.smithi134.stdout:201863462928 2024-02-06T18:09:11.369 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462924 got 201863462928 for osd.7 2024-02-06T18:09:11.369 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-06T18:09:11.369 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-06T18:09:11.505 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:13.453 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:13.454 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2024-02-06T18:09:14.053 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2024-02-06T18:09:12.681645+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-02-06T18:08:06.020759+0000","last_change":"2024-02-06T18:08:06.020759+0000","last_active":"2024-02-06T18:08:06.020759+0000","last_peered":"2024-02-06T18:08:06.020759+0000","last_clean":"2024-02-06T18:08:06.020759+0000","last_became_active":"2024-02-06T18:08:06.020311+0000","last_became_peered":"2024-02-06T18:08:06.020311+0000","last_unstale":"2024-02-06T18:08:06.020759+0000","last_undegraded":"2024-02-06T18:08:06.020759+0000","last_fullsized":"2024-02-06T18:08:06.020759+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-06T18:04:46.799339+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-06T18:04:46.799339+0000","last_clean_scrub_stamp":"2024-02-06T18:04:46.799339+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462929,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.67800000000000005}]},{"osd":1,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.753},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.58299999999999996}]},{"osd":2,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.72699999999999998}]},{"osd":3,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.57699999999999996}]},{"osd":4,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.441},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.41599999999999998}]},{"osd":5,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.505}]},{"osd":6,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.46899999999999997}]}]},{"osd":6,"up_from":42,"seq":180388626452,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.442}]},{"osd":1,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.36199999999999999}]},{"osd":2,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.49299999999999999}]},{"osd":3,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.50600000000000001}]},{"osd":4,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.48499999999999999}]},{"osd":5,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.501}]},{"osd":7,"last update":"Tue Feb 6 18:09:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46800000000000003}]}]},{"osd":1,"up_from":17,"seq":73014444074,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:09:04 2024","interfaces":[{"interface":"back","average":{"1min":0.307,"5min":0.27600000000000002,"15min":0.25800000000000001},"min":{"1min":0.218,"5min":0.11899999999999999,"15min":0.11899999999999999},"max":{"1min":0.41299999999999998,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.28599999999999998,"15min":0.26300000000000001},"min":{"1min":0.22,"5min":0.16300000000000001,"15min":0.16300000000000001},"max":{"1min":0.51300000000000001,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.24299999999999999}]},{"osd":2,"last update":"Tue Feb 6 18:08:24 2024","interfaces":[{"interface":"back","average":{"1min":0.32900000000000001,"5min":0.29099999999999998,"15min":0.28499999999999998},"min":{"1min":0.185,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.317},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.32100000000000001,"15min":0.318},"min":{"1min":0.221,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.28299999999999997}]},{"osd":3,"last update":"Tue Feb 6 18:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.36699999999999999,"15min":0.36499999999999999},"min":{"1min":0.28399999999999997,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.34499999999999997,"15min":0.34399999999999997},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.251}]},{"osd":4,"last update":"Tue Feb 6 18:09:08 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.48299999999999998,"15min":0.47899999999999998},"min":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.60699999999999998,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.505,"15min":0.49299999999999999},"min":{"1min":0.377,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.45200000000000001}]},{"osd":5,"last update":"Tue Feb 6 18:08:29 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.51900000000000002}]},{"osd":6,"last update":"Tue Feb 6 18:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.47099999999999997}]},{"osd":7,"last update":"Tue Feb 6 18:09:04 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.56599999999999995}]}]},{"osd":0,"up_from":11,"seq":47244640303,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.29699999999999999,"15min":0.29399999999999998},"min":{"1min":0.222,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.47399999999999998,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.32200000000000001,"5min":0.30099999999999999,"15min":0.29699999999999999},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.50700000000000001,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.33400000000000002}]},{"osd":2,"last update":"Tue Feb 6 18:08:24 2024","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.314,"15min":0.309},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.33500000000000002,"15min":0.33000000000000002},"min":{"1min":0.27100000000000002,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.45000000000000001,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.41999999999999998}]},{"osd":3,"last update":"Tue Feb 6 18:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.34200000000000003,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.32300000000000001,"15min":0.318},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.40300000000000002}]},{"osd":4,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.54600000000000004}]},{"osd":5,"last update":"Tue Feb 6 18:08:28 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.63200000000000001}]},{"osd":6,"last update":"Tue Feb 6 18:08:46 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.61799999999999999}]},{"osd":7,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.56499999999999995}]}]},{"osd":2,"up_from":22,"seq":94489280550,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:25 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.308,"15min":0.30299999999999999},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.32600000000000001,"15min":0.32000000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.28199999999999997}]},{"osd":1,"last update":"Tue Feb 6 18:08:25 2024","interfaces":[{"interface":"back","average":{"1min":0.32900000000000001,"5min":0.29299999999999998,"15min":0.28699999999999998},"min":{"1min":0.23799999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.32500000000000001,"5min":0.29099999999999998,"15min":0.28499999999999998},"min":{"1min":0.223,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"last":0.24099999999999999}]},{"osd":3,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.33000000000000002,"5min":0.31900000000000001,"15min":0.317},"min":{"1min":0.23999999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.253},{"interface":"front","average":{"1min":0.372,"5min":0.34599999999999997,"15min":0.34200000000000003},"min":{"1min":0.26300000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.26500000000000001}]},{"osd":4,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.503,"15min":0.496},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.502,"15min":0.498},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.51000000000000001}]},{"osd":5,"last update":"Tue Feb 6 18:08:25 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.47199999999999998}]},{"osd":6,"last update":"Tue Feb 6 18:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.55400000000000005}]},{"osd":7,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.53800000000000003}]}]},{"osd":3,"up_from":27,"seq":115964117024,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.317,"5min":0.33000000000000002,"15min":0.33200000000000002},"min":{"1min":0.22600000000000001,"5min":0.215,"15min":0.215},"max":{"1min":0.47799999999999998,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.251},{"interface":"front","average":{"1min":0.33700000000000002,"5min":0.33300000000000002,"15min":0.33200000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.318}]},{"osd":1,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.34100000000000003,"15min":0.34200000000000003},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.35499999999999998,"15min":0.35599999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.51900000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.32900000000000001}]},{"osd":2,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.34499999999999997,"15min":0.34699999999999998},"min":{"1min":0.25700000000000001,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.49199999999999999,"5min":0.496,"15min":0.496},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36799999999999999,"15min":0.36899999999999999},"min":{"1min":0.25600000000000001,"5min":0.25,"15min":0.25},"max":{"1min":0.55100000000000005,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.30099999999999999}]},{"osd":4,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.63500000000000001}]},{"osd":5,"last update":"Tue Feb 6 18:08:26 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.53200000000000003}]},{"osd":6,"last update":"Tue Feb 6 18:08:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.66600000000000004}]},{"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.61699999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953500,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.439}]},{"osd":1,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.38100000000000001}]},{"osd":2,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.373}]},{"osd":3,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.45600000000000002}]},{"osd":5,"last update":"Tue Feb 6 18:08:26 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.29099999999999998}]},{"osd":6,"last update":"Tue Feb 6 18:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.41299999999999998}]},{"osd":7,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.35399999999999998}]}]},{"osd":5,"up_from":37,"seq":158913789977,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.57499999999999996}]},{"osd":1,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.53800000000000003}]},{"osd":2,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.55500000000000005}]},{"osd":3,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.55100000000000005}]},{"osd":4,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.48799999999999999}]},{"osd":6,"last update":"Tue Feb 6 18:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.52700000000000002}]},{"osd":7,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.45900000000000002}]}]}]}} 2024-02-06T18:09:14.055 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-06T18:09:14.200 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:16.158 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:16.158 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2024-02-06T18:09:16.847 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":192,"stamp":"2024-02-06T18:09:14.682034+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1482840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-02-06T18:08:06.020759+0000","last_change":"2024-02-06T18:08:06.020759+0000","last_active":"2024-02-06T18:08:06.020759+0000","last_peered":"2024-02-06T18:08:06.020759+0000","last_clean":"2024-02-06T18:08:06.020759+0000","last_became_active":"2024-02-06T18:08:06.020311+0000","last_became_peered":"2024-02-06T18:08:06.020311+0000","last_unstale":"2024-02-06T18:08:06.020759+0000","last_undegraded":"2024-02-06T18:08:06.020759+0000","last_fullsized":"2024-02-06T18:08:06.020759+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-06T18:04:46.799339+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-06T18:04:46.799339+0000","last_clean_scrub_stamp":"2024-02-06T18:04:46.799339+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":47,"seq":201863462929,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.67800000000000005}]},{"osd":1,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.753},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.58299999999999996}]},{"osd":2,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.72699999999999998}]},{"osd":3,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.57699999999999996}]},{"osd":4,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.441},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.41599999999999998}]},{"osd":5,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.505}]},{"osd":6,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.46899999999999997}]}]},{"osd":6,"up_from":42,"seq":180388626452,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.442}]},{"osd":1,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.36199999999999999}]},{"osd":2,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.49299999999999999}]},{"osd":3,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.50600000000000001}]},{"osd":4,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.48499999999999999}]},{"osd":5,"last update":"Tue Feb 6 18:08:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.501}]},{"osd":7,"last update":"Tue Feb 6 18:09:08 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.46800000000000003}]}]},{"osd":1,"up_from":17,"seq":73014444074,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:09:04 2024","interfaces":[{"interface":"back","average":{"1min":0.307,"5min":0.27600000000000002,"15min":0.25800000000000001},"min":{"1min":0.218,"5min":0.11899999999999999,"15min":0.11899999999999999},"max":{"1min":0.41299999999999998,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27100000000000002},{"interface":"front","average":{"1min":0.33300000000000002,"5min":0.28599999999999998,"15min":0.26300000000000001},"min":{"1min":0.22,"5min":0.16300000000000001,"15min":0.16300000000000001},"max":{"1min":0.51300000000000001,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.24299999999999999}]},{"osd":2,"last update":"Tue Feb 6 18:08:24 2024","interfaces":[{"interface":"back","average":{"1min":0.32900000000000001,"5min":0.29099999999999998,"15min":0.28499999999999998},"min":{"1min":0.185,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.317},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.32100000000000001,"15min":0.318},"min":{"1min":0.221,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.28299999999999997}]},{"osd":3,"last update":"Tue Feb 6 18:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.36699999999999999,"15min":0.36499999999999999},"min":{"1min":0.28399999999999997,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.34499999999999997,"15min":0.34399999999999997},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.251}]},{"osd":4,"last update":"Tue Feb 6 18:09:08 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.48299999999999998,"15min":0.47899999999999998},"min":{"1min":0.38400000000000001,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.60699999999999998,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.505,"15min":0.49299999999999999},"min":{"1min":0.377,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.45200000000000001}]},{"osd":5,"last update":"Tue Feb 6 18:08:29 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.51900000000000002}]},{"osd":6,"last update":"Tue Feb 6 18:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.47099999999999997}]},{"osd":7,"last update":"Tue Feb 6 18:09:04 2024","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.56599999999999995}]}]},{"osd":0,"up_from":11,"seq":47244640303,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.29699999999999999,"15min":0.29399999999999998},"min":{"1min":0.222,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.47399999999999998,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.32200000000000001,"5min":0.30099999999999999,"15min":0.29699999999999999},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.50700000000000001,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.33400000000000002}]},{"osd":2,"last update":"Tue Feb 6 18:08:24 2024","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.314,"15min":0.309},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.33500000000000002,"15min":0.33000000000000002},"min":{"1min":0.27100000000000002,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.45000000000000001,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.41999999999999998}]},{"osd":3,"last update":"Tue Feb 6 18:08:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.34200000000000003,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.32300000000000001,"15min":0.318},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.40300000000000002}]},{"osd":4,"last update":"Tue Feb 6 18:08:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.54600000000000004}]},{"osd":5,"last update":"Tue Feb 6 18:08:28 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.63200000000000001}]},{"osd":6,"last update":"Tue Feb 6 18:08:46 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.61799999999999999}]},{"osd":7,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.56499999999999995}]}]},{"osd":2,"up_from":22,"seq":94489280550,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:25 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.308,"15min":0.30299999999999999},"min":{"1min":0.20100000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.32600000000000001,"15min":0.32000000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.28199999999999997}]},{"osd":1,"last update":"Tue Feb 6 18:08:25 2024","interfaces":[{"interface":"back","average":{"1min":0.32900000000000001,"5min":0.29299999999999998,"15min":0.28699999999999998},"min":{"1min":0.23799999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"last":0.23200000000000001},{"interface":"front","average":{"1min":0.32500000000000001,"5min":0.29099999999999998,"15min":0.28499999999999998},"min":{"1min":0.223,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"last":0.24099999999999999}]},{"osd":3,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.33000000000000002,"5min":0.31900000000000001,"15min":0.317},"min":{"1min":0.23999999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.253},{"interface":"front","average":{"1min":0.372,"5min":0.34599999999999997,"15min":0.34200000000000003},"min":{"1min":0.26300000000000001,"5min":0.247,"15min":0.247},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.26500000000000001}]},{"osd":4,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.503,"15min":0.496},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.502,"15min":0.498},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.51000000000000001}]},{"osd":5,"last update":"Tue Feb 6 18:08:25 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.47199999999999998}]},{"osd":6,"last update":"Tue Feb 6 18:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.55400000000000005}]},{"osd":7,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.53800000000000003}]}]},{"osd":3,"up_from":27,"seq":115964117025,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.317,"5min":0.33000000000000002,"15min":0.33200000000000002},"min":{"1min":0.22600000000000001,"5min":0.215,"15min":0.215},"max":{"1min":0.47799999999999998,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.33700000000000002,"5min":0.33300000000000002,"15min":0.33200000000000002},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.32500000000000001}]},{"osd":1,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.34100000000000003,"15min":0.34200000000000003},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.35499999999999998,"15min":0.35599999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.51900000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.27700000000000002}]},{"osd":2,"last update":"Tue Feb 6 18:08:52 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.34499999999999997,"15min":0.34699999999999998},"min":{"1min":0.25700000000000001,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.49199999999999999,"5min":0.496,"15min":0.496},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36799999999999999,"15min":0.36899999999999999},"min":{"1min":0.25600000000000001,"5min":0.25,"15min":0.25},"max":{"1min":0.55100000000000005,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.312}]},{"osd":4,"last update":"Tue Feb 6 18:09:10 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.52700000000000002,"15min":0.51900000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.52800000000000002,"15min":0.52400000000000002},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.56299999999999994}]},{"osd":5,"last update":"Tue Feb 6 18:08:26 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.55200000000000005}]},{"osd":6,"last update":"Tue Feb 6 18:08:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.53700000000000003}]},{"osd":7,"last update":"Tue Feb 6 18:09:10 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.47099999999999997}]}]},{"osd":4,"up_from":32,"seq":137438953501,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.47699999999999998,"15min":0.48099999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.55900000000000005,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.48499999999999999,"15min":0.48899999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.61899999999999999,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.39400000000000002}]},{"osd":1,"last update":"Tue Feb 6 18:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.497,"15min":0.501},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.5,"15min":0.504},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.58799999999999997,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.48499999999999999}]},{"osd":2,"last update":"Tue Feb 6 18:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.49199999999999999,"15min":0.496},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.48899999999999999,"15min":0.49199999999999999},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.58799999999999997,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.51100000000000001}]},{"osd":3,"last update":"Tue Feb 6 18:09:11 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.48899999999999999,"15min":0.49299999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.439},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.50600000000000001,"15min":0.50800000000000001},"min":{"1min":0.375,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.44900000000000001}]},{"osd":5,"last update":"Tue Feb 6 18:08:26 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.47299999999999998}]},{"osd":6,"last update":"Tue Feb 6 18:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.52200000000000002}]},{"osd":7,"last update":"Tue Feb 6 18:09:05 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.498}]}]},{"osd":5,"up_from":37,"seq":158913789977,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":185355,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.57499999999999996}]},{"osd":1,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.53800000000000003}]},{"osd":2,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.55500000000000005}]},{"osd":3,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.55100000000000005}]},{"osd":4,"last update":"Tue Feb 6 18:08:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.48799999999999999}]},{"osd":6,"last update":"Tue Feb 6 18:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.52700000000000002}]},{"osd":7,"last update":"Tue Feb 6 18:09:06 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.45900000000000002}]}]}]}} 2024-02-06T18:09:16.849 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-06T18:09:16.849 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-06T18:09:16.849 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-06T18:09:16.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph health --format=json 2024-02-06T18:09:16.986 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/mon.smithi134/config 2024-02-06T18:09:18.826 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:19.471 INFO:teuthology.orchestra.run.smithi134.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-06T18:09:19.471 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-06T18:09:19.471 INFO:tasks.cephadm:Setup complete, yielding 2024-02-06T18:09:19.472 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T18:09:19.482 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:09:19.483 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph orch status' 2024-02-06T18:09:21.541 INFO:teuthology.orchestra.run.smithi134.stdout:Backend: cephadm 2024-02-06T18:09:21.541 INFO:teuthology.orchestra.run.smithi134.stdout:Available: True 2024-02-06T18:09:22.193 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-06T18:09:24.408 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (2m) 61s ago 4m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (4m) 61s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d577aeddc5cb 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (3m) 80s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a18d00ffbd1a 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (2m) 61s ago 4m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 running (6m) 61s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acf0c1b56ffe 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (4m) 80s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1523545776fb 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (6m) 61s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 eb910e76703d 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (4m) 80s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a281aab65b8c 2024-02-06T18:09:24.409 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (4m) 61s ago 4m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (4m) 80s ago 4m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (3m) 61s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4a568beb4a42 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (3m) 61s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06ff01c05f1a 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (3m) 61s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 50a16abde98c 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (2m) 61s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0654ad5d6997 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (2m) 80s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d71a98a9023e 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (2m) 80s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2370d3837d2 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (103s) 80s ago 103s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (83s) 80s ago 82s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6029243dc85b 2024-02-06T18:09:24.410 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (3m) 61s ago 3m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 3155190cea8b 2024-02-06T18:09:25.056 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager 1/1 63s ago 5m count:1 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:crash 2/2 83s ago 5m * docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:grafana 1/1 63s ago 5m count:1 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:mgr 2/2 83s ago 5m count:2 docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:mon 2/5 83s ago 5m count:5 docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter 2/2 83s ago 5m * docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:osd.None 7/0 83s ago - docker.io/ceph/ceph:v15 2cf504fded39 2024-02-06T18:09:26.955 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus 1/1 63s ago 5m count:1 docker.io/prom/prometheus:v2.18.1 de242295e225 2024-02-06T18:09:27.688 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-06T18:09:29.647 INFO:teuthology.orchestra.run.smithi134.stdout:HOST ADDR LABELS STATUS 2024-02-06T18:09:29.647 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 smithi134 2024-02-06T18:09:29.647 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 smithi149 2024-02-06T18:09:30.417 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-06T18:09:32.286 INFO:teuthology.orchestra.run.smithi134.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-06T18:09:32.286 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme0n1 ssd CVFT62420002400BGN 400G Unknown N/A N/A No 2024-02-06T18:09:32.286 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme0n1 ssd CVFT623300CK400BGN 400G Unknown N/A N/A No 2024-02-06T18:09:32.897 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-06T18:09:32.906 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:09:32.907 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-06T18:09:32.935 INFO:teuthology.orchestra.run.smithi134.stderr:+ systemctl stop nfs-server 2024-02-06T18:09:32.942 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi149.front.sepia.ceph.com 2024-02-06T18:09:32.943 DEBUG:teuthology.orchestra.run.smithi149:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-06T18:09:32.982 INFO:teuthology.orchestra.run.smithi149.stderr:+ systemctl stop nfs-server 2024-02-06T18:09:32.990 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T18:09:32.999 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:09:32.999 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-06T18:09:37.436 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-06T18:09:37.446 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-06T18:09:37.446 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T18:09:40.018 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:40.018 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:55.947547Z", "last_refresh": "2024-02-06T18:08:23.065523Z", "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-06T18:03:43.920931Z", "last_refresh": "2024-02-06T18:08:03.939211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-06T18:03:52.838690Z", "last_refresh": "2024-02-06T18:08:23.065631Z", "running": 1, "size": 1}}, {"events": ["2024-02-06T18:09:36.782096Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-06T18:03:42.181306Z", "last_refresh": "2024-02-06T18:08:03.939085Z", "running": 2, "size": 2}}, {"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-06T18:03:39.663782Z", "last_refresh": "2024-02-06T18:08:03.938954Z", "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-06T18:03:54.537938Z", "last_refresh": "2024-02-06T18:08:03.939145Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_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-06T18:08:03.939266Z", "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-06T18:03:50.675741Z", "last_refresh": "2024-02-06T18:08:23.065922Z", "running": 1, "size": 1}}] 2024-02-06T18:09:40.893 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-06T18:09:41.894 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T18:09:44.210 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:44.210 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:55.947547Z", "last_refresh": "2024-02-06T18:08:23.065523Z", "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-06T18:03:43.920931Z", "last_refresh": "2024-02-06T18:08:03.939211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-06T18:03:52.838690Z", "last_refresh": "2024-02-06T18:08:23.065631Z", "running": 1, "size": 1}}, {"events": ["2024-02-06T18:09:36.782096Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-06T18:03:42.181306Z", "last_refresh": "2024-02-06T18:08:03.939085Z", "running": 2, "size": 2}}, {"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-06T18:03:39.663782Z", "last_refresh": "2024-02-06T18:08:03.938954Z", "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-06T18:03:54.537938Z", "last_refresh": "2024-02-06T18:08:03.939145Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_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-06T18:08:03.939266Z", "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-06T18:03:50.675741Z", "last_refresh": "2024-02-06T18:08:23.065922Z", "running": 1, "size": 1}}] 2024-02-06T18:09:45.493 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-06T18:09:46.495 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T18:09:49.123 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:49.123 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:55.947547Z", "last_refresh": "2024-02-06T18:09:45.648861Z", "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-06T18:03:43.920931Z", "last_refresh": "2024-02-06T18:08:03.939211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-06T18:03:52.838690Z", "last_refresh": "2024-02-06T18:09:45.648966Z", "running": 1, "size": 1}}, {"events": ["2024-02-06T18:09:36.782096Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"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-06T18:03:42.181306Z", "last_refresh": "2024-02-06T18:08:03.939085Z", "running": 2, "size": 2}}, {"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-06T18:03:39.663782Z", "last_refresh": "2024-02-06T18:08:03.938954Z", "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-06T18:03:54.537938Z", "last_refresh": "2024-02-06T18:08:03.939145Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_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-06T18:08:03.939266Z", "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-06T18:03:50.675741Z", "last_refresh": "2024-02-06T18:09:45.649295Z", "running": 1, "size": 1}}] 2024-02-06T18:09:49.722 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-06T18:09:50.723 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T18:09:52.776 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:09:52.776 INFO:teuthology.orchestra.run.smithi134.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-06T18:03:55.947547Z", "last_refresh": "2024-02-06T18:09:45.648861Z", "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-06T18:03:43.920931Z", "last_refresh": "2024-02-06T18:08:03.939211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "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-06T18:03:52.838690Z", "last_refresh": "2024-02-06T18:09:45.648966Z", "running": 1, "size": 1}}, {"events": ["2024-02-06T18:09:36.782096Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-06T18:09:36.778569Z", "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-06T18:03:42.181306Z", "last_refresh": "2024-02-06T18:08:03.939085Z", "running": 2, "size": 2}}, {"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-06T18:03:39.663782Z", "last_refresh": "2024-02-06T18:08:03.938954Z", "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-06T18:03:54.537938Z", "last_refresh": "2024-02-06T18:08:03.939145Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi134"]}, "service_id": "None", "service_name": "osd.None", "service_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-06T18:08:03.939266Z", "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-06T18:03:50.675741Z", "last_refresh": "2024-02-06T18:09:45.649295Z", "running": 1, "size": 1}}] 2024-02-06T18:09:53.606 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-06T18:09:53.606 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T18:09:53.615 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:09:53.615 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-06T18:09:56.646 INFO:teuthology.orchestra.run.smithi134.stderr:Invalid command: missing required parameter clusterid() 2024-02-06T18:09:56.646 INFO:teuthology.orchestra.run.smithi134.stderr:nfs cluster create [] : Create an NFS Cluster 2024-02-06T18:09:56.646 INFO:teuthology.orchestra.run.smithi134.stderr:Error EINVAL: invalid command 2024-02-06T18:09:58.318 INFO:teuthology.orchestra.run.smithi134.stdout:NFS Cluster Created Successfully 2024-02-06T18:09:59.537 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-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-06T18:10:03.065 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:10:03.066 INFO:teuthology.orchestra.run.smithi134.stdout: "bind": "/fake", 2024-02-06T18:10:03.066 INFO:teuthology.orchestra.run.smithi134.stdout: "fs": "foofs", 2024-02-06T18:10:03.066 INFO:teuthology.orchestra.run.smithi134.stdout: "path": "/", 2024-02-06T18:10:03.066 INFO:teuthology.orchestra.run.smithi134.stdout: "cluster": "foo", 2024-02-06T18:10:03.066 INFO:teuthology.orchestra.run.smithi134.stdout: "mode": "RW" 2024-02-06T18:10:03.066 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:10:04.222 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-06T18:10:10.434 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo 2/2 - 10s count:2 2024-02-06T18:10:11.346 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-06T18:10:11.358 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:10:11.359 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-06T18:10:11.391 INFO:teuthology.orchestra.run.smithi134.stderr:+ mkdir /mnt/foo 2024-02-06T18:10:11.402 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-06T18:10:11.470 INFO:teuthology.orchestra.run.smithi134.stderr:++ hostname 2024-02-06T18:10:11.470 INFO:teuthology.orchestra.run.smithi134.stderr:+ mount -t nfs smithi134:/fake /mnt/foo -o sync 2024-02-06T18:10:12.027 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-06T18:10:12.094 INFO:teuthology.orchestra.run.smithi134.stderr:+ echo test 2024-02-06T18:10:12.103 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-06T18:10:12.170 INFO:teuthology.orchestra.run.smithi134.stderr:+ sync 2024-02-06T18:10:12.626 INFO:teuthology.run_tasks:Running task parallel... 2024-02-06T18:10:12.637 INFO:teuthology.task.parallel:starting parallel... 2024-02-06T18:10:12.637 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-06T18:10:12.640 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-06T18:10:12.641 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:10:12.641 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-06T18:10:12.641 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-06T18:10:12.641 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-06T18:10:12.642 INFO:teuthology.task.exec:Executing custom commands... 2024-02-06T18:10:12.643 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:10:12.643 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-06T18:10:12.754 INFO:teuthology.orchestra.run.smithi134.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-06T18:10:12.754 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:10:12.754 INFO:teuthology.orchestra.run.smithi134.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-06T18:10:12.763 INFO:teuthology.orchestra.run.smithi134.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-06T18:10:12.863 INFO:teuthology.orchestra.run.smithi134.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-06T18:10:12.863 INFO:teuthology.orchestra.run.smithi134.stdout:releasing clients 2024-02-06T18:10:13.864 INFO:teuthology.orchestra.run.smithi134.stdout: 5 308 56.39 MB/sec warmup 1 sec latency 10.085 ms 2024-02-06T18:10:14.864 INFO:teuthology.orchestra.run.smithi134.stdout: 5 667 52.79 MB/sec warmup 2 sec latency 10.453 ms 2024-02-06T18:10:15.866 INFO:teuthology.orchestra.run.smithi134.stdout: 5 1801 43.82 MB/sec warmup 3 sec latency 14.984 ms 2024-02-06T18:10:16.419 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-06T18:10:16.866 INFO:teuthology.orchestra.run.smithi134.stdout: 5 3228 43.33 MB/sec warmup 4 sec latency 17.568 ms 2024-02-06T18:10:17.866 INFO:teuthology.orchestra.run.smithi134.stdout: 5 4317 40.43 MB/sec warmup 5 sec latency 13.931 ms 2024-02-06T18:10:18.867 INFO:teuthology.orchestra.run.smithi134.stdout: 5 5644 38.11 MB/sec warmup 6 sec latency 18.916 ms 2024-02-06T18:10:19.866 INFO:teuthology.orchestra.run.smithi134.stdout: 5 6779 38.32 MB/sec warmup 7 sec latency 13.800 ms 2024-02-06T18:10:20.223 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-06T18:10:20.866 INFO:teuthology.orchestra.run.smithi134.stdout: 5 7872 37.22 MB/sec warmup 8 sec latency 18.343 ms 2024-02-06T18:10:21.867 INFO:teuthology.orchestra.run.smithi134.stdout: 5 9014 35.91 MB/sec warmup 9 sec latency 16.062 ms 2024-02-06T18:10:22.866 INFO:teuthology.orchestra.run.smithi134.stdout: 5 10388 36.69 MB/sec warmup 10 sec latency 14.775 ms 2024-02-06T18:10:23.867 INFO:teuthology.orchestra.run.smithi134.stdout: 5 11340 35.67 MB/sec warmup 11 sec latency 16.810 ms 2024-02-06T18:10:24.508 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-06T18:10:24.867 INFO:teuthology.orchestra.run.smithi134.stdout: 5 12575 34.91 MB/sec warmup 12 sec latency 16.568 ms 2024-02-06T18:10:25.867 INFO:teuthology.orchestra.run.smithi134.stdout: 5 13773 35.15 MB/sec warmup 13 sec latency 13.579 ms 2024-02-06T18:10:26.867 INFO:teuthology.orchestra.run.smithi134.stdout: 5 14696 34.81 MB/sec warmup 14 sec latency 13.296 ms 2024-02-06T18:10:27.868 INFO:teuthology.orchestra.run.smithi134.stdout: 5 15572 33.59 MB/sec warmup 15 sec latency 17.023 ms 2024-02-06T18:10:28.868 INFO:teuthology.orchestra.run.smithi134.stdout: 5 16856 33.23 MB/sec warmup 16 sec latency 18.698 ms 2024-02-06T18:10:29.869 INFO:teuthology.orchestra.run.smithi134.stdout: 5 18037 34.20 MB/sec warmup 17 sec latency 31.607 ms 2024-02-06T18:10:30.869 INFO:teuthology.orchestra.run.smithi134.stdout: 5 18892 33.06 MB/sec warmup 18 sec latency 48.579 ms 2024-02-06T18:10:31.869 INFO:teuthology.orchestra.run.smithi134.stdout: 5 19940 32.26 MB/sec warmup 19 sec latency 60.929 ms 2024-02-06T18:10:32.346 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-06T18:10:32.870 INFO:teuthology.orchestra.run.smithi134.stdout: 5 20924 32.58 MB/sec warmup 20 sec latency 16.997 ms 2024-02-06T18:10:33.870 INFO:teuthology.orchestra.run.smithi134.stdout: 5 21791 32.32 MB/sec warmup 21 sec latency 19.674 ms 2024-02-06T18:10:34.870 INFO:teuthology.orchestra.run.smithi134.stdout: 5 22562 31.44 MB/sec warmup 22 sec latency 24.091 ms 2024-02-06T18:10:35.277 INFO:teuthology.orchestra.run.smithi134.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T18:10:35.871 INFO:teuthology.orchestra.run.smithi134.stdout: 5 23600 30.87 MB/sec warmup 23 sec latency 32.117 ms 2024-02-06T18:10:36.333 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-06T18:10:36.334 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:10:36.334 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-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-06T18:10:36.873 INFO:teuthology.orchestra.run.smithi134.stdout: 5 24980 32.02 MB/sec warmup 24 sec latency 13.782 ms 2024-02-06T18:10:37.872 INFO:teuthology.orchestra.run.smithi134.stdout: 5 25694 31.07 MB/sec warmup 25 sec latency 19.452 ms 2024-02-06T18:10:38.872 INFO:teuthology.orchestra.run.smithi134.stdout: 5 26847 30.85 MB/sec warmup 26 sec latency 24.020 ms 2024-02-06T18:10:39.873 INFO:teuthology.orchestra.run.smithi134.stdout: 5 28080 31.27 MB/sec warmup 27 sec latency 23.193 ms 2024-02-06T18:10:39.976 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (4m) 20s ago 6m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (6m) 20s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d577aeddc5cb 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (4m) 2s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a18d00ffbd1a 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (4m) 20s ago 5m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (51s) 20s ago 50s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5ef750fa70d5 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (48s) 2s ago 48s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf7a0ae69e40 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 running (7m) 20s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acf0c1b56ffe 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (5m) 2s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1523545776fb 2024-02-06T18:10:40.795 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (7m) 20s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 eb910e76703d 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (5m) 2s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a281aab65b8c 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (36s) 20s ago 35s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 139e6661d642 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi149 smithi149 running (32s) 2s ago 31s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 c6f78a2ab90b 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (5m) 20s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (5m) 2s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (5m) 20s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4a568beb4a42 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (4m) 20s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06ff01c05f1a 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (4m) 20s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 50a16abde98c 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (3m) 20s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0654ad5d6997 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (3m) 2s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d71a98a9023e 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (3m) 2s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2370d3837d2 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (2m) 2s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (2m) 2s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6029243dc85b 2024-02-06T18:10:40.796 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (4m) 20s ago 4m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 3155190cea8b 2024-02-06T18:10:40.873 INFO:teuthology.orchestra.run.smithi134.stdout: 5 28907 31.06 MB/sec warmup 28 sec latency 25.419 ms 2024-02-06T18:10:41.210 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:10:41.211 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:10:41.212 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:10:41.212 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:10:41.212 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-06T18:10:41.212 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:10:41.212 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:10:41.583 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:10:41.583 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T18:10:41.584 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:10:41.584 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-06T18:10:41.584 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-06T18:10:41.584 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:10:41.873 INFO:teuthology.orchestra.run.smithi134.stdout: 5 29795 30.56 MB/sec warmup 29 sec latency 19.370 ms 2024-02-06T18:10:42.874 INFO:teuthology.orchestra.run.smithi134.stdout: 5 31033 30.47 MB/sec warmup 30 sec latency 23.155 ms 2024-02-06T18:10:43.875 INFO:teuthology.orchestra.run.smithi134.stdout: 5 32134 30.98 MB/sec warmup 31 sec latency 17.177 ms 2024-02-06T18:10:44.875 INFO:teuthology.orchestra.run.smithi134.stdout: 5 32864 30.32 MB/sec warmup 32 sec latency 16.961 ms 2024-02-06T18:10:45.875 INFO:teuthology.orchestra.run.smithi134.stdout: 5 33613 30.04 MB/sec warmup 33 sec latency 25.890 ms 2024-02-06T18:10:46.877 INFO:teuthology.orchestra.run.smithi134.stdout: 5 34603 29.76 MB/sec warmup 34 sec latency 29.381 ms 2024-02-06T18:10:47.881 INFO:teuthology.orchestra.run.smithi134.stdout: 5 35691 30.17 MB/sec warmup 35 sec latency 29.218 ms 2024-02-06T18:10:48.881 INFO:teuthology.orchestra.run.smithi134.stdout: 5 36447 29.62 MB/sec warmup 36 sec latency 19.512 ms 2024-02-06T18:10:49.881 INFO:teuthology.orchestra.run.smithi134.stdout: 5 37211 29.30 MB/sec warmup 37 sec latency 31.785 ms 2024-02-06T18:10:50.881 INFO:teuthology.orchestra.run.smithi134.stdout: 5 38093 29.09 MB/sec warmup 38 sec latency 38.683 ms 2024-02-06T18:10:51.881 INFO:teuthology.orchestra.run.smithi134.stdout: 5 39023 29.29 MB/sec warmup 39 sec latency 71.360 ms 2024-02-06T18:10:52.883 INFO:teuthology.orchestra.run.smithi134.stdout: 5 39743 28.94 MB/sec warmup 40 sec latency 21.510 ms 2024-02-06T18:10:53.883 INFO:teuthology.orchestra.run.smithi134.stdout: 5 40517 28.68 MB/sec warmup 41 sec latency 32.830 ms 2024-02-06T18:10:54.884 INFO:teuthology.orchestra.run.smithi134.stdout: 5 41548 28.47 MB/sec warmup 42 sec latency 20.023 ms 2024-02-06T18:10:55.884 INFO:teuthology.orchestra.run.smithi134.stdout: 5 42423 28.66 MB/sec warmup 43 sec latency 50.740 ms 2024-02-06T18:10:56.885 INFO:teuthology.orchestra.run.smithi134.stdout: 5 43045 28.44 MB/sec warmup 44 sec latency 21.851 ms 2024-02-06T18:10:57.885 INFO:teuthology.orchestra.run.smithi134.stdout: 5 43833 28.15 MB/sec warmup 45 sec latency 58.925 ms 2024-02-06T18:10:58.885 INFO:teuthology.orchestra.run.smithi134.stdout: 5 44967 28.01 MB/sec warmup 46 sec latency 31.020 ms 2024-02-06T18:10:59.886 INFO:teuthology.orchestra.run.smithi134.stdout: 5 46114 28.36 MB/sec warmup 47 sec latency 19.596 ms 2024-02-06T18:11:00.887 INFO:teuthology.orchestra.run.smithi134.stdout: 5 46782 28.10 MB/sec warmup 48 sec latency 19.979 ms 2024-02-06T18:11:01.892 INFO:teuthology.orchestra.run.smithi134.stdout: 5 47641 27.90 MB/sec warmup 49 sec latency 29.065 ms 2024-02-06T18:11:02.893 INFO:teuthology.orchestra.run.smithi134.stdout: 5 48521 27.70 MB/sec warmup 50 sec latency 25.723 ms 2024-02-06T18:11:03.893 INFO:teuthology.orchestra.run.smithi134.stdout: 5 49762 28.07 MB/sec warmup 51 sec latency 16.120 ms 2024-02-06T18:11:04.893 INFO:teuthology.orchestra.run.smithi134.stdout: 5 50583 27.88 MB/sec warmup 52 sec latency 22.441 ms 2024-02-06T18:11:05.895 INFO:teuthology.orchestra.run.smithi134.stdout: 5 51503 27.70 MB/sec warmup 53 sec latency 37.790 ms 2024-02-06T18:11:06.894 INFO:teuthology.orchestra.run.smithi134.stdout: 5 52542 27.77 MB/sec warmup 54 sec latency 23.644 ms 2024-02-06T18:11:07.895 INFO:teuthology.orchestra.run.smithi134.stdout: 5 53442 27.85 MB/sec warmup 55 sec latency 17.350 ms 2024-02-06T18:11:08.895 INFO:teuthology.orchestra.run.smithi134.stdout: 5 54322 27.65 MB/sec warmup 56 sec latency 15.099 ms 2024-02-06T18:11:09.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 55242 27.51 MB/sec warmup 57 sec latency 25.538 ms 2024-02-06T18:11:10.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 56043 27.42 MB/sec warmup 58 sec latency 35.747 ms 2024-02-06T18:11:11.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 56981 27.58 MB/sec warmup 59 sec latency 33.278 ms 2024-02-06T18:11:12.017 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:11:12.836 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T18:11:12.836 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (4m) 29s ago 6m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:11:12.836 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (6m) 29s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d577aeddc5cb 2024-02-06T18:11:12.836 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (5m) 34s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a18d00ffbd1a 2024-02-06T18:11:12.836 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (4m) 29s ago 6m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (83s) 29s ago 82s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5ef750fa70d5 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (80s) 34s ago 80s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf7a0ae69e40 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 running (8m) 29s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acf0c1b56ffe 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (6m) 34s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1523545776fb 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (8m) 29s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 eb910e76703d 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (6m) 34s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a281aab65b8c 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (68s) 29s ago 67s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 139e6661d642 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi149 smithi149 running (64s) 34s ago 63s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 c6f78a2ab90b 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (6m) 29s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (5m) 34s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (5m) 29s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4a568beb4a42 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (5m) 29s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06ff01c05f1a 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (4m) 29s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 50a16abde98c 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (4m) 29s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0654ad5d6997 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (4m) 34s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d71a98a9023e 2024-02-06T18:11:12.837 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (3m) 34s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2370d3837d2 2024-02-06T18:11:12.838 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (3m) 34s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:11:12.838 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (3m) 34s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6029243dc85b 2024-02-06T18:11:12.838 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (5m) 29s ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 3155190cea8b 2024-02-06T18:11:12.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 57651 27.34 MB/sec warmup 60 sec latency 18.331 ms 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:13.283 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:11:13.284 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:11:13.700 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:11:13.700 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T18:11:13.700 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:11:13.700 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-06T18:11:13.701 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-06T18:11:13.701 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:11:13.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 58400 27.14 MB/sec warmup 61 sec latency 27.567 ms 2024-02-06T18:11:14.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 59082 26.94 MB/sec warmup 62 sec latency 27.183 ms 2024-02-06T18:11:15.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 59577 26.75 MB/sec warmup 63 sec latency 75.817 ms 2024-02-06T18:11:16.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 60016 26.64 MB/sec warmup 64 sec latency 88.730 ms 2024-02-06T18:11:17.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 60697 26.59 MB/sec warmup 65 sec latency 32.628 ms 2024-02-06T18:11:18.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 61171 26.30 MB/sec warmup 66 sec latency 30.006 ms 2024-02-06T18:11:19.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 61784 26.10 MB/sec warmup 67 sec latency 35.840 ms 2024-02-06T18:11:20.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 62621 25.98 MB/sec warmup 68 sec latency 33.668 ms 2024-02-06T18:11:21.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 63519 26.04 MB/sec warmup 69 sec latency 47.358 ms 2024-02-06T18:11:22.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 64326 26.07 MB/sec warmup 70 sec latency 15.361 ms 2024-02-06T18:11:23.896 INFO:teuthology.orchestra.run.smithi134.stdout: 5 65010 25.85 MB/sec warmup 71 sec latency 33.190 ms 2024-02-06T18:11:24.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 65690 25.71 MB/sec warmup 72 sec latency 51.728 ms 2024-02-06T18:11:25.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 66461 25.59 MB/sec warmup 73 sec latency 86.756 ms 2024-02-06T18:11:26.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 67247 25.72 MB/sec warmup 74 sec latency 66.879 ms 2024-02-06T18:11:27.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 67836 25.60 MB/sec warmup 75 sec latency 21.616 ms 2024-02-06T18:11:28.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 68268 25.36 MB/sec warmup 76 sec latency 36.534 ms 2024-02-06T18:11:29.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 68881 25.20 MB/sec warmup 77 sec latency 52.506 ms 2024-02-06T18:11:30.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 69764 25.13 MB/sec warmup 78 sec latency 33.652 ms 2024-02-06T18:11:31.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 70529 25.14 MB/sec warmup 79 sec latency 18.483 ms 2024-02-06T18:11:32.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 71231 25.13 MB/sec warmup 80 sec latency 21.504 ms 2024-02-06T18:11:33.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 71541 24.91 MB/sec warmup 81 sec latency 43.172 ms 2024-02-06T18:11:34.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 71962 24.68 MB/sec warmup 82 sec latency 36.999 ms 2024-02-06T18:11:35.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 72464 24.54 MB/sec warmup 83 sec latency 91.725 ms 2024-02-06T18:11:36.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 73222 24.45 MB/sec warmup 84 sec latency 88.731 ms 2024-02-06T18:11:37.898 INFO:teuthology.orchestra.run.smithi134.stdout: 5 73970 24.42 MB/sec warmup 85 sec latency 23.593 ms 2024-02-06T18:11:38.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 74847 24.51 MB/sec warmup 86 sec latency 20.559 ms 2024-02-06T18:11:39.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 75690 24.39 MB/sec warmup 87 sec latency 19.443 ms 2024-02-06T18:11:40.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 76271 24.30 MB/sec warmup 88 sec latency 23.816 ms 2024-02-06T18:11:41.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 76951 24.21 MB/sec warmup 89 sec latency 26.512 ms 2024-02-06T18:11:42.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 77503 24.12 MB/sec warmup 90 sec latency 28.597 ms 2024-02-06T18:11:43.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 78100 24.11 MB/sec warmup 91 sec latency 25.253 ms 2024-02-06T18:11:44.037 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:11:44.626 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T18:11:44.626 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (5m) 61s ago 7m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:11:44.626 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (7m) 61s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d577aeddc5cb 2024-02-06T18:11:44.626 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (5m) 65s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a18d00ffbd1a 2024-02-06T18:11:44.626 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (5m) 61s ago 6m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:11:44.626 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (115s) 61s ago 114s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5ef750fa70d5 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (112s) 65s ago 112s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 cf7a0ae69e40 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 running (8m) 61s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 acf0c1b56ffe 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (6m) 65s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1523545776fb 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (8m) 61s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 eb910e76703d 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (6m) 65s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 a281aab65b8c 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (100s) 61s ago 99s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 139e6661d642 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi149 smithi149 running (95s) 65s ago 95s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 c6f78a2ab90b 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (6m) 61s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (6m) 65s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (6m) 61s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 4a568beb4a42 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (5m) 61s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 06ff01c05f1a 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (5m) 61s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 50a16abde98c 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (5m) 61s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 0654ad5d6997 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (4m) 65s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d71a98a9023e 2024-02-06T18:11:44.627 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (4m) 65s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f2370d3837d2 2024-02-06T18:11:44.628 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (4m) 65s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:11:44.628 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (3m) 65s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6029243dc85b 2024-02-06T18:11:44.628 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (6m) 61s ago 6m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 3155190cea8b 2024-02-06T18:11:44.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 78540 24.00 MB/sec warmup 92 sec latency 34.974 ms 2024-02-06T18:11:44.963 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:11:44.964 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:11:44.965 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:11:45.382 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:11:45.382 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T18:11:45.382 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:11:45.382 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-06T18:11:45.383 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "" 2024-02-06T18:11:45.383 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:11:45.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 79313 23.86 MB/sec warmup 93 sec latency 28.151 ms 2024-02-06T18:11:46.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 80027 23.82 MB/sec warmup 94 sec latency 21.920 ms 2024-02-06T18:11:47.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 80694 23.71 MB/sec warmup 95 sec latency 28.649 ms 2024-02-06T18:11:48.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 81271 23.69 MB/sec warmup 96 sec latency 24.697 ms 2024-02-06T18:11:49.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 82101 23.75 MB/sec warmup 97 sec latency 48.077 ms 2024-02-06T18:11:50.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 83013 23.66 MB/sec warmup 98 sec latency 37.745 ms 2024-02-06T18:11:51.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 83908 23.66 MB/sec warmup 99 sec latency 21.533 ms 2024-02-06T18:11:52.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 84626 23.63 MB/sec warmup 100 sec latency 30.021 ms 2024-02-06T18:11:53.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 85196 23.61 MB/sec warmup 101 sec latency 40.280 ms 2024-02-06T18:11:54.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 85558 23.50 MB/sec warmup 102 sec latency 44.714 ms 2024-02-06T18:11:55.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 85796 23.34 MB/sec warmup 103 sec latency 56.536 ms 2024-02-06T18:11:56.899 INFO:teuthology.orchestra.run.smithi134.stdout: 5 86219 23.15 MB/sec warmup 104 sec latency 46.287 ms 2024-02-06T18:11:57.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 86756 23.04 MB/sec warmup 105 sec latency 34.480 ms 2024-02-06T18:11:58.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 87363 22.98 MB/sec warmup 106 sec latency 28.995 ms 2024-02-06T18:11:59.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 87894 22.89 MB/sec warmup 107 sec latency 70.864 ms 2024-02-06T18:12:00.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 88288 22.79 MB/sec warmup 108 sec latency 31.451 ms 2024-02-06T18:12:01.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 89023 22.84 MB/sec warmup 109 sec latency 25.568 ms 2024-02-06T18:12:02.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 89658 22.75 MB/sec warmup 110 sec latency 25.291 ms 2024-02-06T18:12:03.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 90361 22.70 MB/sec warmup 111 sec latency 26.250 ms 2024-02-06T18:12:04.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 91307 22.69 MB/sec warmup 112 sec latency 17.140 ms 2024-02-06T18:12:05.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 92062 22.70 MB/sec warmup 113 sec latency 23.430 ms 2024-02-06T18:12:06.900 INFO:teuthology.orchestra.run.smithi134.stdout: 5 92873 22.76 MB/sec warmup 114 sec latency 20.185 ms 2024-02-06T18:12:07.901 INFO:teuthology.orchestra.run.smithi134.stdout: 5 93518 22.65 MB/sec warmup 115 sec latency 34.802 ms 2024-02-06T18:12:08.905 INFO:teuthology.orchestra.run.smithi134.stdout: 5 94097 22.57 MB/sec warmup 116 sec latency 28.971 ms 2024-02-06T18:12:09.905 INFO:teuthology.orchestra.run.smithi134.stdout: 5 94727 22.51 MB/sec warmup 117 sec latency 43.423 ms 2024-02-06T18:12:10.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 95219 22.44 MB/sec warmup 118 sec latency 46.714 ms 2024-02-06T18:12:11.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 95647 22.39 MB/sec warmup 119 sec latency 44.244 ms 2024-02-06T18:12:13.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 96768 15.99 MB/sec execute 1 sec latency 48.072 ms 2024-02-06T18:12:14.905 INFO:teuthology.orchestra.run.smithi134.stdout: 5 97470 16.24 MB/sec execute 2 sec latency 26.290 ms 2024-02-06T18:12:15.839 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:12:15.905 INFO:teuthology.orchestra.run.smithi134.stdout: 5 98084 15.76 MB/sec execute 3 sec latency 21.341 ms 2024-02-06T18:12:16.679 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (5m) 93s ago 7m - - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (7m) 93s ago 7m - - 15.2.13 2cf504fded39 d577aeddc5cb 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (6m) 20s ago 6m - - 15.2.13 2cf504fded39 a18d00ffbd1a 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (5m) 93s ago 7m - - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (2m) 93s ago 2m - - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (2m) 20s ago 2m - - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 running (9m) 93s ago 9m - - 15.2.13 2cf504fded39 acf0c1b56ffe 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (25s) 20s ago 7m - - 16.2.14-512-gce0a401e 3dc0b58dc7ab 32d48c60ffc6 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (9m) 93s ago 9m - 2048M 15.2.13 2cf504fded39 eb910e76703d 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (7m) 20s ago 7m - 2048M 15.2.13 2cf504fded39 a281aab65b8c 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi134 smithi134 running (2m) 93s ago 2m - - 3.3 2cf504fded39 139e6661d642 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.ganesha-foo.smithi149 smithi149 running (2m) 20s ago 2m - - 3.3 2cf504fded39 c6f78a2ab90b 2024-02-06T18:12:16.680 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (7m) 93s ago 7m - - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (6m) 20s ago 6m - - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (6m) 93s ago 6m - 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (6m) 93s ago 6m - 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (5m) 93s ago 5m - 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (5m) 93s ago 5m - 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (5m) 20s ago 5m - 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (4m) 20s ago 4m - 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (4m) 20s ago 4m - 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (4m) 20s ago 4m - 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:12:16.681 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (6m) 93s ago 6m - - 2.18.1 de242295e225 3155190cea8b 2024-02-06T18:12:16.905 INFO:teuthology.orchestra.run.smithi134.stdout: 5 99056 18.57 MB/sec execute 4 sec latency 22.059 ms 2024-02-06T18:12:17.180 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:17.181 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:12:17.182 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:12:17.583 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:12:17.583 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:12:17.584 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:12:17.905 INFO:teuthology.orchestra.run.smithi134.stdout: 5 99713 19.83 MB/sec execute 5 sec latency 26.025 ms 2024-02-06T18:12:18.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 100235 18.35 MB/sec execute 6 sec latency 40.521 ms 2024-02-06T18:12:19.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 100666 16.96 MB/sec execute 7 sec latency 39.601 ms 2024-02-06T18:12:20.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 101174 16.46 MB/sec execute 8 sec latency 29.856 ms 2024-02-06T18:12:21.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 101666 16.21 MB/sec execute 9 sec latency 30.791 ms 2024-02-06T18:12:22.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 102266 16.08 MB/sec execute 10 sec latency 58.065 ms 2024-02-06T18:12:23.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 102858 16.69 MB/sec execute 11 sec latency 25.503 ms 2024-02-06T18:12:24.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 103445 16.82 MB/sec execute 12 sec latency 42.821 ms 2024-02-06T18:12:25.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 103892 15.97 MB/sec execute 13 sec latency 57.762 ms 2024-02-06T18:12:26.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 104299 15.39 MB/sec execute 14 sec latency 36.697 ms 2024-02-06T18:12:27.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 104738 15.15 MB/sec execute 15 sec latency 240.445 ms 2024-02-06T18:12:28.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105270 15.33 MB/sec execute 16 sec latency 38.238 ms 2024-02-06T18:12:29.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 14.71 MB/sec execute 17 sec latency 314.227 ms 2024-02-06T18:12:30.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 13.90 MB/sec execute 18 sec latency 1314.330 ms 2024-02-06T18:12:31.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 13.16 MB/sec execute 19 sec latency 2314.384 ms 2024-02-06T18:12:32.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 12.51 MB/sec execute 20 sec latency 3314.506 ms 2024-02-06T18:12:33.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 11.91 MB/sec execute 21 sec latency 4314.599 ms 2024-02-06T18:12:34.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 11.37 MB/sec execute 22 sec latency 5314.729 ms 2024-02-06T18:12:35.906 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 10.88 MB/sec execute 23 sec latency 6314.792 ms 2024-02-06T18:12:36.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 10.42 MB/sec execute 24 sec latency 7314.877 ms 2024-02-06T18:12:37.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 10.01 MB/sec execute 25 sec latency 8314.986 ms 2024-02-06T18:12:38.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 9.62 MB/sec execute 26 sec latency 9315.082 ms 2024-02-06T18:12:39.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 9.26 MB/sec execute 27 sec latency 10315.153 ms 2024-02-06T18:12:40.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 8.93 MB/sec execute 28 sec latency 11315.180 ms 2024-02-06T18:12:41.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 8.63 MB/sec execute 29 sec latency 12315.208 ms 2024-02-06T18:12:42.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 8.34 MB/sec execute 30 sec latency 13315.238 ms 2024-02-06T18:12:43.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 8.07 MB/sec execute 31 sec latency 14315.267 ms 2024-02-06T18:12:44.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 7.82 MB/sec execute 32 sec latency 15315.296 ms 2024-02-06T18:12:45.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 7.58 MB/sec execute 33 sec latency 16315.354 ms 2024-02-06T18:12:46.908 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 7.36 MB/sec execute 34 sec latency 17315.421 ms 2024-02-06T18:12:47.891 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:12:47.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 7.15 MB/sec execute 35 sec latency 18315.478 ms 2024-02-06T18:12:48.453 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:12:48.453 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (6m) 2s ago 8m 15.4M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:12:48.453 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (8m) 2s ago 8m 6353k - 15.2.13 2cf504fded39 d577aeddc5cb 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (6m) 4s ago 6m 6349k - 15.2.13 2cf504fded39 a18d00ffbd1a 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (6m) 2s ago 7m 33.9M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (2m) 2s ago 2m 35.2M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (2m) 4s ago 2m 15.5M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 running (9m) 2s ago 9m 303M - 15.2.13 2cf504fded39 acf0c1b56ffe 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (56s) 4s ago 7m 427M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 32d48c60ffc6 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (9m) 2s ago 9m 52.0M 2048M 15.2.13 2cf504fded39 eb910e76703d 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (7m) 4s ago 7m 43.3M 2048M 15.2.13 2cf504fded39 a281aab65b8c 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (14s) 2s ago 14s 55.7M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (9s) 4s ago 8s 51.2M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (7m) 2s ago 7m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (7m) 4s ago 7m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (7m) 2s ago 7m 140M 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (6m) 2s ago 6m 308M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:12:48.454 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (6m) 2s ago 6m 250M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:12:48.455 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (6m) 2s ago 6m 384M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:12:48.455 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (5m) 4s ago 5m 385M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:12:48.455 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (5m) 4s ago 5m 164M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:12:48.455 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (5m) 4s ago 5m 343M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:12:48.455 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (4m) 4s ago 4m 242M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:12:48.455 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (7m) 2s ago 7m 40.9M - 2.18.1 de242295e225 3155190cea8b 2024-02-06T18:12:48.777 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-06T18:12:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:12:48.779 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:12:48.779 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:12:48.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 6.95 MB/sec execute 36 sec latency 19315.521 ms 2024-02-06T18:12:49.050 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:12:49.050 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:12:49.051 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:12:49.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 6.76 MB/sec execute 37 sec latency 20315.568 ms 2024-02-06T18:12:50.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 6.58 MB/sec execute 38 sec latency 21315.636 ms 2024-02-06T18:12:51.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 6.41 MB/sec execute 39 sec latency 22315.679 ms 2024-02-06T18:12:52.907 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 6.25 MB/sec execute 40 sec latency 23315.751 ms 2024-02-06T18:12:53.908 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 6.10 MB/sec execute 41 sec latency 24315.844 ms 2024-02-06T18:12:54.908 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.96 MB/sec execute 42 sec latency 25315.891 ms 2024-02-06T18:12:55.908 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.82 MB/sec execute 43 sec latency 26315.981 ms 2024-02-06T18:12:56.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.68 MB/sec execute 44 sec latency 27316.050 ms 2024-02-06T18:12:57.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.56 MB/sec execute 45 sec latency 28316.131 ms 2024-02-06T18:12:58.908 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.44 MB/sec execute 46 sec latency 29316.681 ms 2024-02-06T18:12:59.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.32 MB/sec execute 47 sec latency 30316.710 ms 2024-02-06T18:13:00.908 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.21 MB/sec execute 48 sec latency 31316.740 ms 2024-02-06T18:13:01.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.10 MB/sec execute 49 sec latency 32316.791 ms 2024-02-06T18:13:02.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 5.00 MB/sec execute 50 sec latency 33316.877 ms 2024-02-06T18:13:03.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.90 MB/sec execute 51 sec latency 34316.901 ms 2024-02-06T18:13:04.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.81 MB/sec execute 52 sec latency 35316.967 ms 2024-02-06T18:13:05.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.72 MB/sec execute 53 sec latency 36317.077 ms 2024-02-06T18:13:06.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.63 MB/sec execute 54 sec latency 37317.196 ms 2024-02-06T18:13:07.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.55 MB/sec execute 55 sec latency 38317.316 ms 2024-02-06T18:13:08.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.47 MB/sec execute 56 sec latency 39317.410 ms 2024-02-06T18:13:09.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.39 MB/sec execute 57 sec latency 40317.512 ms 2024-02-06T18:13:10.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.31 MB/sec execute 58 sec latency 41317.608 ms 2024-02-06T18:13:11.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.24 MB/sec execute 59 sec latency 42317.664 ms 2024-02-06T18:13:12.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.17 MB/sec execute 60 sec latency 43317.777 ms 2024-02-06T18:13:13.909 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.10 MB/sec execute 61 sec latency 44317.857 ms 2024-02-06T18:13:14.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 4.03 MB/sec execute 62 sec latency 45317.960 ms 2024-02-06T18:13:15.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.97 MB/sec execute 63 sec latency 46318.012 ms 2024-02-06T18:13:16.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.91 MB/sec execute 64 sec latency 47318.549 ms 2024-02-06T18:13:17.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.85 MB/sec execute 65 sec latency 48318.627 ms 2024-02-06T18:13:18.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.79 MB/sec execute 66 sec latency 49318.678 ms 2024-02-06T18:13:19.372 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:13:19.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.73 MB/sec execute 67 sec latency 50318.711 ms 2024-02-06T18:13:19.943 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:13:19.943 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (6m) 34s ago 8m 15.4M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:13:19.943 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (8m) 34s ago 8m 6353k - 15.2.13 2cf504fded39 d577aeddc5cb 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (7m) 35s ago 7m 6349k - 15.2.13 2cf504fded39 a18d00ffbd1a 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (6m) 34s ago 8m 33.9M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (3m) 34s ago 3m 35.2M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (3m) 35s ago 3m 15.5M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 starting - - - - 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (88s) 35s ago 8m 427M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 32d48c60ffc6 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (10m) 34s ago 10m 52.0M 2048M 15.2.13 2cf504fded39 eb910e76703d 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (8m) 35s ago 8m 43.3M 2048M 15.2.13 2cf504fded39 a281aab65b8c 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (46s) 34s ago 45s 55.7M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (40s) 35s ago 40s 51.2M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (8m) 34s ago 8m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (7m) 35s ago 7m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (7m) 34s ago 7m 140M 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (7m) 34s ago 7m 308M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (7m) 34s ago 7m 250M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:13:19.944 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (6m) 34s ago 6m 384M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:13:19.945 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (6m) 35s ago 6m 385M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:13:19.945 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (5m) 35s ago 5m 164M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:13:19.945 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (5m) 35s ago 5m 343M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:13:19.945 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (5m) 35s ago 5m 242M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:13:19.945 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 starting - - - - 2024-02-06T18:13:20.355 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:13:20.355 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:20.356 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:13:20.357 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-02-06T18:13:20.357 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:13:20.357 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:13:20.357 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:13:20.670 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:13:20.670 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:13:20.670 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:13:20.670 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:13:20.670 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [], 2024-02-06T18:13:20.670 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "", 2024-02-06T18:13:20.671 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-06T18:13:20.671 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:13:20.671 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:13:20.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.68 MB/sec execute 68 sec latency 51318.740 ms 2024-02-06T18:13:21.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.62 MB/sec execute 69 sec latency 52318.778 ms 2024-02-06T18:13:22.910 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.57 MB/sec execute 70 sec latency 53318.839 ms 2024-02-06T18:13:23.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.52 MB/sec execute 71 sec latency 54318.902 ms 2024-02-06T18:13:24.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.47 MB/sec execute 72 sec latency 55318.940 ms 2024-02-06T18:13:25.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.43 MB/sec execute 73 sec latency 56319.059 ms 2024-02-06T18:13:26.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.38 MB/sec execute 74 sec latency 57319.165 ms 2024-02-06T18:13:27.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.33 MB/sec execute 75 sec latency 58319.247 ms 2024-02-06T18:13:28.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.29 MB/sec execute 76 sec latency 59319.299 ms 2024-02-06T18:13:29.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.25 MB/sec execute 77 sec latency 60319.411 ms 2024-02-06T18:13:30.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.21 MB/sec execute 78 sec latency 61319.500 ms 2024-02-06T18:13:31.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.17 MB/sec execute 79 sec latency 62319.537 ms 2024-02-06T18:13:32.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.13 MB/sec execute 80 sec latency 63319.596 ms 2024-02-06T18:13:33.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.09 MB/sec execute 81 sec latency 64319.651 ms 2024-02-06T18:13:34.911 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.05 MB/sec execute 82 sec latency 65319.711 ms 2024-02-06T18:13:35.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 3.01 MB/sec execute 83 sec latency 66319.793 ms 2024-02-06T18:13:36.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.98 MB/sec execute 84 sec latency 67319.832 ms 2024-02-06T18:13:37.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.94 MB/sec execute 85 sec latency 68319.895 ms 2024-02-06T18:13:38.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.91 MB/sec execute 86 sec latency 69319.964 ms 2024-02-06T18:13:39.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.87 MB/sec execute 87 sec latency 70320.083 ms 2024-02-06T18:13:40.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.84 MB/sec execute 88 sec latency 71320.174 ms 2024-02-06T18:13:41.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.81 MB/sec execute 89 sec latency 72320.270 ms 2024-02-06T18:13:42.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.78 MB/sec execute 90 sec latency 73320.355 ms 2024-02-06T18:13:43.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.75 MB/sec execute 91 sec latency 74320.459 ms 2024-02-06T18:13:44.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.72 MB/sec execute 92 sec latency 75320.559 ms 2024-02-06T18:13:45.912 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.69 MB/sec execute 93 sec latency 76320.650 ms 2024-02-06T18:13:46.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.66 MB/sec execute 94 sec latency 77320.741 ms 2024-02-06T18:13:47.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.63 MB/sec execute 95 sec latency 78320.838 ms 2024-02-06T18:13:48.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.61 MB/sec execute 96 sec latency 79320.914 ms 2024-02-06T18:13:49.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.58 MB/sec execute 97 sec latency 80320.991 ms 2024-02-06T18:13:50.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.55 MB/sec execute 98 sec latency 81321.026 ms 2024-02-06T18:13:50.963 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (7m) 13s ago 9m 15.4M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (9m) 13s ago 9m 6353k - 15.2.13 2cf504fded39 d577aeddc5cb 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (7m) 15s ago 7m 6349k - 15.2.13 2cf504fded39 a18d00ffbd1a 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (7m) 13s ago 8m 33.9M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (4m) 13s ago 4m 35.3M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (3m) 15s ago 3m 16.0M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (35s) 13s ago 10m 409M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:13:51.505 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 running (119s) 15s ago 8m 381M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 32d48c60ffc6 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (10m) 13s ago 10m 53.7M 2048M 15.2.13 2cf504fded39 eb910e76703d 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (9m) 15s ago 8m 44.2M 2048M 15.2.13 2cf504fded39 a281aab65b8c 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (77s) 13s ago 77s 57.2M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (72s) 15s ago 71s 75.9M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (8m) 13s ago 8m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (8m) 15s ago 8m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (8m) 13s ago 8m 140M 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (7m) 13s ago 7m 308M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (7m) 13s ago 7m 250M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (7m) 13s ago 7m 385M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (6m) 15s ago 6m 385M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (6m) 15s ago 6m 164M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (6m) 15s ago 6m 343M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:13:51.506 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (5m) 15s ago 5m 241M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:13:51.507 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (52s) 13s ago 8m 46.0M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:13:51.827 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:13:51.827 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:13:51.827 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:13:51.827 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:13:51.828 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:13:51.829 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:13:51.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.53 MB/sec execute 99 sec latency 82321.074 ms 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mgr daemons", 2024-02-06T18:13:52.092 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:13:52.093 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:13:52.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.50 MB/sec execute 100 sec latency 83321.103 ms 2024-02-06T18:13:53.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.48 MB/sec execute 101 sec latency 84321.196 ms 2024-02-06T18:13:54.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.45 MB/sec execute 102 sec latency 85321.290 ms 2024-02-06T18:13:55.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.43 MB/sec execute 103 sec latency 86321.389 ms 2024-02-06T18:13:56.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.41 MB/sec execute 104 sec latency 87321.481 ms 2024-02-06T18:13:57.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.38 MB/sec execute 105 sec latency 88321.593 ms 2024-02-06T18:13:58.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.36 MB/sec execute 106 sec latency 89321.637 ms 2024-02-06T18:13:59.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.34 MB/sec execute 107 sec latency 90321.673 ms 2024-02-06T18:14:00.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.32 MB/sec execute 108 sec latency 91321.783 ms 2024-02-06T18:14:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:01 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:14:01.913 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.29 MB/sec execute 109 sec latency 92321.846 ms 2024-02-06T18:14:02.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:02 smithi134 bash[72758]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon.smithi134 2024-02-06T18:14:02.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.27 MB/sec execute 110 sec latency 93321.915 ms 2024-02-06T18:14:03.202 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:02 smithi134 bash[72822]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon.smithi134 2024-02-06T18:14:03.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service: Succeeded. 2024-02-06T18:14:03.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 systemd[1]: Stopped Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:14:03.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 systemd[1]: Starting Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:14:03.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.25 MB/sec execute 111 sec latency 94321.956 ms 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.893+0000 7f8be45e5880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.893+0000 7f8be45e5880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 1 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.893+0000 7f8be45e5880 0 pidfile_write: ignore empty --pid-file 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.898+0000 7f8be45e5880 0 load: jerasure load: lrc load: isa 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.898+0000 7f8be45e5880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.898+0000 7f8be45e5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.898+0000 7f8be45e5880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.898+0000 7f8be45e5880 4 rocksdb: DB SUMMARY 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 566 Bytes 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 1, files: 000020.sst 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 000018.log size: 4231405 ; 2024-02-06T18:14:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.env: 0x557328db0080 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.fs: Posix File System 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.info_log: 0x55732b080520 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.statistics: (nil) 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.use_fsync: 0 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T18:14:04.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.db_log_dir: 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T18:14:04.239 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.write_buffer_manager: 0x55732bd74420 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.unordered_write: 0 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T18:14:04.240 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.row_cache: None 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.wal_filter: None 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T18:14:04.241 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_open_files: -1 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Compression algorithms supported: 2024-02-06T18:14:04.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kZSTD supported: 0 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000008 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.merge_operator: 2024-02-06T18:14:04.243 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_filter: None 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55732b025d28) 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cache_index_and_filter_blocks: 1 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: pin_top_level_index_and_filter: 1 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: index_type: 0 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: data_block_index_type: 0 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: index_shortening: 1 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: hash_index_allow_collision: 1 2024-02-06T18:14:04.244 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: checksum: 1 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: no_block_cache: 0 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_cache: 0x55732b05af10 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_cache_name: BinnedLRUCache 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_cache_options: 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: capacity : 536870912 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: num_shard_bits : 4 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: strict_capacity_limit : 0 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: high_pri_pool_ratio: 0.000 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_cache_compressed: (nil) 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: persistent_cache: (nil) 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_size: 4096 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_size_deviation: 10 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_restart_interval: 16 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: index_block_restart_interval: 1 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: metadata_block_size: 4096 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: partition_filters: 0 2024-02-06T18:14:04.245 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: use_delta_encoding: 1 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: whole_key_filtering: 1 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: verify_compression: 0 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: read_amp_bytes_per_bit: 0 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: format_version: 2 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: enable_index_compression: 1 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: block_align: 0 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression: NoCompression 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.num_levels: 7 2024-02-06T18:14:04.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T18:14:04.247 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T18:14:04.247 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T18:14:04.247 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T18:14:04.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T18:14:04.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T18:14:04.250 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T18:14:04.251 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.ttl: 2592000 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9283, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707243243900028, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.899+0000 7f8be45e5880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.903+0000 7f8be45e5880 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-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.909+0000 7f8be45e5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707243243909563, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4147468, "table_properties": {"data_size": 4141197, "index_size": 4743, "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": 5336, "raw_average_key_size": 21, "raw_value_size": 4133891, "raw_average_value_size": 16804, "num_data_blocks": 149, "num_entries": 246, "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": 1707243243, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T18:14:04.252 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.909+0000 7f8be45e5880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.909+0000 7f8be45e5880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.912+0000 7f8be45e5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707243243912707, "job": 1, "event": "recovery_finished"} 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.913+0000 7f8be45e5880 4 rocksdb: DB pointer 0x55732b123800 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.913+0000 7f8bcb3d6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.913+0000 7f8bcb3d6700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** DB Stats ** 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T18:14:04.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** Compaction Stats [default] ** 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: L0 1/0 3.96 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: L6 1/0 24.17 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-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Sum 2/0 28.13 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** Compaction Stats [default] ** 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-06T18:14:04.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Cumulative compaction: 0.00 GB write, 271.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Interval compaction: 0.00 GB write, 271.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** Compaction Stats [default] ** 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: L0 1/0 3.96 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: L6 1/0 24.17 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-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Sum 2/0 28.13 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** Compaction Stats [default] ** 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 651.2 0.01 0.00 1 0.006 0 0 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T18:14:04.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Cumulative compaction: 0.00 GB write, 270.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.914+0000 7f8be45e5880 0 starting mon.smithi134 rank 0 at public addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] at bind addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi134 fsid e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 1 mon.smithi134@-1(???) e2 preinit fsid e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 0 mon.smithi134@-1(???).mds e10 new map 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 0 mon.smithi134@-1(???).mds e10 print_map 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: e10 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: legacy client fscid: 1 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Filesystem 'foofs' (1) 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: fs_name foofs 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: epoch 10 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: flags 12 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: created 2024-02-06T18:09:36.755682+0000 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: modified 2024-02-06T18:13:43.254271+0000 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: tableserver 0 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: root 0 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: session_timeout 60 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: session_autoclose 300 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: max_file_size 1099511627776 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: required_client_features {} 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: last_failure 0 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: last_failure_osd_epoch 0 2024-02-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 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-06T18:14:04.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: max_mds 1 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: in 0 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: up {0=14482} 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: failed 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: damaged 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: stopped 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: data_pools [3] 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: metadata_pool 2 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: inline_data disabled 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: balancer 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: standby_count_wanted 1 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: [mds.foofs.smithi134.pyskyp{0:14482} state up:active seq 60 join_fscid=1 addr [v2:172.21.15.134:6834/2342352971,v1:172.21.15.134:6835/2342352971] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: Standby daemons: 2024-02-06T18:14:04.259 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: [mds.foofs.smithi149.wbrart{-1:24269} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 0 mon.smithi134@-1(???).osd e64 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 0 mon.smithi134@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 0 mon.smithi134@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 0 mon.smithi134@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:13:59.272253+0000 mgr.smithi134.hychep (mgr.14756) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 292 MiB data, 883 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:13:59.948448+0000 mon.smithi134 (mon.0) 1034 : cluster [DBG] mgrmap e37: smithi134.hychep(active, since 35s), standbys: smithi149.eefzub 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:13:59.950868+0000 mgr.smithi134.hychep (mgr.14756) 30 : cephadm [INF] Upgrade: Updating mon.smithi134 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:13:59.957684+0000 mon.smithi134 (mon.0) 1035 : audit [INF] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:13:59.958250+0000 mon.smithi134 (mon.0) 1036 : audit [INF] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:13:59.958699+0000 mon.smithi134 (mon.0) 1037 : audit [DBG] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:04.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:13:59.959107+0000 mon.smithi134 (mon.0) 1038 : audit [DBG] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:04.261 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:13:59.959550+0000 mgr.smithi134.hychep (mgr.14756) 31 : cephadm [INF] Deploying daemon mon.smithi134 on smithi134 2024-02-06T18:14:04.261 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:13:59.959857+0000 mon.smithi134 (mon.0) 1039 : audit [DBG] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:14:04.261 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:03.915+0000 7f8be45e5880 1 mon.smithi134@-1(???).paxosservice(auth 1..38) refresh upgraded, format 0 -> 3 2024-02-06T18:14:04.261 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:03 smithi134 bash[72965]: 6e0c2942c5a32ca5631f2de449eb0a9d5795cac767cafec0e403a8f125db478c 2024-02-06T18:14:04.261 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:04 smithi134 systemd[1]: Started Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:14:04.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.23 MB/sec execute 112 sec latency 95322.033 ms 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:14:05.398+0000 7f8bd03e0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:01.825081+0000 mon.smithi149 (mon.1) 188 : audit [DBG] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:01.825445+0000 mon.smithi149 (mon.1) 189 : audit [DBG] from='mgr.14756 172.21.15.134:0/3920693203' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:03.273213+0000 mgr.smithi134.hychep (mgr.14756) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 292 MiB data, 883 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:04.852267+0000 mds.foofs.smithi134.pyskyp (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 86.081311 secs 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.326295+0000 mon.smithi134 (mon.0) 1 : cluster [INF] mon.smithi134 calling monitor election 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.339667+0000 mon.smithi134 (mon.0) 2 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi149 in quorum (ranks 0,1) 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.344959+0000 mon.smithi134 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.345574+0000 mon.smithi134 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi134.pyskyp=up:active} 1 up:standby 2024-02-06T18:14:05.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.345627+0000 mon.smithi134 (mon.0) 5 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.346802+0000 mon.smithi134 (mon.0) 6 : cluster [DBG] mgrmap e37: smithi134.hychep(active, since 41s), standbys: smithi149.eefzub 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.348369+0000 mon.smithi134 (mon.0) 7 : cluster [WRN] daemon mds.foofs.smithi134.pyskyp compat changed unexpectedly 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.356846+0000 mon.smithi134 (mon.0) 8 : cluster [DBG] mgrmap e38: smithi134.hychep(active, since 41s), standbys: smithi149.eefzub 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.357700+0000 mon.smithi134 (mon.0) 9 : cluster [WRN] Health detail: HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.357730+0000 mon.smithi134 (mon.0) 10 : cluster [WRN] [WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.357749+0000 mon.smithi134 (mon.0) 11 : cluster [WRN] mds.foofs.smithi134.pyskyp(mds.0): Client smithi134:foo1 failing to respond to capability release client_id: 14532 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.357775+0000 mon.smithi134 (mon.0) 12 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.357795+0000 mon.smithi134 (mon.0) 13 : cluster [WRN] mds.foofs.smithi134.pyskyp(mds.0): 1 slow requests are blocked > 30 secs 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.358009+0000 mon.smithi134 (mon.0) 14 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:05.364425+0000 mon.smithi134 (mon.0) 15 : audit [INF] from='mgr.14756 ' entity='mgr.smithi134.hychep' 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-06T18:14:05.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:05.366552+0000 mon.smithi134 (mon.0) 16 : audit [INF] from='mgr.14756 ' entity='' 2024-02-06T18:14:05.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.21 MB/sec execute 113 sec latency 96322.083 ms 2024-02-06T18:14:06.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.398836+0000 mon.smithi134 (mon.0) 17 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T18:14:06.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.398871+0000 mon.smithi134 (mon.0) 18 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.398894+0000 mon.smithi134 (mon.0) 19 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.398917+0000 mon.smithi134 (mon.0) 20 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.410387+0000 mon.smithi134 (mon.0) 21 : cluster [INF] Standby daemon mds.foofs.smithi149.wbrart assigned to filesystem foofs as rank 0 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.410502+0000 mon.smithi134 (mon.0) 22 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.410519+0000 mon.smithi134 (mon.0) 23 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.410752+0000 mon.smithi134 (mon.0) 24 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:05.413354+0000 mon.smithi134 (mon.0) 25 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:replay} 2024-02-06T18:14:06.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.357806+0000 mon.smithi134 (mon.0) 26 : cluster [DBG] mgrmap e39: smithi134.hychep(active, since 42s), standbys: smithi149.eefzub 2024-02-06T18:14:06.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.19 MB/sec execute 114 sec latency 97322.138 ms 2024-02-06T18:14:07.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.411495+0000 mon.smithi134 (mon.0) 27 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T18:14:07.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.416670+0000 mds.foofs.smithi149.wbrart (mds.0) 1 : cluster [DBG] reconnect by client.24509 172.21.15.149:0/1391260860 after 0 2024-02-06T18:14:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.416806+0000 mds.foofs.smithi149.wbrart (mds.0) 2 : cluster [DBG] reconnect by client.14716 172.21.15.134:0/2861220390 after 0 2024-02-06T18:14:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.417360+0000 mon.smithi134 (mon.0) 28 : cluster [DBG] mds.? [v2:172.21.15.134:6800/3695438723,v1:172.21.15.134:6801/3695438723] up:boot 2024-02-06T18:14:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.417405+0000 mon.smithi134 (mon.0) 29 : cluster [DBG] mds.? [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:reconnect 2024-02-06T18:14:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:06.417462+0000 mon.smithi134 (mon.0) 30 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:reconnect} 1 up:standby 2024-02-06T18:14:07.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.17 MB/sec execute 115 sec latency 98322.199 ms 2024-02-06T18:14:08.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.16 MB/sec execute 116 sec latency 99322.249 ms 2024-02-06T18:14:09.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.14 MB/sec execute 117 sec latency 100322.304 ms 2024-02-06T18:14:10.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.12 MB/sec execute 118 sec latency 101322.382 ms 2024-02-06T18:14:11.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:10.764739+0000 mon.smithi134 (mon.0) 31 : cluster [INF] Active manager daemon smithi134.hychep restarted 2024-02-06T18:14:11.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:10.764995+0000 mon.smithi134 (mon.0) 32 : cluster [INF] Activating manager daemon smithi134.hychep 2024-02-06T18:14:11.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:10.769874+0000 mon.smithi134 (mon.0) 33 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T18:14:11.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:10.770074+0000 mon.smithi134 (mon.0) 34 : cluster [DBG] mgrmap e40: smithi134.hychep(active, starting, since 0.00515258s), standbys: smithi149.eefzub 2024-02-06T18:14:11.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.10 MB/sec execute 119 sec latency 102322.478 ms 2024-02-06T18:14:12.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:10.822524+0000 mon.smithi134 (mon.0) 35 : cluster [DBG] Standby manager daemon smithi149.eefzub restarted 2024-02-06T18:14:12.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:10.822581+0000 mon.smithi134 (mon.0) 36 : cluster [DBG] Standby manager daemon smithi149.eefzub started 2024-02-06T18:14:12.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:10.824002+0000 mon.smithi149 (mon.1) 190 : audit [DBG] from='mgr.? 172.21.15.149:0/2342653889' entity='mgr.smithi149.eefzub' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.eefzub/crt"}]: dispatch 2024-02-06T18:14:12.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:10.824825+0000 mon.smithi149 (mon.1) 191 : audit [DBG] from='mgr.? 172.21.15.149:0/2342653889' entity='mgr.smithi149.eefzub' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T18:14:12.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:10.827535+0000 mon.smithi149 (mon.1) 192 : audit [DBG] from='mgr.? 172.21.15.149:0/2342653889' entity='mgr.smithi149.eefzub' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.eefzub/key"}]: dispatch 2024-02-06T18:14:12.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:10.827840+0000 mon.smithi149 (mon.1) 193 : audit [DBG] from='mgr.? 172.21.15.149:0/2342653889' entity='mgr.smithi149.eefzub' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T18:14:12.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.08 MB/sec execute 120 sec latency 103322.598 ms 2024-02-06T18:14:13.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:11.826613+0000 mon.smithi134 (mon.0) 37 : cluster [DBG] mgrmap e41: smithi134.hychep(active, starting, since 1.06169s), standbys: smithi149.eefzub 2024-02-06T18:14:13.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:11.834145+0000 mon.smithi149 (mon.1) 194 : audit [DBG] from='mgr.? 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mgr metadata", "who": "smithi134.hychep", "id": "smithi134.hychep"}]: dispatch 2024-02-06T18:14:13.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:11.834365+0000 mon.smithi149 (mon.1) 195 : audit [DBG] from='mgr.? 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mgr metadata", "who": "smithi149.eefzub", "id": "smithi149.eefzub"}]: dispatch 2024-02-06T18:14:13.914 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.07 MB/sec execute 121 sec latency 104322.725 ms 2024-02-06T18:14:14.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.05 MB/sec execute 122 sec latency 105322.851 ms 2024-02-06T18:14:15.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.03 MB/sec execute 123 sec latency 106322.945 ms 2024-02-06T18:14:16.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.02 MB/sec execute 124 sec latency 107323.011 ms 2024-02-06T18:14:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.778777+0000 mon.smithi134 (mon.0) 38 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-02-06T18:14:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.779078+0000 mon.smithi134 (mon.0) 39 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2024-02-06T18:14:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.780124+0000 mon.smithi134 (mon.0) 40 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi149.wbrart"}]: dispatch 2024-02-06T18:14:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.780495+0000 mon.smithi134 (mon.0) 41 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:14:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.781308+0000 mon.smithi134 (mon.0) 42 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T18:14:17.102 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.781710+0000 mon.smithi134 (mon.0) 43 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.782028+0000 mon.smithi134 (mon.0) 44 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.782304+0000 mon.smithi134 (mon.0) 45 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.782539+0000 mon.smithi134 (mon.0) 46 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.782787+0000 mon.smithi134 (mon.0) 47 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.783018+0000 mon.smithi134 (mon.0) 48 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.783273+0000 mon.smithi134 (mon.0) 49 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.784077+0000 mon.smithi134 (mon.0) 50 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.784459+0000 mon.smithi134 (mon.0) 51 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.784933+0000 mon.smithi134 (mon.0) 52 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.785802+0000 mon.smithi134 (mon.0) 53 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.786836+0000 mon.smithi134 (mon.0) 54 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.787178+0000 mon.smithi134 (mon.0) 55 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T18:14:17.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.787499+0000 mon.smithi134 (mon.0) 56 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.787817+0000 mon.smithi134 (mon.0) 57 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.788125+0000 mon.smithi134 (mon.0) 58 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.788491+0000 mon.smithi134 (mon.0) 59 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi149"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.788827+0000 mon.smithi134 (mon.0) 60 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.789121+0000 mon.smithi134 (mon.0) 61 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.789441+0000 mon.smithi134 (mon.0) 62 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.789736+0000 mon.smithi134 (mon.0) 63 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.790026+0000 mon.smithi134 (mon.0) 64 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.790324+0000 mon.smithi134 (mon.0) 65 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.790617+0000 mon.smithi134 (mon.0) 66 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.790904+0000 mon.smithi134 (mon.0) 67 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.791201+0000 mon.smithi134 (mon.0) 68 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-02-06T18:14:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.791502+0000 mon.smithi134 (mon.0) 69 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.791793+0000 mon.smithi134 (mon.0) 70 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.792092+0000 mon.smithi134 (mon.0) 71 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.792396+0000 mon.smithi134 (mon.0) 72 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.792700+0000 mon.smithi134 (mon.0) 73 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.792985+0000 mon.smithi134 (mon.0) 74 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.793282+0000 mon.smithi134 (mon.0) 75 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.793578+0000 mon.smithi134 (mon.0) 76 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.793869+0000 mon.smithi134 (mon.0) 77 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.794185+0000 mon.smithi134 (mon.0) 78 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.794488+0000 mon.smithi134 (mon.0) 79 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.794789+0000 mon.smithi134 (mon.0) 80 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.795074+0000 mon.smithi134 (mon.0) 81 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.795374+0000 mon.smithi134 (mon.0) 82 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T18:14:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.795677+0000 mon.smithi134 (mon.0) 83 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T18:14:17.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:16.812885+0000 mon.smithi134 (mon.0) 84 : cluster [INF] Manager daemon smithi134.hychep is now available 2024-02-06T18:14:17.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 2.00 MB/sec execute 125 sec latency 108323.437 ms 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:16.869704+0000 mon.smithi134 (mon.0) 85 : cluster [DBG] mgrmap e42: smithi134.hychep(active, since 6s), standbys: smithi149.eefzub 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:16.877595+0000 mgr.smithi134.hychep (mgr.24599) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.926457+0000 mon.smithi134 (mon.0) 86 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.927575+0000 mon.smithi134 (mon.0) 87 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.971099+0000 mon.smithi134 (mon.0) 88 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.979736+0000 mon.smithi134 (mon.0) 89 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.hychep/mirror_snapshot_schedule"}]: dispatch 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:16.992083+0000 mon.smithi134 (mon.0) 90 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.hychep/trash_purge_schedule"}]: dispatch 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:17.207699+0000 mon.smithi134 (mon.0) 91 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:14:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:17.214605+0000 mon.smithi134 (mon.0) 92 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:14:18.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.99 MB/sec execute 126 sec latency 109323.512 ms 2024-02-06T18:14:19.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.97 MB/sec execute 127 sec latency 110323.595 ms 2024-02-06T18:14:20.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:18.784484+0000 mgr.smithi134.hychep (mgr.24599) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:20.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:18.876127+0000 mon.smithi134 (mon.0) 93 : cluster [DBG] mgrmap e43: smithi134.hychep(active, since 8s), standbys: smithi149.eefzub 2024-02-06T18:14:20.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.95 MB/sec execute 128 sec latency 111323.644 ms 2024-02-06T18:14:21.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.94 MB/sec execute 129 sec latency 112323.677 ms 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:20.784941+0000 mgr.smithi134.hychep (mgr.24599) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.479873+0000 mon.smithi134 (mon.0) 94 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.748208+0000 mon.smithi134 (mon.0) 95 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.748645+0000 mon.smithi134 (mon.0) 96 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.748981+0000 mon.smithi134 (mon.0) 97 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.749312+0000 mon.smithi134 (mon.0) 98 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.749624+0000 mon.smithi134 (mon.0) 99 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.749937+0000 mon.smithi134 (mon.0) 100 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.750252+0000 mon.smithi134 (mon.0) 101 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.750550+0000 mon.smithi134 (mon.0) 102 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.750858+0000 mon.smithi134 (mon.0) 103 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi149.wbrart","key": "mds_cache_memory_limit"}]: dispatch 2024-02-06T18:14:22.191 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:21.751144+0000 mon.smithi134 (mon.0) 104 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:22.407 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:14:22.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.92 MB/sec execute 130 sec latency 113323.707 ms 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (7m) 44s ago 9m 15.4M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (9m) 44s ago 9m 6353k - 15.2.13 2cf504fded39 d577aeddc5cb 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (8m) 1s ago 8m 6349k - 15.2.13 2cf504fded39 a18d00ffbd1a 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (7m) 44s ago 9m 33.9M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (4m) 44s ago 4m 35.3M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (4m) 1s ago 4m 26.1M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (66s) 44s ago 11m 409M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (29s) 1s ago 9m 383M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 starting - - - 2048M 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (9m) 1s ago 9m 51.5M 2048M 15.2.13 2cf504fded39 a281aab65b8c 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (109s) 44s ago 108s 57.2M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (103s) 1s ago 103s 78.6M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:14:22.995 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (9m) 44s ago 9m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (9m) 1s ago 9m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (8m) 44s ago 8m 140M 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (8m) 44s ago 8m 308M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (8m) 44s ago 8m 250M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (7m) 44s ago 7m 385M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (7m) 1s ago 7m 386M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (7m) 1s ago 7m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (6m) 1s ago 6m 345M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (6m) 1s ago 6m 243M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:14:22.996 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (83s) 44s ago 8m 46.0M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:14:23.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.396115+0000 mgr.smithi134.hychep (mgr.24599) 4 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:14:23.357 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 11, 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 3 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:14:23.358 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:14:23.645 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:14:23.645 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr" 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "2/23 daemons upgraded", 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "", 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:14:23.646 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:14:23.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.91 MB/sec execute 131 sec latency 114323.741 ms 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.675063+0000 mgr.smithi134.hychep (mgr.24599) 5 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:22.785589+0000 mgr.smithi134.hychep (mgr.24599) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.979825+0000 mgr.smithi134.hychep (mgr.24599) 7 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.983435+0000 mon.smithi134 (mon.0) 105 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.983829+0000 mon.smithi134 (mon.0) 106 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.984206+0000 mon.smithi134 (mon.0) 107 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.984629+0000 mon.smithi134 (mon.0) 108 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.984999+0000 mon.smithi134 (mon.0) 109 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.986678+0000 mon.smithi134 (mon.0) 110 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.987031+0000 mon.smithi134 (mon.0) 111 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.987375+0000 mon.smithi134 (mon.0) 112 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.987699+0000 mon.smithi134 (mon.0) 113 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:22.988013+0000 mon.smithi134 (mon.0) 114 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:24.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:23.357056+0000 mon.smithi134 (mon.0) 115 : audit [DBG] from='client.? 172.21.15.134:0/2630427765' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:24.915 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.89 MB/sec execute 132 sec latency 115323.801 ms 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.050499+0000 mon.smithi134 (mon.0) 116 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.332634+0000 mon.smithi134 (mon.0) 117 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.333034+0000 mon.smithi134 (mon.0) 118 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.333367+0000 mon.smithi134 (mon.0) 119 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.333689+0000 mon.smithi134 (mon.0) 120 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.334013+0000 mon.smithi134 (mon.0) 121 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.334309+0000 mon.smithi134 (mon.0) 122 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.334570+0000 mon.smithi134 (mon.0) 123 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.334825+0000 mon.smithi134 (mon.0) 124 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.335074+0000 mon.smithi134 (mon.0) 125 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi134.pyskyp","key": "mds_cache_memory_limit"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.335338+0000 mon.smithi134 (mon.0) 126 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T18:14:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.335784+0000 mon.smithi134 (mon.0) 127 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.336441+0000 mon.smithi134 (mon.0) 128 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:24.336980+0000 mgr.smithi134.hychep (mgr.24599) 9 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.340629+0000 mon.smithi134 (mon.0) 129 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.343063+0000 mon.smithi134 (mon.0) 130 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:24.343438+0000 mgr.smithi134.hychep (mgr.24599) 10 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:24.343506+0000 mgr.smithi134.hychep (mgr.24599) 11 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.346367+0000 mon.smithi134 (mon.0) 131 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.350357+0000 mon.smithi134 (mon.0) 132 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.352176+0000 mon.smithi134 (mon.0) 133 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:25.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:24.353027+0000 mon.smithi134 (mon.0) 134 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T18:14:25.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.88 MB/sec execute 133 sec latency 116323.884 ms 2024-02-06T18:14:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:24.786311+0000 mgr.smithi134.hychep (mgr.24599) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:25.774583+0000 mon.smithi134 (mon.0) 135 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:25.775426+0000 mon.smithi134 (mon.0) 136 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:25.776102+0000 mon.smithi134 (mon.0) 137 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:25.776760+0000 mon.smithi134 (mon.0) 138 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:25.777961+0000 mon.smithi134 (mon.0) 139 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:14:26.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.87 MB/sec execute 134 sec latency 117323.972 ms 2024-02-06T18:14:27.496 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:27 smithi149 systemd[1]: Stopping Ceph mon.smithi149 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:14:27.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.85 MB/sec execute 135 sec latency 118324.062 ms 2024-02-06T18:14:28.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:27 smithi149 bash[52622]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon.smithi149 2024-02-06T18:14:28.469 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:28 smithi149 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi149.service: Succeeded. 2024-02-06T18:14:28.469 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:28 smithi149 systemd[1]: Stopped Ceph mon.smithi149 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:14:28.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:28 smithi149 systemd[1]: Starting Ceph mon.smithi149 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:14:28.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.84 MB/sec execute 136 sec latency 119324.192 ms 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.072+0000 7f480b700880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.072+0000 7f480b700880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 1 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.072+0000 7f480b700880 0 pidfile_write: ignore empty --pid-file 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.077+0000 7f480b700880 0 load: jerasure load: lrc load: isa 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: DB SUMMARY 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 512 Bytes 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi149/store.db dir, Total Num: 1, files: 000017.sst 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi149/store.db: 000015.log size: 10041685 ; 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T18:14:29.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.env: 0x55599057b080 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.fs: Posix File System 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.info_log: 0x55599199a520 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.statistics: (nil) 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.use_fsync: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T18:14:29.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.db_log_dir: 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi149/store.db 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.write_buffer_manager: 0x55599268e420 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T18:14:29.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.unordered_write: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.row_cache: None 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.wal_filter: None 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T18:14:29.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T18:14:29.564 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_open_files: -1 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Compression algorithms supported: 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kZSTD supported: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T18:14:29.565 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi149/store.db/MANIFEST-000005 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.merge_operator: 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_filter: None 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55599193fd28) 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cache_index_and_filter_blocks: 1 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T18:14:29.566 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: pin_top_level_index_and_filter: 1 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: index_type: 0 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: data_block_index_type: 0 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: index_shortening: 1 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: hash_index_allow_collision: 1 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: checksum: 1 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: no_block_cache: 0 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_cache: 0x555991974f10 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_cache_name: BinnedLRUCache 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_cache_options: 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: capacity : 536870912 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: num_shard_bits : 4 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: strict_capacity_limit : 0 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: high_pri_pool_ratio: 0.000 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_cache_compressed: (nil) 2024-02-06T18:14:29.567 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: persistent_cache: (nil) 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_size: 4096 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_size_deviation: 10 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_restart_interval: 16 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: index_block_restart_interval: 1 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: metadata_block_size: 4096 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: partition_filters: 0 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: use_delta_encoding: 1 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: whole_key_filtering: 1 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: verify_compression: 0 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: read_amp_bytes_per_bit: 0 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: format_version: 2 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: enable_index_compression: 1 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: block_align: 0 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.568 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression: NoCompression 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.num_levels: 7 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T18:14:29.569 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T18:14:29.570 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T18:14:29.571 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T18:14:29.572 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.ttl: 2592000 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.078+0000 7f480b700880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.079+0000 7f480b700880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.079+0000 7f480b700880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi149/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9669, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.079+0000 7f480b700880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.079+0000 7f480b700880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707243269080355, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.079+0000 7f480b700880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-06T18:14:29.573 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.089+0000 7f480b700880 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-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.100+0000 7f480b700880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707243269101809, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 6483126, "table_properties": {"data_size": 6474419, "index_size": 6923, "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": 7455, "raw_average_key_size": 21, "raw_value_size": 6463947, "raw_average_value_size": 18208, "num_data_blocks": 218, "num_entries": 355, "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": 1707243269, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.100+0000 7f480b700880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.100+0000 7f480b700880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.101+0000 7f480b700880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707243269102336, "job": 1, "event": "recovery_finished"} 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.102+0000 7f480b700880 4 rocksdb: DB pointer 0x555991a3d800 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.102+0000 7f47f24f1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.102+0000 7f47f24f1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** DB Stats ** 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T18:14:29.574 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** Compaction Stats [default] ** 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: L0 1/0 6.18 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: L6 1/0 24.18 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-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Sum 2/0 30.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** Compaction Stats [default] ** 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Flush(GB): cumulative 0.006, interval 0.006 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T18:14:29.575 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Cumulative compaction: 0.01 GB write, 253.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Interval compaction: 0.01 GB write, 253.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** Compaction Stats [default] ** 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: L0 1/0 6.18 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: L6 1/0 24.18 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-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Sum 2/0 30.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.576 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** Compaction Stats [default] ** 2024-02-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 562.6 0.01 0.00 1 0.011 0 0 2024-02-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Flush(GB): cumulative 0.006, interval 0.000 2024-02-06T18:14:29.577 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Cumulative compaction: 0.01 GB write, 253.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.103+0000 7f480b700880 0 starting mon.smithi149 rank 1 at public addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] at bind addrs [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi149 fsid e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 1 mon.smithi149@-1(???) e2 preinit fsid e8ac69d2-c519-11ee-95b6-87774f69a715 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 0 mon.smithi149@-1(???).mds e13 new map 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 0 mon.smithi149@-1(???).mds e13 print_map 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: e13 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: enable_multiple, ever_enabled_multiple: 0,1 2024-02-06T18:14:29.578 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: legacy client fscid: 1 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Filesystem 'foofs' (1) 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: fs_name foofs 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: epoch 13 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: flags 12 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: created 2024-02-06T18:09:36.755682+0000 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: modified 2024-02-06T18:14:06.411410+0000 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: tableserver 0 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: root 0 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: session_timeout 60 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: session_autoclose 300 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: max_file_size 1099511627776 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: required_client_features {} 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: last_failure 0 2024-02-06T18:14:29.579 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: last_failure_osd_epoch 65 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 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-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: max_mds 1 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: in 0 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: up {0=24269} 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: failed 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: damaged 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: stopped 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: data_pools [3] 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: metadata_pool 2 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: inline_data disabled 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: balancer 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: standby_count_wanted 1 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: [mds.foofs.smithi149.wbrart{0:24269} state up:reconnect seq 65 join_fscid=1 addr [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.580 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: Standby daemons: 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: [mds.foofs.smithi134.pyskyp{-1:34108} state up:standby seq 1 join_fscid=1 addr [v2:172.21.15.134:6800/3695438723,v1:172.21.15.134:6801/3695438723] compat {c=[1],r=[1],i=[7ff]}] 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 0 mon.smithi149@-1(???).osd e66 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 0 mon.smithi149@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 0 mon.smithi149@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 0 mon.smithi149@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:24.786311+0000 mgr.smithi134.hychep (mgr.24599) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:25.774583+0000 mon.smithi134 (mon.0) 135 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:25.775426+0000 mon.smithi134 (mon.0) 136 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:25.776102+0000 mon.smithi134 (mon.0) 137 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:25.776760+0000 mon.smithi134 (mon.0) 138 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:25.777961+0000 mon.smithi134 (mon.0) 139 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:14:29.104+0000 7f480b700880 1 mon.smithi149@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 bash[52806]: 0c6f9193e074a7a1c2d8ff50404f5be5b1db1733ef0ee1987e77945255f65066 2024-02-06T18:14:29.581 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:29 smithi149 systemd[1]: Started Ceph mon.smithi149 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:14:29.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.83 MB/sec execute 137 sec latency 120324.317 ms 2024-02-06T18:14:30.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.81 MB/sec execute 138 sec latency 121324.402 ms 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.385639+0000 mon.smithi134 (mon.0) 146 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.385663+0000 mon.smithi134 (mon.0) 147 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.385680+0000 mon.smithi134 (mon.0) 148 : cluster [WRN] fs foofs is degraded 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:30.386216+0000 mon.smithi134 (mon.0) 149 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:30.386567+0000 mon.smithi134 (mon.0) 150 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.388945+0000 mon.smithi134 (mon.0) 151 : cluster [INF] mon.smithi134 calling monitor election 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.389009+0000 mon.smithi149 (mon.1) 2 : cluster [INF] mon.smithi149 calling monitor election 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.402338+0000 mon.smithi134 (mon.0) 152 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi149 in quorum (ranks 0,1) 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.409535+0000 mon.smithi134 (mon.0) 153 : cluster [DBG] monmap e3: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.410030+0000 mon.smithi134 (mon.0) 154 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:reconnect} 1 up:standby 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.410062+0000 mon.smithi134 (mon.0) 155 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.410470+0000 mon.smithi134 (mon.0) 156 : cluster [DBG] mgrmap e43: smithi134.hychep(active, since 19s), standbys: smithi149.eefzub 2024-02-06T18:14:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.415230+0000 mon.smithi134 (mon.0) 157 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T18:14:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.415250+0000 mon.smithi134 (mon.0) 158 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T18:14:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.415266+0000 mon.smithi134 (mon.0) 159 : cluster [WRN] fs foofs is degraded 2024-02-06T18:14:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:30.420057+0000 mon.smithi134 (mon.0) 160 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:30.421000+0000 mon.smithi134 (mon.0) 161 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:31.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:30.422726+0000 mon.smithi134 (mon.0) 162 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.385639+0000 mon.smithi134 (mon.0) 146 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.385663+0000 mon.smithi134 (mon.0) 147 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.385680+0000 mon.smithi134 (mon.0) 148 : cluster [WRN] fs foofs is degraded 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:30.386216+0000 mon.smithi134 (mon.0) 149 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:30.386567+0000 mon.smithi134 (mon.0) 150 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.388945+0000 mon.smithi134 (mon.0) 151 : cluster [INF] mon.smithi134 calling monitor election 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.389009+0000 mon.smithi149 (mon.1) 2 : cluster [INF] mon.smithi149 calling monitor election 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.402338+0000 mon.smithi134 (mon.0) 152 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi149 in quorum (ranks 0,1) 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.409535+0000 mon.smithi134 (mon.0) 153 : cluster [DBG] monmap e3: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.410030+0000 mon.smithi134 (mon.0) 154 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:reconnect} 1 up:standby 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.410062+0000 mon.smithi134 (mon.0) 155 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.410470+0000 mon.smithi134 (mon.0) 156 : cluster [DBG] mgrmap e43: smithi134.hychep(active, since 19s), standbys: smithi149.eefzub 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.415230+0000 mon.smithi134 (mon.0) 157 : cluster [WRN] Health detail: HEALTH_WARN 1 filesystem is degraded 2024-02-06T18:14:31.785 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.415250+0000 mon.smithi134 (mon.0) 158 : cluster [WRN] [WRN] FS_DEGRADED: 1 filesystem is degraded 2024-02-06T18:14:31.786 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.415266+0000 mon.smithi134 (mon.0) 159 : cluster [WRN] fs foofs is degraded 2024-02-06T18:14:31.786 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:30.420057+0000 mon.smithi134 (mon.0) 160 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:31.786 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:30.421000+0000 mon.smithi134 (mon.0) 161 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:31.786 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:30.422726+0000 mon.smithi134 (mon.0) 162 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:14:31.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.80 MB/sec execute 139 sec latency 122324.518 ms 2024-02-06T18:14:32.636 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:30.788141+0000 mgr.smithi134.hychep (mgr.24599) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:32.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:30.788141+0000 mgr.smithi134.hychep (mgr.24599) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:32.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.79 MB/sec execute 140 sec latency 123324.610 ms 2024-02-06T18:14:33.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.77 MB/sec execute 141 sec latency 124324.699 ms 2024-02-06T18:14:34.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:32.788895+0000 mgr.smithi134.hychep (mgr.24599) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:34.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:32.788895+0000 mgr.smithi134.hychep (mgr.24599) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:34.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.76 MB/sec execute 142 sec latency 125324.760 ms 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.525872+0000 mon.smithi134 (mon.0) 163 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.526812+0000 mon.smithi134 (mon.0) 164 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.527653+0000 mon.smithi134 (mon.0) 165 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:34.528364+0000 mgr.smithi134.hychep (mgr.24599) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.532207+0000 mon.smithi134 (mon.0) 166 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.535373+0000 mon.smithi134 (mon.0) 167 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:14:35.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:34.535865+0000 mgr.smithi134.hychep (mgr.24599) 20 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:34.535989+0000 mgr.smithi134.hychep (mgr.24599) 21 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.539245+0000 mon.smithi134 (mon.0) 168 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:34.540707+0000 mgr.smithi134.hychep (mgr.24599) 22 : cephadm [INF] Reconfiguring mon.smithi134 (monmap changed)... 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.540965+0000 mon.smithi134 (mon.0) 169 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.541650+0000 mon.smithi134 (mon.0) 170 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.542273+0000 mon.smithi134 (mon.0) 171 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:34.542794+0000 mgr.smithi134.hychep (mgr.24599) 23 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:34.543181+0000 mon.smithi134 (mon.0) 172 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:14:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:34.789289+0000 mgr.smithi134.hychep (mgr.24599) 24 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:35.916 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.75 MB/sec execute 143 sec latency 126324.828 ms 2024-02-06T18:14:35.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.525872+0000 mon.smithi134 (mon.0) 163 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.526812+0000 mon.smithi134 (mon.0) 164 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.527653+0000 mon.smithi134 (mon.0) 165 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:34.528364+0000 mgr.smithi134.hychep (mgr.24599) 19 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.532207+0000 mon.smithi134 (mon.0) 166 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.535373+0000 mon.smithi134 (mon.0) 167 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:34.535865+0000 mgr.smithi134.hychep (mgr.24599) 20 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:34.535989+0000 mgr.smithi134.hychep (mgr.24599) 21 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.539245+0000 mon.smithi134 (mon.0) 168 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:34.540707+0000 mgr.smithi134.hychep (mgr.24599) 22 : cephadm [INF] Reconfiguring mon.smithi134 (monmap changed)... 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.540965+0000 mon.smithi134 (mon.0) 169 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:35.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.541650+0000 mon.smithi134 (mon.0) 170 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:35.986 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.542273+0000 mon.smithi134 (mon.0) 171 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:35.986 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:34.542794+0000 mgr.smithi134.hychep (mgr.24599) 23 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2024-02-06T18:14:35.986 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:34.543181+0000 mon.smithi134 (mon.0) 172 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:14:35.986 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:34.789289+0000 mgr.smithi134.hychep (mgr.24599) 24 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:36.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.74 MB/sec execute 144 sec latency 127324.876 ms 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:36.145158+0000 mon.smithi134 (mon.0) 173 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:36.145909+0000 mgr.smithi134.hychep (mgr.24599) 25 : cephadm [INF] Reconfiguring mgr.smithi134.hychep (monmap changed)... 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:36.146223+0000 mon.smithi134 (mon.0) 174 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.hychep", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:36.146969+0000 mon.smithi134 (mon.0) 175 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:36.147656+0000 mon.smithi134 (mon.0) 176 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:36.148173+0000 mgr.smithi134.hychep (mgr.24599) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi134.hychep on smithi134 2024-02-06T18:14:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:36.148619+0000 mon.smithi134 (mon.0) 177 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mgr.smithi134.hychep","key": "container_image"}]: dispatch 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:36.145158+0000 mon.smithi134 (mon.0) 173 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:36.145909+0000 mgr.smithi134.hychep (mgr.24599) 25 : cephadm [INF] Reconfiguring mgr.smithi134.hychep (monmap changed)... 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:36.146223+0000 mon.smithi134 (mon.0) 174 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.hychep", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:36.146969+0000 mon.smithi134 (mon.0) 175 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:36.147656+0000 mon.smithi134 (mon.0) 176 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:36.148173+0000 mgr.smithi134.hychep (mgr.24599) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi134.hychep on smithi134 2024-02-06T18:14:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:36.148619+0000 mon.smithi134 (mon.0) 177 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mgr.smithi134.hychep","key": "container_image"}]: dispatch 2024-02-06T18:14:37.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.72 MB/sec execute 145 sec latency 128324.953 ms 2024-02-06T18:14:38.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:36.789762+0000 mgr.smithi134.hychep (mgr.24599) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:38.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:37.862403+0000 mon.smithi134 (mon.0) 178 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:38.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:37.863677+0000 mon.smithi134 (mon.0) 179 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:14:38.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:37.864390+0000 mon.smithi134 (mon.0) 180 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:38.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:37.865295+0000 mon.smithi134 (mon.0) 181 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:14:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:36.789762+0000 mgr.smithi134.hychep (mgr.24599) 27 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:37.862403+0000 mon.smithi134 (mon.0) 178 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:37.863677+0000 mon.smithi134 (mon.0) 179 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:14:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:37.864390+0000 mon.smithi134 (mon.0) 180 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:37.865295+0000 mon.smithi134 (mon.0) 181 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:14:38.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.71 MB/sec execute 146 sec latency 129324.995 ms 2024-02-06T18:14:39.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:37.863384+0000 mgr.smithi134.hychep (mgr.24599) 28 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2024-02-06T18:14:39.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:37.864910+0000 mgr.smithi134.hychep (mgr.24599) 29 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2024-02-06T18:14:39.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:37.863384+0000 mgr.smithi134.hychep (mgr.24599) 28 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2024-02-06T18:14:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:37.864910+0000 mgr.smithi134.hychep (mgr.24599) 29 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2024-02-06T18:14:39.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.70 MB/sec execute 147 sec latency 130325.046 ms 2024-02-06T18:14:40.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:38.790388+0000 mgr.smithi134.hychep (mgr.24599) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:39.466673+0000 mon.smithi134 (mon.0) 182 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:39.467988+0000 mon.smithi134 (mon.0) 183 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T18:14:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:39.468562+0000 mon.smithi134 (mon.0) 184 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:39.470046+0000 mon.smithi134 (mon.0) 185 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T18:14:40.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:38.790388+0000 mgr.smithi134.hychep (mgr.24599) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:39.466673+0000 mon.smithi134 (mon.0) 182 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:39.467988+0000 mon.smithi134 (mon.0) 183 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T18:14:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:39.468562+0000 mon.smithi134 (mon.0) 184 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:39.470046+0000 mon.smithi134 (mon.0) 185 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T18:14:40.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.69 MB/sec execute 148 sec latency 131325.087 ms 2024-02-06T18:14:41.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:39.467689+0000 mgr.smithi134.hychep (mgr.24599) 31 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T18:14:41.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:39.469648+0000 mgr.smithi134.hychep (mgr.24599) 32 : cephadm [INF] Reconfiguring daemon osd.0 on smithi134 2024-02-06T18:14:41.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:40.972952+0000 mon.smithi134 (mon.0) 186 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:41.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:40.974069+0000 mon.smithi134 (mon.0) 187 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T18:14:41.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:40.974566+0000 mon.smithi134 (mon.0) 188 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:41.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:40.975855+0000 mon.smithi134 (mon.0) 189 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T18:14:41.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:39.467689+0000 mgr.smithi134.hychep (mgr.24599) 31 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T18:14:41.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:39.469648+0000 mgr.smithi134.hychep (mgr.24599) 32 : cephadm [INF] Reconfiguring daemon osd.0 on smithi134 2024-02-06T18:14:41.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:40.972952+0000 mon.smithi134 (mon.0) 186 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:41.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:40.974069+0000 mon.smithi134 (mon.0) 187 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T18:14:41.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:40.974566+0000 mon.smithi134 (mon.0) 188 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:41.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:40.975855+0000 mon.smithi134 (mon.0) 189 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T18:14:41.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.68 MB/sec execute 149 sec latency 132325.117 ms 2024-02-06T18:14:42.417 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:40.790749+0000 mgr.smithi134.hychep (mgr.24599) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:42.417 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:40.973868+0000 mgr.smithi134.hychep (mgr.24599) 34 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T18:14:42.418 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:40.975496+0000 mgr.smithi134.hychep (mgr.24599) 35 : cephadm [INF] Reconfiguring daemon osd.1 on smithi134 2024-02-06T18:14:42.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:40.790749+0000 mgr.smithi134.hychep (mgr.24599) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:42.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:40.973868+0000 mgr.smithi134.hychep (mgr.24599) 34 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T18:14:42.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:40.975496+0000 mgr.smithi134.hychep (mgr.24599) 35 : cephadm [INF] Reconfiguring daemon osd.1 on smithi134 2024-02-06T18:14:42.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.67 MB/sec execute 150 sec latency 133325.166 ms 2024-02-06T18:14:43.702 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:42.485514+0000 mon.smithi134 (mon.0) 190 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:43.703 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:42.486259+0000 mgr.smithi134.hychep (mgr.24599) 36 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T18:14:43.703 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:42.486485+0000 mon.smithi134 (mon.0) 191 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T18:14:43.703 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:42.487085+0000 mon.smithi134 (mon.0) 192 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:43.703 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:42.489743+0000 mgr.smithi134.hychep (mgr.24599) 37 : cephadm [INF] Reconfiguring daemon osd.2 on smithi134 2024-02-06T18:14:43.703 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:42.490197+0000 mon.smithi134 (mon.0) 193 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T18:14:43.703 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:42.791345+0000 mgr.smithi134.hychep (mgr.24599) 38 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:42.485514+0000 mon.smithi134 (mon.0) 190 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:42.486259+0000 mgr.smithi134.hychep (mgr.24599) 36 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:42.486485+0000 mon.smithi134 (mon.0) 191 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:42.487085+0000 mon.smithi134 (mon.0) 192 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:42.489743+0000 mgr.smithi134.hychep (mgr.24599) 37 : cephadm [INF] Reconfiguring daemon osd.2 on smithi134 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:42.490197+0000 mon.smithi134 (mon.0) 193 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T18:14:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:42.791345+0000 mgr.smithi134.hychep (mgr.24599) 38 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:43.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.66 MB/sec execute 151 sec latency 134325.212 ms 2024-02-06T18:14:44.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.65 MB/sec execute 152 sec latency 135325.251 ms 2024-02-06T18:14:45.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:44.058128+0000 mon.smithi134 (mon.0) 194 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:45.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:44.058879+0000 mgr.smithi134.hychep (mgr.24599) 39 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T18:14:45.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:44.059121+0000 mon.smithi134 (mon.0) 195 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T18:14:45.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:44.059630+0000 mon.smithi134 (mon.0) 196 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:45.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:44.060571+0000 mgr.smithi134.hychep (mgr.24599) 40 : cephadm [INF] Reconfiguring daemon osd.3 on smithi134 2024-02-06T18:14:45.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:44.060861+0000 mon.smithi134 (mon.0) 197 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T18:14:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:44.058128+0000 mon.smithi134 (mon.0) 194 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:44.058879+0000 mgr.smithi134.hychep (mgr.24599) 39 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T18:14:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:44.059121+0000 mon.smithi134 (mon.0) 195 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T18:14:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:44.059630+0000 mon.smithi134 (mon.0) 196 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:44.060571+0000 mgr.smithi134.hychep (mgr.24599) 40 : cephadm [INF] Reconfiguring daemon osd.3 on smithi134 2024-02-06T18:14:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:44.060861+0000 mon.smithi134 (mon.0) 197 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T18:14:45.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.63 MB/sec execute 153 sec latency 136325.278 ms 2024-02-06T18:14:46.437 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:44.791701+0000 mgr.smithi134.hychep (mgr.24599) 41 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:46.437 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:45.759533+0000 mon.smithi134 (mon.0) 198 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:46.437 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:45.760646+0000 mon.smithi134 (mon.0) 199 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi134.pyskyp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:14:46.437 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:45.761280+0000 mon.smithi134 (mon.0) 200 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:46.437 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:45.762052+0000 mon.smithi134 (mon.0) 201 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi134.pyskyp","key": "container_image"}]: dispatch 2024-02-06T18:14:46.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:44.791701+0000 mgr.smithi134.hychep (mgr.24599) 41 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:46.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:45.759533+0000 mon.smithi134 (mon.0) 198 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:45.760646+0000 mon.smithi134 (mon.0) 199 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi134.pyskyp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:14:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:45.761280+0000 mon.smithi134 (mon.0) 200 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:45.762052+0000 mon.smithi134 (mon.0) 201 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi134.pyskyp","key": "container_image"}]: dispatch 2024-02-06T18:14:46.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.62 MB/sec execute 154 sec latency 137325.309 ms 2024-02-06T18:14:47.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:45.760404+0000 mgr.smithi134.hychep (mgr.24599) 42 : cephadm [INF] Reconfiguring mds.foofs.smithi134.pyskyp (monmap changed)... 2024-02-06T18:14:47.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:45.761746+0000 mgr.smithi134.hychep (mgr.24599) 43 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi134.pyskyp on smithi134 2024-02-06T18:14:47.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:45.760404+0000 mgr.smithi134.hychep (mgr.24599) 42 : cephadm [INF] Reconfiguring mds.foofs.smithi134.pyskyp (monmap changed)... 2024-02-06T18:14:47.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:45.761746+0000 mgr.smithi134.hychep (mgr.24599) 43 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi134.pyskyp on smithi134 2024-02-06T18:14:47.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.61 MB/sec execute 155 sec latency 138325.357 ms 2024-02-06T18:14:48.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:46.792107+0000 mgr.smithi134.hychep (mgr.24599) 44 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:47.155825+0000 mon.smithi134 (mon.0) 202 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:47.156605+0000 mgr.smithi134.hychep (mgr.24599) 45 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:47.156817+0000 mon.smithi134 (mon.0) 203 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:47.157351+0000 mon.smithi134 (mon.0) 204 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:47.157844+0000 mon.smithi134 (mon.0) 205 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:47.158279+0000 mgr.smithi134.hychep (mgr.24599) 46 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2024-02-06T18:14:48.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:47.158587+0000 mon.smithi134 (mon.0) 206 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:46.792107+0000 mgr.smithi134.hychep (mgr.24599) 44 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:47.155825+0000 mon.smithi134 (mon.0) 202 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:47.156605+0000 mgr.smithi134.hychep (mgr.24599) 45 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:47.156817+0000 mon.smithi134 (mon.0) 203 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:47.157351+0000 mon.smithi134 (mon.0) 204 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:47.157844+0000 mon.smithi134 (mon.0) 205 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:47.158279+0000 mgr.smithi134.hychep (mgr.24599) 46 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2024-02-06T18:14:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:47.158587+0000 mon.smithi134 (mon.0) 206 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:14:48.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.60 MB/sec execute 156 sec latency 139325.435 ms 2024-02-06T18:14:49.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.59 MB/sec execute 157 sec latency 140325.504 ms 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:48.713514+0000 mon.smithi134 (mon.0) 207 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:48.714341+0000 mgr.smithi134.hychep (mgr.24599) 47 : cephadm [INF] Reconfiguring mgr.smithi149.eefzub (monmap changed)... 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:48.714690+0000 mon.smithi134 (mon.0) 208 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.eefzub", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:48.715630+0000 mon.smithi134 (mon.0) 209 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:48.716317+0000 mon.smithi134 (mon.0) 210 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:48.716934+0000 mgr.smithi134.hychep (mgr.24599) 48 : cephadm [INF] Reconfiguring daemon mgr.smithi149.eefzub on smithi149 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:48.717401+0000 mon.smithi134 (mon.0) 211 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mgr.smithi149.eefzub","key": "container_image"}]: dispatch 2024-02-06T18:14:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:48.792834+0000 mgr.smithi134.hychep (mgr.24599) 49 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:50.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:48.713514+0000 mon.smithi134 (mon.0) 207 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:50.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:48.714341+0000 mgr.smithi134.hychep (mgr.24599) 47 : cephadm [INF] Reconfiguring mgr.smithi149.eefzub (monmap changed)... 2024-02-06T18:14:50.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:48.714690+0000 mon.smithi134 (mon.0) 208 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.eefzub", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T18:14:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:48.715630+0000 mon.smithi134 (mon.0) 209 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T18:14:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:48.716317+0000 mon.smithi134 (mon.0) 210 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:48.716934+0000 mgr.smithi134.hychep (mgr.24599) 48 : cephadm [INF] Reconfiguring daemon mgr.smithi149.eefzub on smithi149 2024-02-06T18:14:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:48.717401+0000 mon.smithi134 (mon.0) 211 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mgr.smithi149.eefzub","key": "container_image"}]: dispatch 2024-02-06T18:14:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:48.792834+0000 mgr.smithi134.hychep (mgr.24599) 49 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:50.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.58 MB/sec execute 158 sec latency 141325.614 ms 2024-02-06T18:14:51.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:50.170158+0000 mon.smithi134 (mon.0) 212 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:51.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:50.171046+0000 mgr.smithi134.hychep (mgr.24599) 50 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2024-02-06T18:14:51.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:50.171398+0000 mon.smithi134 (mon.0) 213 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:14:51.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:50.172335+0000 mon.smithi134 (mon.0) 214 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:51.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:50.172927+0000 mgr.smithi134.hychep (mgr.24599) 51 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2024-02-06T18:14:51.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:50.173369+0000 mon.smithi134 (mon.0) 215 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:14:51.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:50.170158+0000 mon.smithi134 (mon.0) 212 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:51.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:50.171046+0000 mgr.smithi134.hychep (mgr.24599) 50 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2024-02-06T18:14:51.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:50.171398+0000 mon.smithi134 (mon.0) 213 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:14:51.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:50.172335+0000 mon.smithi134 (mon.0) 214 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:51.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:50.172927+0000 mgr.smithi134.hychep (mgr.24599) 51 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2024-02-06T18:14:51.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:50.173369+0000 mon.smithi134 (mon.0) 215 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:14:51.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.57 MB/sec execute 159 sec latency 142325.663 ms 2024-02-06T18:14:52.457 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:50.793244+0000 mgr.smithi134.hychep (mgr.24599) 52 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:52.458 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:51.784063+0000 mon.smithi134 (mon.0) 216 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:52.458 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:51.785219+0000 mon.smithi134 (mon.0) 217 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T18:14:52.458 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:51.785945+0000 mon.smithi134 (mon.0) 218 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:52.458 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:51.787649+0000 mon.smithi134 (mon.0) 219 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T18:14:52.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:50.793244+0000 mgr.smithi134.hychep (mgr.24599) 52 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:52.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:51.784063+0000 mon.smithi134 (mon.0) 216 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:52.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:51.785219+0000 mon.smithi134 (mon.0) 217 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T18:14:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:51.785945+0000 mon.smithi134 (mon.0) 218 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:51.787649+0000 mon.smithi134 (mon.0) 219 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T18:14:52.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.56 MB/sec execute 160 sec latency 143325.709 ms 2024-02-06T18:14:53.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:51.784871+0000 mgr.smithi134.hychep (mgr.24599) 53 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T18:14:53.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:51.787143+0000 mgr.smithi134.hychep (mgr.24599) 54 : cephadm [INF] Reconfiguring daemon osd.4 on smithi149 2024-02-06T18:14:53.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:51.784871+0000 mgr.smithi134.hychep (mgr.24599) 53 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T18:14:53.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:51.787143+0000 mgr.smithi134.hychep (mgr.24599) 54 : cephadm [INF] Reconfiguring daemon osd.4 on smithi149 2024-02-06T18:14:53.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.55 MB/sec execute 161 sec latency 144325.755 ms 2024-02-06T18:14:53.946 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:14:54.442 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:52.793940+0000 mgr.smithi134.hychep (mgr.24599) 55 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:54.442 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:53.183188+0000 mon.smithi134 (mon.0) 220 : cluster [DBG] mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:rejoin 2024-02-06T18:14:54.442 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:53.183268+0000 mon.smithi134 (mon.0) 221 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:rejoin} 1 up:standby 2024-02-06T18:14:54.442 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:53.245962+0000 mon.smithi134 (mon.0) 222 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:54.442 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:53.246732+0000 mgr.smithi134.hychep (mgr.24599) 56 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T18:14:54.443 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:53.247026+0000 mon.smithi134 (mon.0) 223 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T18:14:54.443 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:53.247739+0000 mon.smithi134 (mon.0) 224 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:54.443 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:53.248915+0000 mgr.smithi134.hychep (mgr.24599) 57 : cephadm [INF] Reconfiguring daemon osd.5 on smithi149 2024-02-06T18:14:54.443 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:53.249296+0000 mon.smithi134 (mon.0) 225 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T18:14:54.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:52.793940+0000 mgr.smithi134.hychep (mgr.24599) 55 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:54.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:53.183188+0000 mon.smithi134 (mon.0) 220 : cluster [DBG] mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:rejoin 2024-02-06T18:14:54.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:53.183268+0000 mon.smithi134 (mon.0) 221 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:rejoin} 1 up:standby 2024-02-06T18:14:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:53.245962+0000 mon.smithi134 (mon.0) 222 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:53.246732+0000 mgr.smithi134.hychep (mgr.24599) 56 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T18:14:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:53.247026+0000 mon.smithi134 (mon.0) 223 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T18:14:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:53.247739+0000 mon.smithi134 (mon.0) 224 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:53.248915+0000 mgr.smithi134.hychep (mgr.24599) 57 : cephadm [INF] Reconfiguring daemon osd.5 on smithi149 2024-02-06T18:14:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:53.249296+0000 mon.smithi134 (mon.0) 225 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T18:14:54.501 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (8m) 30s ago 10m 17.4M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (10m) 30s ago 10m 6353k - 15.2.13 2cf504fded39 d577aeddc5cb 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (9m) 19s ago 8m 6349k - 15.2.13 2cf504fded39 a18d00ffbd1a 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (8m) 30s ago 10m 34.1M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (5m) 30s ago 5m 10.9M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (5m) 19s ago 5m 26.2M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (98s) 30s ago 11m 413M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (61s) 19s ago 9m 384M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (51s) 30s ago 11m 32.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (25s) 19s ago 10m 27.3M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (2m) 30s ago 2m 82.7M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (2m) 19s ago 2m 78.8M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:14:54.502 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (9m) 30s ago 9m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (9m) 19s ago 9m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (9m) 30s ago 9m 141M 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (8m) 30s ago 8m 309M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (8m) 30s ago 8m 253M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (8m) 30s ago 8m 387M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (7m) 19s ago 7m 386M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (7m) 19s ago 7m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (7m) 19s ago 7m 345M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (6m) 19s ago 6m 243M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:14:54.503 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (115s) 30s ago 9m 52.8M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:14:54.830 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:14:54.830 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-02-06T18:14:54.831 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 4 2024-02-06T18:14:54.832 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:14:54.832 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:14:54.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.54 MB/sec execute 162 sec latency 145325.789 ms 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "mon" 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "4/23 daemons upgraded", 2024-02-06T18:14:55.108 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mon daemons", 2024-02-06T18:14:55.109 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:14:55.109 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:53.934307+0000 mgr.smithi134.hychep (mgr.24599) 58 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:54.185855+0000 mon.smithi134 (mon.0) 226 : cluster [DBG] mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:clientreplay 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:54.185902+0000 mon.smithi134 (mon.0) 227 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:clientreplay} 1 up:standby 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.216949+0000 mgr.smithi134.hychep (mgr.24599) 59 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.491890+0000 mon.smithi134 (mon.0) 228 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.492268+0000 mon.smithi134 (mon.0) 229 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.492563+0000 mon.smithi134 (mon.0) 230 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.492861+0000 mon.smithi134 (mon.0) 231 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.493136+0000 mon.smithi134 (mon.0) 232 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.494705+0000 mon.smithi134 (mon.0) 233 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:14:55.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.495017+0000 mon.smithi134 (mon.0) 234 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.495302+0000 mon.smithi134 (mon.0) 235 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.495600+0000 mon.smithi134 (mon.0) 236 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.495888+0000 mon.smithi134 (mon.0) 237 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.820843+0000 mon.smithi134 (mon.0) 238 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.821708+0000 mon.smithi134 (mon.0) 239 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.822294+0000 mon.smithi134 (mon.0) 240 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.823611+0000 mon.smithi134 (mon.0) 241 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T18:14:55.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.830872+0000 mon.smithi134 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.134:0/4273483910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:55.518 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:53.934307+0000 mgr.smithi134.hychep (mgr.24599) 58 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:55.518 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:54.185855+0000 mon.smithi134 (mon.0) 226 : cluster [DBG] mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:clientreplay 2024-02-06T18:14:55.518 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:54.185902+0000 mon.smithi134 (mon.0) 227 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi149.wbrart=up:clientreplay} 1 up:standby 2024-02-06T18:14:55.518 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.216949+0000 mgr.smithi134.hychep (mgr.24599) 59 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.491890+0000 mon.smithi134 (mon.0) 228 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.492268+0000 mon.smithi134 (mon.0) 229 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.492563+0000 mon.smithi134 (mon.0) 230 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.492861+0000 mon.smithi134 (mon.0) 231 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.493136+0000 mon.smithi134 (mon.0) 232 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.494705+0000 mon.smithi134 (mon.0) 233 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.495017+0000 mon.smithi134 (mon.0) 234 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.495302+0000 mon.smithi134 (mon.0) 235 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.495600+0000 mon.smithi134 (mon.0) 236 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.495888+0000 mon.smithi134 (mon.0) 237 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.820843+0000 mon.smithi134 (mon.0) 238 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.821708+0000 mon.smithi134 (mon.0) 239 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.822294+0000 mon.smithi134 (mon.0) 240 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.823611+0000 mon.smithi134 (mon.0) 241 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T18:14:55.519 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.830872+0000 mon.smithi134 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.134:0/4273483910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:55.917 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.53 MB/sec execute 163 sec latency 146325.823 ms 2024-02-06T18:14:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:54.489689+0000 mgr.smithi134.hychep (mgr.24599) 60 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:54.794313+0000 mgr.smithi134.hychep (mgr.24599) 61 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:54.821488+0000 mgr.smithi134.hychep (mgr.24599) 62 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T18:14:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:54.823252+0000 mgr.smithi134.hychep (mgr.24599) 63 : cephadm [INF] Reconfiguring daemon osd.6 on smithi149 2024-02-06T18:14:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:55.108124+0000 mgr.smithi134.hychep (mgr.24599) 64 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:56.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:54.489689+0000 mgr.smithi134.hychep (mgr.24599) 60 : audit [DBG] from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:56.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:54.794313+0000 mgr.smithi134.hychep (mgr.24599) 61 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:54.821488+0000 mgr.smithi134.hychep (mgr.24599) 62 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T18:14:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:54.823252+0000 mgr.smithi134.hychep (mgr.24599) 63 : cephadm [INF] Reconfiguring daemon osd.6 on smithi149 2024-02-06T18:14:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:55.108124+0000 mgr.smithi134.hychep (mgr.24599) 64 : audit [DBG] from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:14:56.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.53 MB/sec execute 164 sec latency 147325.870 ms 2024-02-06T18:14:57.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:56.274872+0000 mon.smithi134 (mon.0) 243 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:57.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:56.275657+0000 mgr.smithi134.hychep (mgr.24599) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T18:14:57.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:56.275934+0000 mon.smithi134 (mon.0) 244 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T18:14:57.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:56.276596+0000 mon.smithi134 (mon.0) 245 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:57.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:56.277741+0000 mgr.smithi134.hychep (mgr.24599) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi149 2024-02-06T18:14:57.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:56.278198+0000 mon.smithi134 (mon.0) 246 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T18:14:57.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:56.274872+0000 mon.smithi134 (mon.0) 243 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:57.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:56.275657+0000 mgr.smithi134.hychep (mgr.24599) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T18:14:57.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:56.275934+0000 mon.smithi134 (mon.0) 244 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T18:14:57.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:56.276596+0000 mon.smithi134 (mon.0) 245 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:57.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:56.277741+0000 mgr.smithi134.hychep (mgr.24599) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi149 2024-02-06T18:14:57.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:56.278198+0000 mon.smithi134 (mon.0) 246 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T18:14:57.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.52 MB/sec execute 165 sec latency 148325.960 ms 2024-02-06T18:14:58.465 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:56.794733+0000 mgr.smithi134.hychep (mgr.24599) 67 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:58.465 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:57.749079+0000 mon.smithi134 (mon.0) 247 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:58.465 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:57.750357+0000 mon.smithi134 (mon.0) 248 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.wbrart", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:14:58.465 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:57.751231+0000 mon.smithi134 (mon.0) 249 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:58.465 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:57.752233+0000 mon.smithi134 (mon.0) 250 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi149.wbrart","key": "container_image"}]: dispatch 2024-02-06T18:14:58.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:56.794733+0000 mgr.smithi134.hychep (mgr.24599) 67 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:14:58.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:57.749079+0000 mon.smithi134 (mon.0) 247 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:58.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:57.750357+0000 mon.smithi134 (mon.0) 248 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.wbrart", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:14:58.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:57.751231+0000 mon.smithi134 (mon.0) 249 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:14:58.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:57.752233+0000 mon.smithi134 (mon.0) 250 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi149.wbrart","key": "container_image"}]: dispatch 2024-02-06T18:14:58.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.51 MB/sec execute 166 sec latency 149326.048 ms 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:57.750010+0000 mgr.smithi134.hychep (mgr.24599) 68 : cephadm [INF] Reconfiguring mds.foofs.smithi149.wbrart (monmap changed)... 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:57.751805+0000 mgr.smithi134.hychep (mgr.24599) 69 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi149.wbrart on smithi149 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.177853+0000 mon.smithi134 (mon.0) 251 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.179762+0000 mon.smithi134 (mon.0) 252 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.182397+0000 mon.smithi134 (mon.0) 253 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.183754+0000 mon.smithi134 (mon.0) 254 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.188396+0000 mon.smithi134 (mon.0) 255 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.189117+0000 mon.smithi134 (mon.0) 256 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi134"}]: dispatch 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.192322+0000 mon.smithi134 (mon.0) 257 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi134"}]': finished 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.192983+0000 mon.smithi134 (mon.0) 258 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi149"}]: dispatch 2024-02-06T18:14:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:14:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:14:59.196242+0000 mon.smithi134 (mon.0) 259 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi149"}]': finished 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:57.750010+0000 mgr.smithi134.hychep (mgr.24599) 68 : cephadm [INF] Reconfiguring mds.foofs.smithi149.wbrart (monmap changed)... 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:57.751805+0000 mgr.smithi134.hychep (mgr.24599) 69 : cephadm [INF] Reconfiguring daemon mds.foofs.smithi149.wbrart on smithi149 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.177853+0000 mon.smithi134 (mon.0) 251 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.179762+0000 mon.smithi134 (mon.0) 252 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.182397+0000 mon.smithi134 (mon.0) 253 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.183754+0000 mon.smithi134 (mon.0) 254 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.188396+0000 mon.smithi134 (mon.0) 255 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.189117+0000 mon.smithi134 (mon.0) 256 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi134"}]: dispatch 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.192322+0000 mon.smithi134 (mon.0) 257 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi134"}]': finished 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.192983+0000 mon.smithi134 (mon.0) 258 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi149"}]: dispatch 2024-02-06T18:14:59.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:14:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:14:59.196242+0000 mon.smithi134 (mon.0) 259 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi149"}]': finished 2024-02-06T18:14:59.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.50 MB/sec execute 167 sec latency 150326.081 ms 2024-02-06T18:15:00.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:14:58.795512+0000 mgr.smithi134.hychep (mgr.24599) 70 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 26 op/s 2024-02-06T18:15:00.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:14:59.184381+0000 mgr.smithi134.hychep (mgr.24599) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T18:15:00.690 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:14:58.795512+0000 mgr.smithi134.hychep (mgr.24599) 70 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 26 op/s 2024-02-06T18:15:00.690 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:14:59.184381+0000 mgr.smithi134.hychep (mgr.24599) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T18:15:00.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.49 MB/sec execute 168 sec latency 151326.119 ms 2024-02-06T18:15:01.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.48 MB/sec execute 169 sec latency 152326.175 ms 2024-02-06T18:15:01.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:00.709678+0000 mgr.smithi134.hychep (mgr.24599) 72 : cephadm [INF] Upgrade: Updating crash.smithi134 (1/2) 2024-02-06T18:15:01.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:00.715920+0000 mon.smithi134 (mon.0) 260 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:01.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:00.716612+0000 mon.smithi134 (mon.0) 261 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:15:01.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:00.717281+0000 mon.smithi134 (mon.0) 262 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:01.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:00.717790+0000 mgr.smithi134.hychep (mgr.24599) 73 : cephadm [INF] Deploying daemon crash.smithi134 on smithi134 2024-02-06T18:15:01.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:00.718125+0000 mon.smithi134 (mon.0) 263 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:15:01.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:00.795885+0000 mgr.smithi134.hychep (mgr.24599) 74 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 26 op/s 2024-02-06T18:15:02.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:00.709678+0000 mgr.smithi134.hychep (mgr.24599) 72 : cephadm [INF] Upgrade: Updating crash.smithi134 (1/2) 2024-02-06T18:15:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:00.715920+0000 mon.smithi134 (mon.0) 260 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:00.716612+0000 mon.smithi134 (mon.0) 261 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:15:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:00.717281+0000 mon.smithi134 (mon.0) 262 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:00.717790+0000 mgr.smithi134.hychep (mgr.24599) 73 : cephadm [INF] Deploying daemon crash.smithi134 on smithi134 2024-02-06T18:15:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:00.718125+0000 mon.smithi134 (mon.0) 263 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi134","key": "container_image"}]: dispatch 2024-02-06T18:15:02.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:00.795885+0000 mgr.smithi134.hychep (mgr.24599) 74 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 170 B/s wr, 26 op/s 2024-02-06T18:15:02.918 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.47 MB/sec execute 170 sec latency 153326.226 ms 2024-02-06T18:15:03.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.46 MB/sec execute 171 sec latency 154327.077 ms 2024-02-06T18:15:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:02.796602+0000 mgr.smithi134.hychep (mgr.24599) 75 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 19 KiB/s wr, 28 op/s 2024-02-06T18:15:04.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:02.796602+0000 mgr.smithi134.hychep (mgr.24599) 75 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 19 KiB/s wr, 28 op/s 2024-02-06T18:15:04.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.45 MB/sec execute 172 sec latency 155327.201 ms 2024-02-06T18:15:05.717 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:04.685510+0000 mon.smithi134 (mon.0) 264 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:05.717 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:04.797059+0000 mgr.smithi134.hychep (mgr.24599) 76 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 19 KiB/s wr, 28 op/s 2024-02-06T18:15:05.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.45 MB/sec execute 173 sec latency 156327.287 ms 2024-02-06T18:15:05.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:04.685510+0000 mon.smithi134 (mon.0) 264 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:05.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:04.797059+0000 mgr.smithi134.hychep (mgr.24599) 76 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 19 KiB/s wr, 28 op/s 2024-02-06T18:15:06.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.44 MB/sec execute 174 sec latency 157327.390 ms 2024-02-06T18:15:07.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:06.015815+0000 mgr.smithi134.hychep (mgr.24599) 77 : cephadm [INF] Upgrade: Updating crash.smithi149 (2/2) 2024-02-06T18:15:07.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:06.020740+0000 mon.smithi134 (mon.0) 265 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:07.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:06.021632+0000 mon.smithi134 (mon.0) 266 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:15:07.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:06.022477+0000 mon.smithi134 (mon.0) 267 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:07.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:06.023100+0000 mgr.smithi134.hychep (mgr.24599) 78 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2024-02-06T18:15:07.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:06.023572+0000 mon.smithi134 (mon.0) 268 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:15:07.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:06.015815+0000 mgr.smithi134.hychep (mgr.24599) 77 : cephadm [INF] Upgrade: Updating crash.smithi149 (2/2) 2024-02-06T18:15:07.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:06.020740+0000 mon.smithi134 (mon.0) 265 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:07.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:06.021632+0000 mon.smithi134 (mon.0) 266 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-06T18:15:07.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:06.022477+0000 mon.smithi134 (mon.0) 267 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:07.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:06.023100+0000 mgr.smithi134.hychep (mgr.24599) 78 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2024-02-06T18:15:07.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:06.023572+0000 mon.smithi134 (mon.0) 268 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.crash.smithi149","key": "container_image"}]: dispatch 2024-02-06T18:15:07.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.43 MB/sec execute 175 sec latency 158327.455 ms 2024-02-06T18:15:08.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:06.797584+0000 mgr.smithi134.hychep (mgr.24599) 79 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 19 KiB/s wr, 28 op/s 2024-02-06T18:15:08.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:06.797584+0000 mgr.smithi134.hychep (mgr.24599) 79 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 19 KiB/s wr, 28 op/s 2024-02-06T18:15:08.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.42 MB/sec execute 176 sec latency 159327.584 ms 2024-02-06T18:15:09.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.41 MB/sec execute 177 sec latency 160327.639 ms 2024-02-06T18:15:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:08.798390+0000 mgr.smithi134.hychep (mgr.24599) 80 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 23 KiB/s wr, 29 op/s 2024-02-06T18:15:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:09.728554+0000 mon.smithi134 (mon.0) 269 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:09.729536+0000 mon.smithi134 (mon.0) 270 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:09.731352+0000 mon.smithi134 (mon.0) 271 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:09.731692+0000 mon.smithi134 (mon.0) 272 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:10.379 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:08.798390+0000 mgr.smithi134.hychep (mgr.24599) 80 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 23 KiB/s wr, 29 op/s 2024-02-06T18:15:10.379 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:09.728554+0000 mon.smithi134 (mon.0) 269 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:10.379 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:09.729536+0000 mon.smithi134 (mon.0) 270 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:10.379 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:09.731352+0000 mon.smithi134 (mon.0) 271 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:10.379 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:09.731692+0000 mon.smithi134 (mon.0) 272 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:10.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.41 MB/sec execute 178 sec latency 161327.669 ms 2024-02-06T18:15:11.919 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.40 MB/sec execute 179 sec latency 162327.699 ms 2024-02-06T18:15:12.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:10.798771+0000 mgr.smithi134.hychep (mgr.24599) 81 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s wr, 3 op/s 2024-02-06T18:15:12.403 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:10.798771+0000 mgr.smithi134.hychep (mgr.24599) 81 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s wr, 3 op/s 2024-02-06T18:15:12.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.39 MB/sec execute 180 sec latency 163327.738 ms 2024-02-06T18:15:13.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.38 MB/sec execute 181 sec latency 164327.779 ms 2024-02-06T18:15:14.146 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:12.799495+0000 mgr.smithi134.hychep (mgr.24599) 82 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s wr, 3 op/s 2024-02-06T18:15:14.146 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:13.601504+0000 mon.smithi134 (mon.0) 273 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:12.799495+0000 mgr.smithi134.hychep (mgr.24599) 82 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s wr, 3 op/s 2024-02-06T18:15:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:13.601504+0000 mon.smithi134 (mon.0) 273 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:14.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.37 MB/sec execute 182 sec latency 165327.846 ms 2024-02-06T18:15:15.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.37 MB/sec execute 183 sec latency 166327.902 ms 2024-02-06T18:15:16.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:14.799849+0000 mgr.smithi134.hychep (mgr.24599) 83 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 3.6 KiB/s wr, 0 op/s 2024-02-06T18:15:16.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:14.799849+0000 mgr.smithi134.hychep (mgr.24599) 83 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 3.6 KiB/s wr, 0 op/s 2024-02-06T18:15:16.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.36 MB/sec execute 184 sec latency 167327.942 ms 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.404856+0000 mon.smithi134 (mon.0) 274 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.405626+0000 mon.smithi134 (mon.0) 275 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.406214+0000 mon.smithi134 (mon.0) 276 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:16.406697+0000 mgr.smithi134.hychep (mgr.24599) 84 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.411623+0000 mon.smithi134 (mon.0) 277 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.413879+0000 mon.smithi134 (mon.0) 278 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:15:17.581 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:16.414215+0000 mgr.smithi134.hychep (mgr.24599) 85 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:16.414284+0000 mgr.smithi134.hychep (mgr.24599) 86 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.419016+0000 mon.smithi134 (mon.0) 279 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.422596+0000 mon.smithi134 (mon.0) 280 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.424487+0000 mon.smithi134 (mon.0) 281 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.425492+0000 mon.smithi134 (mon.0) 282 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.426457+0000 mon.smithi134 (mon.0) 283 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.432325+0000 mon.smithi134 (mon.0) 284 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.432869+0000 mon.smithi134 (mon.0) 285 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi134"}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.437613+0000 mon.smithi134 (mon.0) 286 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi134"}]': finished 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.438145+0000 mon.smithi134 (mon.0) 287 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi149"}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.443196+0000 mon.smithi134 (mon.0) 288 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi149"}]': finished 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.444159+0000 mon.smithi134 (mon.0) 289 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.817907+0000 mon.smithi134 (mon.0) 290 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.818143+0000 mon.smithi134 (mon.0) 291 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-06T18:15:17.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.818380+0000 mon.smithi134 (mon.0) 292 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-06T18:15:17.583 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.818574+0000 mon.smithi134 (mon.0) 293 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.404856+0000 mon.smithi134 (mon.0) 274 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.405626+0000 mon.smithi134 (mon.0) 275 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.406214+0000 mon.smithi134 (mon.0) 276 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:16.406697+0000 mgr.smithi134.hychep (mgr.24599) 84 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.411623+0000 mon.smithi134 (mon.0) 277 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.413879+0000 mon.smithi134 (mon.0) 278 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:15:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:16.414215+0000 mgr.smithi134.hychep (mgr.24599) 85 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:16.414284+0000 mgr.smithi134.hychep (mgr.24599) 86 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.419016+0000 mon.smithi134 (mon.0) 279 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.422596+0000 mon.smithi134 (mon.0) 280 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.424487+0000 mon.smithi134 (mon.0) 281 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.425492+0000 mon.smithi134 (mon.0) 282 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.426457+0000 mon.smithi134 (mon.0) 283 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.432325+0000 mon.smithi134 (mon.0) 284 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.432869+0000 mon.smithi134 (mon.0) 285 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi134"}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.437613+0000 mon.smithi134 (mon.0) 286 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi134"}]': finished 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.438145+0000 mon.smithi134 (mon.0) 287 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi149"}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.443196+0000 mon.smithi134 (mon.0) 288 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi149"}]': finished 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.444159+0000 mon.smithi134 (mon.0) 289 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.817907+0000 mon.smithi134 (mon.0) 290 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T18:15:17.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.818143+0000 mon.smithi134 (mon.0) 291 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-06T18:15:17.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.818380+0000 mon.smithi134 (mon.0) 292 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-06T18:15:17.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.818574+0000 mon.smithi134 (mon.0) 293 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T18:15:17.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.35 MB/sec execute 185 sec latency 168328.013 ms 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:16.426894+0000 mgr.smithi134.hychep (mgr.24599) 87 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:16.444290+0000 mgr.smithi134.hychep (mgr.24599) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:16.444973+0000 mgr.smithi134.hychep (mgr.24599) 89 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:16.800338+0000 mgr.smithi134.hychep (mgr.24599) 90 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 3.6 KiB/s wr, 0 op/s 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:17.979104+0000 mon.smithi134 (mon.0) 294 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:17.979784+0000 mon.smithi134 (mon.0) 295 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:17.980308+0000 mon.smithi134 (mon.0) 296 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:17.981762+0000 mon.smithi134 (mon.0) 297 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:16.426894+0000 mgr.smithi134.hychep (mgr.24599) 87 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:16.444290+0000 mgr.smithi134.hychep (mgr.24599) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:16.444973+0000 mgr.smithi134.hychep (mgr.24599) 89 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:16.800338+0000 mgr.smithi134.hychep (mgr.24599) 90 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 3.6 KiB/s wr, 0 op/s 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:17.979104+0000 mon.smithi134 (mon.0) 294 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:17.979784+0000 mon.smithi134 (mon.0) 295 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:17.980308+0000 mon.smithi134 (mon.0) 296 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:17.981762+0000 mon.smithi134 (mon.0) 297 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T18:15:18.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.34 MB/sec execute 186 sec latency 169328.095 ms 2024-02-06T18:15:19.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:17.974731+0000 mgr.smithi134.hychep (mgr.24599) 91 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T18:15:19.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:17.981393+0000 mgr.smithi134.hychep (mgr.24599) 92 : cephadm [INF] Deploying daemon osd.0 on smithi134 2024-02-06T18:15:19.748 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:17.974731+0000 mgr.smithi134.hychep (mgr.24599) 91 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T18:15:19.748 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:17.981393+0000 mgr.smithi134.hychep (mgr.24599) 92 : cephadm [INF] Deploying daemon osd.0 on smithi134 2024-02-06T18:15:19.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.34 MB/sec execute 187 sec latency 170328.139 ms 2024-02-06T18:15:20.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:18.800923+0000 mgr.smithi134.hychep (mgr.24599) 93 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 3.8 KiB/s wr, 1 op/s 2024-02-06T18:15:20.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:18.800923+0000 mgr.smithi134.hychep (mgr.24599) 93 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 3.8 KiB/s wr, 1 op/s 2024-02-06T18:15:20.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.33 MB/sec execute 188 sec latency 171328.194 ms 2024-02-06T18:15:21.134 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:20 smithi134 systemd[1]: Stopping Ceph osd.0 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:15:21.699 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331052+0000 mon.smithi134 (mon.0) 298 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T18:15:21.699 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331081+0000 mon.smithi134 (mon.0) 299 : cluster [INF] osd.0 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-02-06T18:15:21.699 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331244+0000 mon.smithi134 (mon.0) 300 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T18:15:21.699 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331310+0000 mon.smithi134 (mon.0) 301 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T18:15:21.699 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331472+0000 mon.smithi134 (mon.0) 302 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331557+0000 mon.smithi134 (mon.0) 303 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331636+0000 mon.smithi134 (mon.0) 304 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331712+0000 mon.smithi134 (mon.0) 305 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331788+0000 mon.smithi134 (mon.0) 306 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331859+0000 mon.smithi134 (mon.0) 307 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.331932+0000 mon.smithi134 (mon.0) 308 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.332007+0000 mon.smithi134 (mon.0) 309 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.332079+0000 mon.smithi134 (mon.0) 310 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.332151+0000 mon.smithi134 (mon.0) 311 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T18:15:21.700 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.332233+0000 mon.smithi134 (mon.0) 312 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331052+0000 mon.smithi134 (mon.0) 298 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331081+0000 mon.smithi134 (mon.0) 299 : cluster [INF] osd.0 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331244+0000 mon.smithi134 (mon.0) 300 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331310+0000 mon.smithi134 (mon.0) 301 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331472+0000 mon.smithi134 (mon.0) 302 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331557+0000 mon.smithi134 (mon.0) 303 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331636+0000 mon.smithi134 (mon.0) 304 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331712+0000 mon.smithi134 (mon.0) 305 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331788+0000 mon.smithi134 (mon.0) 306 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331859+0000 mon.smithi134 (mon.0) 307 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.331932+0000 mon.smithi134 (mon.0) 308 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T18:15:21.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.332007+0000 mon.smithi134 (mon.0) 309 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T18:15:21.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.332079+0000 mon.smithi134 (mon.0) 310 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T18:15:21.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.332151+0000 mon.smithi134 (mon.0) 311 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T18:15:21.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.332233+0000 mon.smithi134 (mon.0) 312 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T18:15:21.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.32 MB/sec execute 189 sec latency 172328.505 ms 2024-02-06T18:15:21.984 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:21 smithi134 bash[76847]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.0 2024-02-06T18:15:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:20.801354+0000 mgr.smithi134.hychep (mgr.24599) 94 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-06T18:15:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.413052+0000 mon.smithi134 (mon.0) 313 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:15:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:21.419497+0000 mon.smithi134 (mon.0) 314 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-02-06T18:15:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:21.419901+0000 mon.smithi134 (mon.0) 315 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:15:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:21.423082+0000 mon.smithi134 (mon.0) 316 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T18:15:22.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:20.801354+0000 mgr.smithi134.hychep (mgr.24599) 94 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-02-06T18:15:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.413052+0000 mon.smithi134 (mon.0) 313 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:15:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:21.419497+0000 mon.smithi134 (mon.0) 314 : cluster [DBG] osdmap e67: 8 total, 7 up, 8 in 2024-02-06T18:15:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:21.419901+0000 mon.smithi134 (mon.0) 315 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:15:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:21.423082+0000 mon.smithi134 (mon.0) 316 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T18:15:22.920 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.32 MB/sec execute 190 sec latency 173328.550 ms 2024-02-06T18:15:23.710 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:22.427998+0000 mon.smithi134 (mon.0) 317 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T18:15:23.710 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:22.428187+0000 mon.smithi134 (mon.0) 318 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T18:15:23.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:22.427998+0000 mon.smithi134 (mon.0) 317 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T18:15:23.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:22.428187+0000 mon.smithi134 (mon.0) 318 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T18:15:23.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.31 MB/sec execute 191 sec latency 174328.605 ms 2024-02-06T18:15:23.985 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:23 smithi134 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.0.service: Succeeded. 2024-02-06T18:15:23.985 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:23 smithi134 systemd[1]: Stopped Ceph osd.0 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:15:23.985 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:23 smithi134 systemd[1]: Starting Ceph osd.0 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:15:24.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:22.801838+0000 mgr.smithi134.hychep (mgr.24599) 95 : cluster [DBG] pgmap v38: 129 pgs: 49 peering, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 383 B/s wr, 0 op/s 2024-02-06T18:15:24.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:23.423493+0000 mon.smithi134 (mon.0) 319 : cluster [WRN] Health check failed: Reduced data availability: 7 pgs inactive, 34 pgs peering (PG_AVAILABILITY) 2024-02-06T18:15:24.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:22.801838+0000 mgr.smithi134.hychep (mgr.24599) 95 : cluster [DBG] pgmap v38: 129 pgs: 49 peering, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 383 B/s wr, 0 op/s 2024-02-06T18:15:24.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:23.423493+0000 mon.smithi134 (mon.0) 319 : cluster [WRN] Health check failed: Reduced data availability: 7 pgs inactive, 34 pgs peering (PG_AVAILABILITY) 2024-02-06T18:15:24.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.30 MB/sec execute 192 sec latency 175328.641 ms 2024-02-06T18:15:25.230 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:15:25.230 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T18:15:25.230 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: 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-06T18:15:25.231 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-06T18:15:25.231 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-06T18:15:25.231 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-06T18:15:25.231 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T18:15:25.231 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:24 smithi134 bash[77146]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-06T18:15:25.406 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:15:25.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:24.802470+0000 mgr.smithi134.hychep (mgr.24599) 96 : cluster [DBG] pgmap v39: 129 pgs: 49 peering, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 383 B/s wr, 0 op/s 2024-02-06T18:15:25.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.392867+0000 mgr.smithi134.hychep (mgr.24599) 97 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:25.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:24.802470+0000 mgr.smithi134.hychep (mgr.24599) 96 : cluster [DBG] pgmap v39: 129 pgs: 49 peering, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 383 B/s wr, 0 op/s 2024-02-06T18:15:25.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.392867+0000 mgr.smithi134.hychep (mgr.24599) 97 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:25.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.30 MB/sec execute 193 sec latency 176329.178 ms 2024-02-06T18:15:25.983 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:15:25.983 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (8m) 9s ago 10m 17.5M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:15:25.983 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (21s) 9s ago 10m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:15:25.983 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (16s) 12s ago 9m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (8m) 9s ago 10m 34.2M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (5m) 9s ago 5m 11.1M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (5m) 12s ago 5m 28.4M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (2m) 9s ago 12m 428M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (92s) 12s ago 10m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (82s) 9s ago 12m 41.8M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (57s) 12s ago 10m 37.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (2m) 9s ago 2m 85.0M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (2m) 12s ago 2m 80.6M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (10m) 9s ago 10m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (10m) 12s ago 10m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (10m) 9s ago 10m 142M 4096M 15.2.13 2cf504fded39 4a568beb4a42 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (9m) 9s ago 9m 309M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:15:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (9m) 9s ago 9m 253M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:15:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (8m) 9s ago 8m 387M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:15:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (8m) 12s ago 8m 387M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:15:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (8m) 12s ago 8m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:15:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (7m) 12s ago 7m 344M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:15:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (7m) 12s ago 7m 244M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:15:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (2m) 9s ago 9m 57.4M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:26.335 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 4 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:15:26.336 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:15:26.435 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:15:26.041+0000 7f260660e700 1 -- 172.21.15.134:0/3044751280 <== mon.0 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564cd83e6680 con 0x564cd83af400 2024-02-06T18:15:26.435 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:26 smithi134 bash[77471]: 8dad599baa85aab728f29881b2fc376d5ac623d597bdddb5bbfeb3bce91f6270 2024-02-06T18:15:26.436 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:26 smithi134 systemd[1]: Started Ceph osd.0 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "6/23 daemons upgraded", 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:15:26.639 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:15:26.640 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:15:26.734 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:15:26.567+0000 7f260e09c380 -1 Falling back to public interface 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.693366+0000 mgr.smithi134.hychep (mgr.24599) 98 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.971852+0000 mgr.smithi134.hychep (mgr.24599) 99 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.973931+0000 mon.smithi134 (mon.0) 320 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.974274+0000 mon.smithi134 (mon.0) 321 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.974550+0000 mon.smithi134 (mon.0) 322 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.974799+0000 mon.smithi134 (mon.0) 323 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.975048+0000 mon.smithi134 (mon.0) 324 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.976612+0000 mon.smithi134 (mon.0) 325 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.976882+0000 mon.smithi134 (mon.0) 326 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.977142+0000 mon.smithi134 (mon.0) 327 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.977405+0000 mon.smithi134 (mon.0) 328 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:25.977658+0000 mon.smithi134 (mon.0) 329 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:26.148279+0000 mon.smithi134 (mon.0) 330 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:26.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:26.149119+0000 mon.smithi134 (mon.0) 331 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:26.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:26.150387+0000 mon.smithi134 (mon.0) 332 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:26.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:26.334705+0000 mon.smithi134 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.134:0/3388708910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.693366+0000 mgr.smithi134.hychep (mgr.24599) 98 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.971852+0000 mgr.smithi134.hychep (mgr.24599) 99 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.973931+0000 mon.smithi134 (mon.0) 320 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.974274+0000 mon.smithi134 (mon.0) 321 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.974550+0000 mon.smithi134 (mon.0) 322 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.974799+0000 mon.smithi134 (mon.0) 323 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.975048+0000 mon.smithi134 (mon.0) 324 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.976612+0000 mon.smithi134 (mon.0) 325 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.976882+0000 mon.smithi134 (mon.0) 326 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.977142+0000 mon.smithi134 (mon.0) 327 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.977405+0000 mon.smithi134 (mon.0) 328 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:25.977658+0000 mon.smithi134 (mon.0) 329 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:26.148279+0000 mon.smithi134 (mon.0) 330 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:26.149119+0000 mon.smithi134 (mon.0) 331 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:26.150387+0000 mon.smithi134 (mon.0) 332 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:26.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:26.334705+0000 mon.smithi134 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.134:0/3388708910' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:26.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.29 MB/sec execute 194 sec latency 177329.274 ms 2024-02-06T18:15:27.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:26.638855+0000 mgr.smithi134.hychep (mgr.24599) 100 : audit [DBG] from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:26.803139+0000 mgr.smithi134.hychep (mgr.24599) 101 : cluster [DBG] pgmap v40: 129 pgs: 49 peering, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:15:27.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:26.638855+0000 mgr.smithi134.hychep (mgr.24599) 100 : audit [DBG] from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:26.803139+0000 mgr.smithi134.hychep (mgr.24599) 101 : cluster [DBG] pgmap v40: 129 pgs: 49 peering, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail 2024-02-06T18:15:27.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.28 MB/sec execute 195 sec latency 178329.334 ms 2024-02-06T18:15:28.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.28 MB/sec execute 196 sec latency 179329.357 ms 2024-02-06T18:15:29.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:28.854739+0000 mon.smithi134 (mon.0) 334 : cluster [WRN] Health check failed: Degraded data redundancy: 191/1473 objects degraded (12.967%), 26 pgs degraded (PG_DEGRADED) 2024-02-06T18:15:29.228 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:28.854767+0000 mon.smithi134 (mon.0) 335 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 34 pgs peering) 2024-02-06T18:15:29.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:28.854739+0000 mon.smithi134 (mon.0) 334 : cluster [WRN] Health check failed: Degraded data redundancy: 191/1473 objects degraded (12.967%), 26 pgs degraded (PG_DEGRADED) 2024-02-06T18:15:29.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:28.854767+0000 mon.smithi134 (mon.0) 335 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 34 pgs peering) 2024-02-06T18:15:29.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.27 MB/sec execute 197 sec latency 180329.405 ms 2024-02-06T18:15:30.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:28.803865+0000 mgr.smithi134.hychep (mgr.24599) 102 : cluster [DBG] pgmap v41: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 191/1473 objects degraded (12.967%) 2024-02-06T18:15:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:29.880337+0000 mon.smithi134 (mon.0) 336 : audit [INF] from='osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T18:15:30.198 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:28.803865+0000 mgr.smithi134.hychep (mgr.24599) 102 : cluster [DBG] pgmap v41: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 191/1473 objects degraded (12.967%) 2024-02-06T18:15:30.198 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:29.880337+0000 mon.smithi134 (mon.0) 336 : audit [INF] from='osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T18:15:30.198 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:15:29.877+0000 7f260e09c380 -1 osd.0 66 log_to_monitors {default=true} 2024-02-06T18:15:30.199 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:15:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:15:29.956+0000 7f25fed82700 -1 osd.0 66 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:15:30.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.26 MB/sec execute 198 sec latency 181329.432 ms 2024-02-06T18:15:30.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:29.942645+0000 mon.smithi134 (mon.0) 337 : audit [INF] from='osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T18:15:30.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:29.942687+0000 mon.smithi134 (mon.0) 338 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T18:15:30.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:29.943303+0000 mon.smithi134 (mon.0) 339 : audit [INF] from='osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:15:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:29.942645+0000 mon.smithi134 (mon.0) 337 : audit [INF] from='osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T18:15:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:29.942687+0000 mon.smithi134 (mon.0) 338 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T18:15:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:29.943303+0000 mon.smithi134 (mon.0) 339 : audit [INF] from='osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:15:31.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.26 MB/sec execute 199 sec latency 182329.466 ms 2024-02-06T18:15:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:30.804356+0000 mgr.smithi134.hychep (mgr.24599) 103 : cluster [DBG] pgmap v43: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 191/1473 objects degraded (12.967%) 2024-02-06T18:15:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:30.944322+0000 mon.smithi134 (mon.0) 340 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:15:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:30.948341+0000 mon.smithi134 (mon.0) 341 : cluster [INF] osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828] boot 2024-02-06T18:15:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:30.948400+0000 mon.smithi134 (mon.0) 342 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-06T18:15:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:30.949192+0000 mon.smithi134 (mon.0) 343 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T18:15:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:31.949494+0000 mon.smithi134 (mon.0) 344 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T18:15:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:30.804356+0000 mgr.smithi134.hychep (mgr.24599) 103 : cluster [DBG] pgmap v43: 129 pgs: 26 active+undersized+degraded, 23 active+undersized, 80 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 191/1473 objects degraded (12.967%) 2024-02-06T18:15:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:30.944322+0000 mon.smithi134 (mon.0) 340 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:15:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:30.948341+0000 mon.smithi134 (mon.0) 341 : cluster [INF] osd.0 [v2:172.21.15.134:6802/1372032828,v1:172.21.15.134:6803/1372032828] boot 2024-02-06T18:15:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:30.948400+0000 mon.smithi134 (mon.0) 342 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-06T18:15:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:30.949192+0000 mon.smithi134 (mon.0) 343 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T18:15:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:31.949494+0000 mon.smithi134 (mon.0) 344 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T18:15:32.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.25 MB/sec execute 200 sec latency 183329.531 ms 2024-02-06T18:15:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:31.973105+0000 mon.smithi134 (mon.0) 345 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.691487+0000 mon.smithi134 (mon.0) 346 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:33.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:31.973105+0000 mon.smithi134 (mon.0) 345 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:33.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.691487+0000 mon.smithi134 (mon.0) 346 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:33.921 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.24 MB/sec execute 201 sec latency 184329.609 ms 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:32.804760+0000 mgr.smithi134.hychep (mgr.24599) 104 : cluster [DBG] pgmap v46: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 82/1473 objects degraded (5.567%) 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.974824+0000 mon.smithi134 (mon.0) 347 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.975435+0000 mon.smithi134 (mon.0) 348 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:32.975925+0000 mgr.smithi134.hychep (mgr.24599) 105 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.978663+0000 mon.smithi134 (mon.0) 349 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.980806+0000 mon.smithi134 (mon.0) 350 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:32.981153+0000 mgr.smithi134.hychep (mgr.24599) 106 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:32.981230+0000 mgr.smithi134.hychep (mgr.24599) 107 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.983969+0000 mon.smithi134 (mon.0) 351 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.987476+0000 mon.smithi134 (mon.0) 352 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.989247+0000 mon.smithi134 (mon.0) 353 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.990244+0000 mon.smithi134 (mon.0) 354 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:34.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.991181+0000 mon.smithi134 (mon.0) 355 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:34.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.992138+0000 mon.smithi134 (mon.0) 356 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:34.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:32.992255+0000 mgr.smithi134.hychep (mgr.24599) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:34.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:32.992795+0000 mgr.smithi134.hychep (mgr.24599) 109 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T18:15:34.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:33.938345+0000 mon.smithi134 (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 82/1473 objects degraded (5.567%), 9 pgs degraded (PG_DEGRADED) 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:32.804760+0000 mgr.smithi134.hychep (mgr.24599) 104 : cluster [DBG] pgmap v46: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 82/1473 objects degraded (5.567%) 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.974824+0000 mon.smithi134 (mon.0) 347 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.975435+0000 mon.smithi134 (mon.0) 348 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:32.975925+0000 mgr.smithi134.hychep (mgr.24599) 105 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.978663+0000 mon.smithi134 (mon.0) 349 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.980806+0000 mon.smithi134 (mon.0) 350 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:32.981153+0000 mgr.smithi134.hychep (mgr.24599) 106 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:32.981230+0000 mgr.smithi134.hychep (mgr.24599) 107 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.983969+0000 mon.smithi134 (mon.0) 351 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.987476+0000 mon.smithi134 (mon.0) 352 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.989247+0000 mon.smithi134 (mon.0) 353 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.990244+0000 mon.smithi134 (mon.0) 354 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.991181+0000 mon.smithi134 (mon.0) 355 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.992138+0000 mon.smithi134 (mon.0) 356 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:32.992255+0000 mgr.smithi134.hychep (mgr.24599) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:32.992795+0000 mgr.smithi134.hychep (mgr.24599) 109 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T18:15:34.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:33.938345+0000 mon.smithi134 (mon.0) 357 : cluster [WRN] Health check update: Degraded data redundancy: 82/1473 objects degraded (5.567%), 9 pgs degraded (PG_DEGRADED) 2024-02-06T18:15:34.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.24 MB/sec execute 202 sec latency 185329.726 ms 2024-02-06T18:15:35.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.23 MB/sec execute 203 sec latency 186329.818 ms 2024-02-06T18:15:36.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:34.805403+0000 mgr.smithi134.hychep (mgr.24599) 110 : cluster [DBG] pgmap v47: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 82/1473 objects degraded (5.567%) 2024-02-06T18:15:36.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:34.805403+0000 mgr.smithi134.hychep (mgr.24599) 110 : cluster [DBG] pgmap v47: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 82/1473 objects degraded (5.567%) 2024-02-06T18:15:36.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.23 MB/sec execute 204 sec latency 187329.914 ms 2024-02-06T18:15:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:36.978329+0000 mon.smithi134 (mon.0) 358 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/1473 objects degraded (5.567%), 9 pgs degraded) 2024-02-06T18:15:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:36.978329+0000 mon.smithi134 (mon.0) 358 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 82/1473 objects degraded (5.567%), 9 pgs degraded) 2024-02-06T18:15:37.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.22 MB/sec execute 205 sec latency 188330.014 ms 2024-02-06T18:15:38.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:36.806058+0000 mgr.smithi134.hychep (mgr.24599) 111 : cluster [DBG] pgmap v48: 129 pgs: 33 peering, 96 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:38.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:36.806058+0000 mgr.smithi134.hychep (mgr.24599) 111 : cluster [DBG] pgmap v48: 129 pgs: 33 peering, 96 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:38.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.21 MB/sec execute 206 sec latency 189330.128 ms 2024-02-06T18:15:39.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.21 MB/sec execute 207 sec latency 190330.216 ms 2024-02-06T18:15:40.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:38.806775+0000 mgr.smithi134.hychep (mgr.24599) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:40.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:38.806775+0000 mgr.smithi134.hychep (mgr.24599) 112 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:40.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.20 MB/sec execute 208 sec latency 191330.307 ms 2024-02-06T18:15:41.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.20 MB/sec execute 209 sec latency 192330.426 ms 2024-02-06T18:15:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:40.807316+0000 mgr.smithi134.hychep (mgr.24599) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:42.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:40.807316+0000 mgr.smithi134.hychep (mgr.24599) 113 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:42.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.19 MB/sec execute 210 sec latency 193330.530 ms 2024-02-06T18:15:43.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.19 MB/sec execute 211 sec latency 194330.612 ms 2024-02-06T18:15:44.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:42.808080+0000 mgr.smithi134.hychep (mgr.24599) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:44.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:42.808080+0000 mgr.smithi134.hychep (mgr.24599) 114 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:44.922 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.18 MB/sec execute 212 sec latency 195330.714 ms 2024-02-06T18:15:45.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.17 MB/sec execute 213 sec latency 196330.780 ms 2024-02-06T18:15:46.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:44.808596+0000 mgr.smithi134.hychep (mgr.24599) 115 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:46.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:44.808596+0000 mgr.smithi134.hychep (mgr.24599) 115 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:46.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.17 MB/sec execute 214 sec latency 197330.866 ms 2024-02-06T18:15:47.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.16 MB/sec execute 215 sec latency 198330.963 ms 2024-02-06T18:15:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:46.809217+0000 mgr.smithi134.hychep (mgr.24599) 116 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:48.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:46.973197+0000 mon.smithi134 (mon.0) 359 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:48.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:47.017718+0000 mon.smithi134 (mon.0) 360 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:48.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:46.809217+0000 mgr.smithi134.hychep (mgr.24599) 116 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:48.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:46.973197+0000 mon.smithi134 (mon.0) 359 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:48.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:47.017718+0000 mon.smithi134 (mon.0) 360 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:48.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.16 MB/sec execute 216 sec latency 199331.059 ms 2024-02-06T18:15:49.111 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:48.008422+0000 mon.smithi134 (mon.0) 361 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:49.111 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:48.008610+0000 mgr.smithi134.hychep (mgr.24599) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:49.111 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:48.009702+0000 mgr.smithi134.hychep (mgr.24599) 118 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-06T18:15:49.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:48.008422+0000 mon.smithi134 (mon.0) 361 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:49.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:48.008610+0000 mgr.smithi134.hychep (mgr.24599) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T18:15:49.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:48.009702+0000 mgr.smithi134.hychep (mgr.24599) 118 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-06T18:15:49.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.15 MB/sec execute 217 sec latency 200331.126 ms 2024-02-06T18:15:49.982 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:48.809749+0000 mgr.smithi134.hychep (mgr.24599) 119 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:49.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:49.569797+0000 mon.smithi134 (mon.0) 362 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:49.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:49.570401+0000 mon.smithi134 (mon.0) 363 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T18:15:49.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:49.570851+0000 mon.smithi134 (mon.0) 364 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:49.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:49.572138+0000 mon.smithi134 (mon.0) 365 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T18:15:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:48.809749+0000 mgr.smithi134.hychep (mgr.24599) 119 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:49.569797+0000 mon.smithi134 (mon.0) 362 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:49.570401+0000 mon.smithi134 (mon.0) 363 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T18:15:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:49.570851+0000 mon.smithi134 (mon.0) 364 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:15:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:49.572138+0000 mon.smithi134 (mon.0) 365 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T18:15:50.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.15 MB/sec execute 218 sec latency 201331.168 ms 2024-02-06T18:15:51.186 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:49.565700+0000 mgr.smithi134.hychep (mgr.24599) 120 : cephadm [INF] Upgrade: Updating osd.1 2024-02-06T18:15:51.186 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:15:49.571828+0000 mgr.smithi134.hychep (mgr.24599) 121 : cephadm [INF] Deploying daemon osd.1 on smithi134 2024-02-06T18:15:51.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:49.565700+0000 mgr.smithi134.hychep (mgr.24599) 120 : cephadm [INF] Upgrade: Updating osd.1 2024-02-06T18:15:51.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:15:49.571828+0000 mgr.smithi134.hychep (mgr.24599) 121 : cephadm [INF] Deploying daemon osd.1 on smithi134 2024-02-06T18:15:51.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.14 MB/sec execute 219 sec latency 202331.255 ms 2024-02-06T18:15:52.189 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:50.810238+0000 mgr.smithi134.hychep (mgr.24599) 122 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:52.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:50.810238+0000 mgr.smithi134.hychep (mgr.24599) 122 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:52.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:52 smithi134 systemd[1]: Stopping Ceph osd.1 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:15:52.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.14 MB/sec execute 220 sec latency 203331.279 ms 2024-02-06T18:15:53.152 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:52 smithi134 bash[78919]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.1 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.774757+0000 mon.smithi134 (mon.0) 366 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.774786+0000 mon.smithi134 (mon.0) 367 : cluster [INF] osd.1 failed (root=default,host=smithi134) (connection refused reported by osd.6) 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.777387+0000 mon.smithi134 (mon.0) 368 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.786484+0000 mon.smithi134 (mon.0) 369 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.786549+0000 mon.smithi134 (mon.0) 370 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.786676+0000 mon.smithi134 (mon.0) 371 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.786766+0000 mon.smithi134 (mon.0) 372 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.786851+0000 mon.smithi134 (mon.0) 373 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.786934+0000 mon.smithi134 (mon.0) 374 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787016+0000 mon.smithi134 (mon.0) 375 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787104+0000 mon.smithi134 (mon.0) 376 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787199+0000 mon.smithi134 (mon.0) 377 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787281+0000 mon.smithi134 (mon.0) 378 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.153 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787359+0000 mon.smithi134 (mon.0) 379 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787439+0000 mon.smithi134 (mon.0) 380 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787522+0000 mon.smithi134 (mon.0) 381 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.787604+0000 mon.smithi134 (mon.0) 382 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.788594+0000 mon.smithi134 (mon.0) 383 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.975578+0000 mon.smithi134 (mon.0) 384 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.977644+0000 mon.smithi134 (mon.0) 385 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.989511+0000 mon.smithi134 (mon.0) 386 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.774757+0000 mon.smithi134 (mon.0) 366 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.774786+0000 mon.smithi134 (mon.0) 367 : cluster [INF] osd.1 failed (root=default,host=smithi134) (connection refused reported by osd.6) 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.777387+0000 mon.smithi134 (mon.0) 368 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.786484+0000 mon.smithi134 (mon.0) 369 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.786549+0000 mon.smithi134 (mon.0) 370 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.786676+0000 mon.smithi134 (mon.0) 371 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.786766+0000 mon.smithi134 (mon.0) 372 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.786851+0000 mon.smithi134 (mon.0) 373 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.786934+0000 mon.smithi134 (mon.0) 374 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787016+0000 mon.smithi134 (mon.0) 375 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787104+0000 mon.smithi134 (mon.0) 376 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787199+0000 mon.smithi134 (mon.0) 377 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787281+0000 mon.smithi134 (mon.0) 378 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787359+0000 mon.smithi134 (mon.0) 379 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787439+0000 mon.smithi134 (mon.0) 380 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787522+0000 mon.smithi134 (mon.0) 381 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.787604+0000 mon.smithi134 (mon.0) 382 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.788594+0000 mon.smithi134 (mon.0) 383 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.975578+0000 mon.smithi134 (mon.0) 384 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.977644+0000 mon.smithi134 (mon.0) 385 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-06T18:15:53.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.989511+0000 mon.smithi134 (mon.0) 386 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-06T18:15:53.459 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:53 smithi134 bash[78972]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.1 2024-02-06T18:15:53.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.13 MB/sec execute 221 sec latency 204331.334 ms 2024-02-06T18:15:54.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.810773+0000 mgr.smithi134.hychep (mgr.24599) 123 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:54.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.991083+0000 mon.smithi134 (mon.0) 387 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:15:54.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:52.997983+0000 mon.smithi134 (mon.0) 388 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-06T18:15:54.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.810773+0000 mgr.smithi134.hychep (mgr.24599) 123 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:54.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.991083+0000 mon.smithi134 (mon.0) 387 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:15:54.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:52.997983+0000 mon.smithi134 (mon.0) 388 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-06T18:15:54.923 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.13 MB/sec execute 222 sec latency 205331.384 ms 2024-02-06T18:15:55.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:53.999083+0000 mon.smithi134 (mon.0) 389 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-06T18:15:55.235 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:54 smithi134 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.1.service: Succeeded. 2024-02-06T18:15:55.235 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:54 smithi134 systemd[1]: Stopped Ceph osd.1 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:15:55.235 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:55 smithi134 systemd[1]: Starting Ceph osd.1 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:15:55.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:53.999083+0000 mon.smithi134 (mon.0) 389 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-06T18:15:55.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.12 MB/sec execute 223 sec latency 206331.434 ms 2024-02-06T18:15:56.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:54.811248+0000 mgr.smithi134.hychep (mgr.24599) 124 : cluster [DBG] pgmap v59: 129 pgs: 18 stale+active+clean, 111 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:54.811248+0000 mgr.smithi134.hychep (mgr.24599) 124 : cluster [DBG] pgmap v59: 129 pgs: 18 stale+active+clean, 111 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail 2024-02-06T18:15:56.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:15:56.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-06T18:15:56.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: 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-06T18:15:56.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-06T18:15:56.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-06T18:15:56.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-06T18:15:56.486 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-06T18:15:56.486 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:56 smithi134 bash[79233]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-06T18:15:56.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.12 MB/sec execute 224 sec latency 207331.844 ms 2024-02-06T18:15:56.933 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:15:57.405 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:57.022507+0000 mon.smithi134 (mon.0) 390 : cluster [WRN] Health check failed: Degraded data redundancy: 17/1473 objects degraded (1.154%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (9m) 24s ago 11m 17.6M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (53s) 24s ago 11m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (48s) 43s ago 10m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (9m) 24s ago 11m 34.2M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (6m) 24s ago 6m 11.2M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (6m) 43s ago 6m 28.4M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (2m) 24s ago 12m 429M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (2m) 43s ago 10m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (114s) 24s ago 12m 43.1M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (88s) 43s ago 11m 37.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:15:57.533 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (3m) 24s ago 3m 86.7M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (3m) 43s ago 3m 80.6M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (10m) 24s ago 10m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (10m) 43s ago 10m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (31s) 24s ago 10m 13.2M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (10m) 24s ago 10m 309M 4096M 15.2.13 2cf504fded39 06ff01c05f1a 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (9m) 24s ago 9m 253M 4096M 15.2.13 2cf504fded39 50a16abde98c 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (9m) 24s ago 9m 385M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (8m) 43s ago 8m 387M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (8m) 43s ago 8m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (8m) 43s ago 8m 344M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (7m) 43s ago 7m 244M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:15:57.534 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (2m) 24s ago 10m 59.9M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:15:57.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:57.022507+0000 mon.smithi134 (mon.0) 390 : cluster [WRN] Health check failed: Degraded data redundancy: 17/1473 objects degraded (1.154%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T18:15:57.849 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:15:57.536+0000 7f9162e82700 1 -- 172.21.15.134:0/650205109 <== mon.0 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556b5bc22680 con 0x556b5bbeb000 2024-02-06T18:15:57.850 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:57 smithi134 bash[79531]: 4d72698ae90f908882b668d5b913141eb3181291d69f5e0005649cefd0116f46 2024-02-06T18:15:57.850 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:57 smithi134 systemd[1]: Started Ceph osd.1 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:15:57.877 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:15:57.877 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:15:57.877 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:15:57.877 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:57.877 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 5 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:15:57.878 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:15:57.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.11 MB/sec execute 225 sec latency 208331.878 ms 2024-02-06T18:15:58.177 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:15:58.177 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "7/23 daemons upgraded", 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:15:58.178 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:56.811651+0000 mgr.smithi134.hychep (mgr.24599) 125 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 17 stale+active+clean, 2 active+undersized, 107 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 17/1473 objects degraded (1.154%) 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:56.920660+0000 mgr.smithi134.hychep (mgr.24599) 126 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.233582+0000 mgr.smithi134.hychep (mgr.24599) 127 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.523054+0000 mon.smithi134 (mon.0) 391 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.523460+0000 mon.smithi134 (mon.0) 392 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.523770+0000 mon.smithi134 (mon.0) 393 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.524060+0000 mon.smithi134 (mon.0) 394 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.524359+0000 mon.smithi134 (mon.0) 395 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.525995+0000 mon.smithi134 (mon.0) 396 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.526344+0000 mon.smithi134 (mon.0) 397 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.526644+0000 mon.smithi134 (mon.0) 398 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.526925+0000 mon.smithi134 (mon.0) 399 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.236 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:15:58.051+0000 7f916a910380 -1 Falling back to public interface 2024-02-06T18:15:58.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.527219+0000 mon.smithi134 (mon.0) 400 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.661097+0000 mon.smithi134 (mon.0) 401 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:58.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.661886+0000 mon.smithi134 (mon.0) 402 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:58.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.663341+0000 mon.smithi134 (mon.0) 403 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:58.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.877443+0000 mon.smithi134 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.134:0/1252596612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:58.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.900825+0000 mon.smithi134 (mon.0) 405 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:56.811651+0000 mgr.smithi134.hychep (mgr.24599) 125 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 17 stale+active+clean, 2 active+undersized, 107 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 17/1473 objects degraded (1.154%) 2024-02-06T18:15:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:56.920660+0000 mgr.smithi134.hychep (mgr.24599) 126 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.233582+0000 mgr.smithi134.hychep (mgr.24599) 127 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.523054+0000 mon.smithi134 (mon.0) 391 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.523460+0000 mon.smithi134 (mon.0) 392 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.523770+0000 mon.smithi134 (mon.0) 393 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.524060+0000 mon.smithi134 (mon.0) 394 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.524359+0000 mon.smithi134 (mon.0) 395 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.525995+0000 mon.smithi134 (mon.0) 396 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.526344+0000 mon.smithi134 (mon.0) 397 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.526644+0000 mon.smithi134 (mon.0) 398 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.526925+0000 mon.smithi134 (mon.0) 399 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.527219+0000 mon.smithi134 (mon.0) 400 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.661097+0000 mon.smithi134 (mon.0) 401 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.661886+0000 mon.smithi134 (mon.0) 402 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.663341+0000 mon.smithi134 (mon.0) 403 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.877443+0000 mon.smithi134 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.134:0/1252596612' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:15:58.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.900825+0000 mon.smithi134 (mon.0) 405 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:15:58.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.11 MB/sec execute 226 sec latency 209331.922 ms 2024-02-06T18:15:59.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:57.519515+0000 mgr.smithi134.hychep (mgr.24599) 128 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:59.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:15:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:15:58.177261+0000 mgr.smithi134.hychep (mgr.24599) 129 : audit [DBG] from='client.44157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:59.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:57.519515+0000 mgr.smithi134.hychep (mgr.24599) 128 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:59.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:15:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:15:58.177261+0000 mgr.smithi134.hychep (mgr.24599) 129 : audit [DBG] from='client.44157 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:15:59.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.10 MB/sec execute 227 sec latency 210331.953 ms 2024-02-06T18:16:00.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:15:58.812299+0000 mgr.smithi134.hychep (mgr.24599) 130 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:00.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:15:58.812299+0000 mgr.smithi134.hychep (mgr.24599) 130 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:00.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.10 MB/sec execute 228 sec latency 211332.009 ms 2024-02-06T18:16:01.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.09 MB/sec execute 229 sec latency 212332.039 ms 2024-02-06T18:16:02.234 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:16:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:16:02.143+0000 7f916a910380 -1 osd.1 71 log_to_monitors {default=true} 2024-02-06T18:16:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:00.812813+0000 mgr.smithi134.hychep (mgr.24599) 131 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:01.972748+0000 mon.smithi134 (mon.0) 406 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:02.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:00.812813+0000 mgr.smithi134.hychep (mgr.24599) 131 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:02.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:01.972748+0000 mon.smithi134 (mon.0) 406 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:02.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.09 MB/sec execute 230 sec latency 213332.466 ms 2024-02-06T18:16:03.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:02.147719+0000 mon.smithi134 (mon.0) 407 : audit [INF] from='osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T18:16:03.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:16:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:16:03.100+0000 7f915d5fa700 -1 osd.1 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:16:03.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:02.147719+0000 mon.smithi134 (mon.0) 407 : audit [INF] from='osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T18:16:03.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.08 MB/sec execute 231 sec latency 214332.508 ms 2024-02-06T18:16:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:02.813687+0000 mgr.smithi134.hychep (mgr.24599) 132 : cluster [DBG] pgmap v63: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:03.093028+0000 mon.smithi134 (mon.0) 408 : audit [INF] from='osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T18:16:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:03.093070+0000 mon.smithi134 (mon.0) 409 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-06T18:16:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:03.093496+0000 mon.smithi134 (mon.0) 410 : audit [INF] from='osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:16:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:03.944832+0000 mon.smithi134 (mon.0) 411 : cluster [WRN] Health check update: Degraded data redundancy: 167/1473 objects degraded (11.337%), 27 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:04.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:02.813687+0000 mgr.smithi134.hychep (mgr.24599) 132 : cluster [DBG] pgmap v63: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:04.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:03.093028+0000 mon.smithi134 (mon.0) 408 : audit [INF] from='osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T18:16:04.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:03.093070+0000 mon.smithi134 (mon.0) 409 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-06T18:16:04.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:03.093496+0000 mon.smithi134 (mon.0) 410 : audit [INF] from='osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:16:04.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:03.944832+0000 mon.smithi134 (mon.0) 411 : cluster [WRN] Health check update: Degraded data redundancy: 167/1473 objects degraded (11.337%), 27 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:04.924 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.08 MB/sec execute 232 sec latency 215332.590 ms 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:04.090988+0000 mon.smithi134 (mon.0) 412 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:04.095411+0000 mon.smithi134 (mon.0) 413 : cluster [INF] osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144] boot 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:04.095455+0000 mon.smithi134 (mon.0) 414 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.096035+0000 mon.smithi134 (mon.0) 415 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.362061+0000 mon.smithi134 (mon.0) 416 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.362811+0000 mon.smithi134 (mon.0) 417 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.363401+0000 mon.smithi134 (mon.0) 418 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:04.363958+0000 mgr.smithi134.hychep (mgr.24599) 133 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:16:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.368998+0000 mon.smithi134 (mon.0) 419 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.371046+0000 mon.smithi134 (mon.0) 420 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:04.371399+0000 mgr.smithi134.hychep (mgr.24599) 134 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:04.371467+0000 mgr.smithi134.hychep (mgr.24599) 135 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.374350+0000 mon.smithi134 (mon.0) 421 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.377801+0000 mon.smithi134 (mon.0) 422 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.379610+0000 mon.smithi134 (mon.0) 423 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.380659+0000 mon.smithi134 (mon.0) 424 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.381676+0000 mon.smithi134 (mon.0) 425 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.382725+0000 mon.smithi134 (mon.0) 426 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:04.382845+0000 mgr.smithi134.hychep (mgr.24599) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:05.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:04.383418+0000 mgr.smithi134.hychep (mgr.24599) 137 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:04.090988+0000 mon.smithi134 (mon.0) 412 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:04.095411+0000 mon.smithi134 (mon.0) 413 : cluster [INF] osd.1 [v2:172.21.15.134:6810/1141034144,v1:172.21.15.134:6811/1141034144] boot 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:04.095455+0000 mon.smithi134 (mon.0) 414 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.096035+0000 mon.smithi134 (mon.0) 415 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.362061+0000 mon.smithi134 (mon.0) 416 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.362811+0000 mon.smithi134 (mon.0) 417 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.363401+0000 mon.smithi134 (mon.0) 418 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:04.363958+0000 mgr.smithi134.hychep (mgr.24599) 133 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.368998+0000 mon.smithi134 (mon.0) 419 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.371046+0000 mon.smithi134 (mon.0) 420 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:04.371399+0000 mgr.smithi134.hychep (mgr.24599) 134 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:04.371467+0000 mgr.smithi134.hychep (mgr.24599) 135 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:05.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.374350+0000 mon.smithi134 (mon.0) 421 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.377801+0000 mon.smithi134 (mon.0) 422 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.379610+0000 mon.smithi134 (mon.0) 423 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.380659+0000 mon.smithi134 (mon.0) 424 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.381676+0000 mon.smithi134 (mon.0) 425 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.382725+0000 mon.smithi134 (mon.0) 426 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:04.382845+0000 mgr.smithi134.hychep (mgr.24599) 136 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:05.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:04.383418+0000 mgr.smithi134.hychep (mgr.24599) 137 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T18:16:05.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.07 MB/sec execute 233 sec latency 216332.674 ms 2024-02-06T18:16:06.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:04.814135+0000 mgr.smithi134.hychep (mgr.24599) 138 : cluster [DBG] pgmap v66: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:06.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:05.106511+0000 mon.smithi134 (mon.0) 427 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-06T18:16:06.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:04.814135+0000 mgr.smithi134.hychep (mgr.24599) 138 : cluster [DBG] pgmap v66: 129 pgs: 27 active+undersized+degraded, 29 active+undersized, 73 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 167/1473 objects degraded (11.337%) 2024-02-06T18:16:06.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:05.106511+0000 mon.smithi134 (mon.0) 427 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-06T18:16:06.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.07 MB/sec execute 234 sec latency 217332.762 ms 2024-02-06T18:16:07.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.06 MB/sec execute 235 sec latency 218332.855 ms 2024-02-06T18:16:08.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:06.814785+0000 mgr.smithi134.hychep (mgr.24599) 139 : cluster [DBG] pgmap v68: 129 pgs: 4 peering, 25 active+undersized+degraded, 27 active+undersized, 73 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 152/1473 objects degraded (10.319%) 2024-02-06T18:16:08.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:07.033125+0000 mon.smithi134 (mon.0) 428 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:08.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:06.814785+0000 mgr.smithi134.hychep (mgr.24599) 139 : cluster [DBG] pgmap v68: 129 pgs: 4 peering, 25 active+undersized+degraded, 27 active+undersized, 73 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 152/1473 objects degraded (10.319%) 2024-02-06T18:16:08.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:07.033125+0000 mon.smithi134 (mon.0) 428 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:08.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.06 MB/sec execute 236 sec latency 219332.958 ms 2024-02-06T18:16:09.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:08.945813+0000 mon.smithi134 (mon.0) 429 : cluster [WRN] Health check update: Degraded data redundancy: 152/1473 objects degraded (10.319%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:09.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:08.945813+0000 mon.smithi134 (mon.0) 429 : cluster [WRN] Health check update: Degraded data redundancy: 152/1473 objects degraded (10.319%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:09.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.06 MB/sec execute 237 sec latency 220333.076 ms 2024-02-06T18:16:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:08.815508+0000 mgr.smithi134.hychep (mgr.24599) 140 : cluster [DBG] pgmap v69: 129 pgs: 4 peering, 125 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:09.032837+0000 mon.smithi134 (mon.0) 430 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 152/1473 objects degraded (10.319%), 25 pgs degraded) 2024-02-06T18:16:10.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:08.815508+0000 mgr.smithi134.hychep (mgr.24599) 140 : cluster [DBG] pgmap v69: 129 pgs: 4 peering, 125 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:10.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:09.032837+0000 mon.smithi134 (mon.0) 430 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 152/1473 objects degraded (10.319%), 25 pgs degraded) 2024-02-06T18:16:10.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.05 MB/sec execute 238 sec latency 221333.174 ms 2024-02-06T18:16:11.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.05 MB/sec execute 239 sec latency 222333.256 ms 2024-02-06T18:16:12.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:10.815975+0000 mgr.smithi134.hychep (mgr.24599) 141 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:12.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:10.815975+0000 mgr.smithi134.hychep (mgr.24599) 141 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:12.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.04 MB/sec execute 240 sec latency 223333.375 ms 2024-02-06T18:16:13.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.04 MB/sec execute 241 sec latency 224333.488 ms 2024-02-06T18:16:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:12.816712+0000 mgr.smithi134.hychep (mgr.24599) 142 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:14.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:12.816712+0000 mgr.smithi134.hychep (mgr.24599) 142 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:14.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.03 MB/sec execute 242 sec latency 225333.605 ms 2024-02-06T18:16:15.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.03 MB/sec execute 243 sec latency 226333.666 ms 2024-02-06T18:16:16.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:14.817231+0000 mgr.smithi134.hychep (mgr.24599) 143 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:16.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:14.817231+0000 mgr.smithi134.hychep (mgr.24599) 143 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:16.925 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.03 MB/sec execute 244 sec latency 227333.740 ms 2024-02-06T18:16:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:16.821881+0000 mon.smithi134 (mon.0) 431 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-06T18:16:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:16.822202+0000 mon.smithi134 (mon.0) 432 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-06T18:16:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:16.822468+0000 mon.smithi134 (mon.0) 433 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T18:16:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:16.822717+0000 mon.smithi134 (mon.0) 434 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:16:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:16.973949+0000 mon.smithi134 (mon.0) 435 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:17.044506+0000 mon.smithi134 (mon.0) 436 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:16.821881+0000 mon.smithi134 (mon.0) 431 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-02-06T18:16:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:16.822202+0000 mon.smithi134 (mon.0) 432 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-06T18:16:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:16.822468+0000 mon.smithi134 (mon.0) 433 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T18:16:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:16.822717+0000 mon.smithi134 (mon.0) 434 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:16:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:16.973949+0000 mon.smithi134 (mon.0) 435 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:17.044506+0000 mon.smithi134 (mon.0) 436 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:17.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.02 MB/sec execute 245 sec latency 228333.787 ms 2024-02-06T18:16:18.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:16.817865+0000 mgr.smithi134.hychep (mgr.24599) 144 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:18.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:16.817865+0000 mgr.smithi134.hychep (mgr.24599) 144 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:18.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.02 MB/sec execute 246 sec latency 229333.878 ms 2024-02-06T18:16:19.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.01 MB/sec execute 247 sec latency 230333.928 ms 2024-02-06T18:16:20.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:18.818658+0000 mgr.smithi134.hychep (mgr.24599) 145 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:19.398872+0000 mon.smithi134 (mon.0) 437 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:19.399114+0000 mgr.smithi134.hychep (mgr.24599) 146 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:19.400381+0000 mgr.smithi134.hychep (mgr.24599) 147 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-06T18:16:20.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:18.818658+0000 mgr.smithi134.hychep (mgr.24599) 145 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:20.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:19.398872+0000 mon.smithi134 (mon.0) 437 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:20.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:19.399114+0000 mgr.smithi134.hychep (mgr.24599) 146 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-06T18:16:20.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:19.400381+0000 mgr.smithi134.hychep (mgr.24599) 147 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-06T18:16:20.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.01 MB/sec execute 248 sec latency 231333.961 ms 2024-02-06T18:16:21.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.00 MB/sec execute 249 sec latency 232334.394 ms 2024-02-06T18:16:22.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:20.819159+0000 mgr.smithi134.hychep (mgr.24599) 148 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:22.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:20.951663+0000 mgr.smithi134.hychep (mgr.24599) 149 : cephadm [INF] Upgrade: Updating osd.2 2024-02-06T18:16:22.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:20.955745+0000 mon.smithi134 (mon.0) 438 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:22.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:20.956398+0000 mon.smithi134 (mon.0) 439 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T18:16:22.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:20.956902+0000 mon.smithi134 (mon.0) 440 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:22.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:20.957966+0000 mgr.smithi134.hychep (mgr.24599) 150 : cephadm [INF] Deploying daemon osd.2 on smithi134 2024-02-06T18:16:22.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:20.958328+0000 mon.smithi134 (mon.0) 441 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T18:16:22.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:20.819159+0000 mgr.smithi134.hychep (mgr.24599) 148 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:20.951663+0000 mgr.smithi134.hychep (mgr.24599) 149 : cephadm [INF] Upgrade: Updating osd.2 2024-02-06T18:16:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:20.955745+0000 mon.smithi134 (mon.0) 438 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:20.956398+0000 mon.smithi134 (mon.0) 439 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T18:16:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:20.956902+0000 mon.smithi134 (mon.0) 440 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:20.957966+0000 mgr.smithi134.hychep (mgr.24599) 150 : cephadm [INF] Deploying daemon osd.2 on smithi134 2024-02-06T18:16:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:20.958328+0000 mon.smithi134 (mon.0) 441 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T18:16:22.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.00 MB/sec execute 250 sec latency 233334.443 ms 2024-02-06T18:16:23.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 1.00 MB/sec execute 251 sec latency 234334.512 ms 2024-02-06T18:16:23.955 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:23 smithi134 systemd[1]: Stopping Ceph osd.2 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:16:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:22.819844+0000 mgr.smithi134.hychep (mgr.24599) 151 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:24.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:22.819844+0000 mgr.smithi134.hychep (mgr.24599) 151 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:24.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:24 smithi134 bash[80930]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.2 2024-02-06T18:16:24.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.99 MB/sec execute 252 sec latency 235334.570 ms 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152472+0000 mon.smithi134 (mon.0) 442 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152500+0000 mon.smithi134 (mon.0) 443 : cluster [INF] osd.2 failed (root=default,host=smithi134) (connection refused reported by osd.3) 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152633+0000 mon.smithi134 (mon.0) 444 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152712+0000 mon.smithi134 (mon.0) 445 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152792+0000 mon.smithi134 (mon.0) 446 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152870+0000 mon.smithi134 (mon.0) 447 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.152947+0000 mon.smithi134 (mon.0) 448 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153023+0000 mon.smithi134 (mon.0) 449 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153098+0000 mon.smithi134 (mon.0) 450 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153184+0000 mon.smithi134 (mon.0) 451 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153265+0000 mon.smithi134 (mon.0) 452 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153339+0000 mon.smithi134 (mon.0) 453 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153413+0000 mon.smithi134 (mon.0) 454 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153486+0000 mon.smithi134 (mon.0) 455 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.153562+0000 mon.smithi134 (mon.0) 456 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553476+0000 mon.smithi134 (mon.0) 457 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553590+0000 mon.smithi134 (mon.0) 458 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553673+0000 mon.smithi134 (mon.0) 459 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553756+0000 mon.smithi134 (mon.0) 460 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553832+0000 mon.smithi134 (mon.0) 461 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553910+0000 mon.smithi134 (mon.0) 462 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.553985+0000 mon.smithi134 (mon.0) 463 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554060+0000 mon.smithi134 (mon.0) 464 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554134+0000 mon.smithi134 (mon.0) 465 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554226+0000 mon.smithi134 (mon.0) 466 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554305+0000 mon.smithi134 (mon.0) 467 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554381+0000 mon.smithi134 (mon.0) 468 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554454+0000 mon.smithi134 (mon.0) 469 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.554529+0000 mon.smithi134 (mon.0) 470 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.775848+0000 mon.smithi134 (mon.0) 471 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.777955+0000 mon.smithi134 (mon.0) 472 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.778008+0000 mon.smithi134 (mon.0) 473 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.790072+0000 mon.smithi134 (mon.0) 474 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152472+0000 mon.smithi134 (mon.0) 442 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152500+0000 mon.smithi134 (mon.0) 443 : cluster [INF] osd.2 failed (root=default,host=smithi134) (connection refused reported by osd.3) 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152633+0000 mon.smithi134 (mon.0) 444 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152712+0000 mon.smithi134 (mon.0) 445 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152792+0000 mon.smithi134 (mon.0) 446 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152870+0000 mon.smithi134 (mon.0) 447 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.152947+0000 mon.smithi134 (mon.0) 448 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153023+0000 mon.smithi134 (mon.0) 449 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153098+0000 mon.smithi134 (mon.0) 450 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153184+0000 mon.smithi134 (mon.0) 451 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153265+0000 mon.smithi134 (mon.0) 452 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153339+0000 mon.smithi134 (mon.0) 453 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153413+0000 mon.smithi134 (mon.0) 454 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153486+0000 mon.smithi134 (mon.0) 455 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.153562+0000 mon.smithi134 (mon.0) 456 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553476+0000 mon.smithi134 (mon.0) 457 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553590+0000 mon.smithi134 (mon.0) 458 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553673+0000 mon.smithi134 (mon.0) 459 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553756+0000 mon.smithi134 (mon.0) 460 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553832+0000 mon.smithi134 (mon.0) 461 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553910+0000 mon.smithi134 (mon.0) 462 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.553985+0000 mon.smithi134 (mon.0) 463 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554060+0000 mon.smithi134 (mon.0) 464 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554134+0000 mon.smithi134 (mon.0) 465 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554226+0000 mon.smithi134 (mon.0) 466 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554305+0000 mon.smithi134 (mon.0) 467 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554381+0000 mon.smithi134 (mon.0) 468 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554454+0000 mon.smithi134 (mon.0) 469 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.554529+0000 mon.smithi134 (mon.0) 470 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.775848+0000 mon.smithi134 (mon.0) 471 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.777955+0000 mon.smithi134 (mon.0) 472 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.778008+0000 mon.smithi134 (mon.0) 473 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-06T18:16:25.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.790072+0000 mon.smithi134 (mon.0) 474 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-06T18:16:25.926 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.99 MB/sec execute 253 sec latency 236334.644 ms 2024-02-06T18:16:26.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.820294+0000 mgr.smithi134.hychep (mgr.24599) 152 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:26.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.959040+0000 mon.smithi134 (mon.0) 475 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:16:26.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:24.969778+0000 mon.smithi134 (mon.0) 476 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-06T18:16:26.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.820294+0000 mgr.smithi134.hychep (mgr.24599) 152 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:26.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.959040+0000 mon.smithi134 (mon.0) 475 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:16:26.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:24.969778+0000 mon.smithi134 (mon.0) 476 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-06T18:16:26.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:26 smithi134 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.2.service: Succeeded. 2024-02-06T18:16:26.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:26 smithi134 systemd[1]: Stopped Ceph osd.2 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:16:26.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:26 smithi134 systemd[1]: Starting Ceph osd.2 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:16:26.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.98 MB/sec execute 254 sec latency 237334.710 ms 2024-02-06T18:16:27.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:25.970289+0000 mon.smithi134 (mon.0) 477 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-06T18:16:27.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:25.970289+0000 mon.smithi134 (mon.0) 477 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: 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-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-06T18:16:27.850 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-06T18:16:27.851 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:27 smithi134 bash[81237]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-06T18:16:27.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.98 MB/sec execute 255 sec latency 238334.770 ms 2024-02-06T18:16:28.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:26.820686+0000 mgr.smithi134.hychep (mgr.24599) 153 : cluster [DBG] pgmap v80: 129 pgs: 10 stale+active+clean, 119 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:28.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:26.820686+0000 mgr.smithi134.hychep (mgr.24599) 153 : cluster [DBG] pgmap v80: 129 pgs: 10 stale+active+clean, 119 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:28.490 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:16:28.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.98 MB/sec execute 256 sec latency 239334.798 ms 2024-02-06T18:16:28.984 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:16:28.692+0000 7fe29fc93700 1 -- 172.21.15.134:0/1831541428 <== mon.0 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a4cf940680 con 0x55a4cf909000 2024-02-06T18:16:28.985 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:28 smithi134 bash[81497]: 537adff2e89ebdaee1b7d60e6e4c42f7a48e3571d99388d50ad3ffa9220ca929 2024-02-06T18:16:28.985 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:28 smithi134 systemd[1]: Started Ceph osd.2 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:16:29.070 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (10m) 24s ago 11m 17.7M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (84s) 24s ago 11m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (79s) 75s ago 10m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (9m) 24s ago 11m 34.2M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (6m) 24s ago 6m 11.3M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (6m) 75s ago 6m 28.4M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (3m) 24s ago 13m 433M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (2m) 75s ago 11m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (2m) 24s ago 13m 45.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (2m) 75s ago 11m 37.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (3m) 24s ago 3m 86.8M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (3m) 75s ago 3m 80.6M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (11m) 24s ago 11m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:16:29.071 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (11m) 75s ago 11m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (63s) 24s ago 11m 120M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (31s) 24s ago 10m 15.4M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 starting - - - 4096M 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (9m) 24s ago 9m 385M 4096M 15.2.13 2cf504fded39 0654ad5d6997 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (9m) 75s ago 9m 387M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (9m) 75s ago 9m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (8m) 75s ago 8m 344M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (8m) 75s ago 8m 244M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:16:29.072 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (3m) 24s ago 10m 59.9M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:16:29.424 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 6 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:16:29.425 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:16:29.484 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:16:29.211+0000 7fe2a7721380 -1 Falling back to public interface 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:16:29.718 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:16:29.719 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:16:29.719 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:16:29.719 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "8/23 daemons upgraded", 2024-02-06T18:16:29.719 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:16:29.719 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:16:29.719 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:16:29.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.97 MB/sec execute 257 sec latency 240334.852 ms 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:28.477398+0000 mgr.smithi134.hychep (mgr.24599) 154 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:28.765465+0000 mgr.smithi134.hychep (mgr.24599) 155 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:28.813956+0000 mon.smithi134 (mon.0) 478 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:28.814826+0000 mon.smithi134 (mon.0) 479 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:28.816151+0000 mon.smithi134 (mon.0) 480 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:28.821315+0000 mgr.smithi134.hychep (mgr.24599) 156 : cluster [DBG] pgmap v81: 129 pgs: 16 active+undersized+degraded, 2 stale+active+clean, 11 active+undersized, 100 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 119/1473 objects degraded (8.079%) 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.057396+0000 mgr.smithi134.hychep (mgr.24599) 157 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.059553+0000 mon.smithi134 (mon.0) 481 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:16:30.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.059910+0000 mon.smithi134 (mon.0) 482 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.060180+0000 mon.smithi134 (mon.0) 483 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.060450+0000 mon.smithi134 (mon.0) 484 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.060754+0000 mon.smithi134 (mon.0) 485 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.062664+0000 mon.smithi134 (mon.0) 486 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.062979+0000 mon.smithi134 (mon.0) 487 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.063279+0000 mon.smithi134 (mon.0) 488 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.063594+0000 mon.smithi134 (mon.0) 489 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.063891+0000 mon.smithi134 (mon.0) 490 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.424072+0000 mon.smithi134 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.134:0/2470317030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:28.477398+0000 mgr.smithi134.hychep (mgr.24599) 154 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:28.765465+0000 mgr.smithi134.hychep (mgr.24599) 155 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:28.813956+0000 mon.smithi134 (mon.0) 478 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:28.814826+0000 mon.smithi134 (mon.0) 479 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:28.816151+0000 mon.smithi134 (mon.0) 480 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:28.821315+0000 mgr.smithi134.hychep (mgr.24599) 156 : cluster [DBG] pgmap v81: 129 pgs: 16 active+undersized+degraded, 2 stale+active+clean, 11 active+undersized, 100 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 119/1473 objects degraded (8.079%) 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.057396+0000 mgr.smithi134.hychep (mgr.24599) 157 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.059553+0000 mon.smithi134 (mon.0) 481 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.059910+0000 mon.smithi134 (mon.0) 482 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.060180+0000 mon.smithi134 (mon.0) 483 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.060450+0000 mon.smithi134 (mon.0) 484 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.060754+0000 mon.smithi134 (mon.0) 485 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.062664+0000 mon.smithi134 (mon.0) 486 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.062979+0000 mon.smithi134 (mon.0) 487 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.063279+0000 mon.smithi134 (mon.0) 488 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.063594+0000 mon.smithi134 (mon.0) 489 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.063891+0000 mon.smithi134 (mon.0) 490 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:16:30.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.424072+0000 mon.smithi134 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.134:0/2470317030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:30.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.97 MB/sec execute 258 sec latency 241334.882 ms 2024-02-06T18:16:30.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:29.718029+0000 mgr.smithi134.hychep (mgr.24599) 158 : audit [DBG] from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:30.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:29.812168+0000 mon.smithi134 (mon.0) 492 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1473 objects degraded (8.079%), 16 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:31.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:29.718029+0000 mgr.smithi134.hychep (mgr.24599) 158 : audit [DBG] from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:16:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:29.812168+0000 mon.smithi134 (mon.0) 492 : cluster [WRN] Health check failed: Degraded data redundancy: 119/1473 objects degraded (8.079%), 16 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:31.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.97 MB/sec execute 259 sec latency 242334.929 ms 2024-02-06T18:16:32.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:30.821725+0000 mgr.smithi134.hychep (mgr.24599) 159 : cluster [DBG] pgmap v82: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:30.821725+0000 mgr.smithi134.hychep (mgr.24599) 159 : cluster [DBG] pgmap v82: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:32.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.96 MB/sec execute 260 sec latency 243334.960 ms 2024-02-06T18:16:33.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:31.973360+0000 mon.smithi134 (mon.0) 493 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:33.235 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:16:33.003+0000 7fe2a7721380 -1 osd.2 76 log_to_monitors {default=true} 2024-02-06T18:16:33.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:31.973360+0000 mon.smithi134 (mon.0) 493 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:33.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.96 MB/sec execute 261 sec latency 244334.990 ms 2024-02-06T18:16:34.235 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:16:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:16:33.987+0000 7fe298c08700 -1 osd.2 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:16:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:32.822354+0000 mgr.smithi134.hychep (mgr.24599) 160 : cluster [DBG] pgmap v83: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:33.007947+0000 mon.smithi134 (mon.0) 494 : audit [INF] from='osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T18:16:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:32.822354+0000 mgr.smithi134.hychep (mgr.24599) 160 : cluster [DBG] pgmap v83: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:34.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:33.007947+0000 mon.smithi134 (mon.0) 494 : audit [INF] from='osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T18:16:34.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.95 MB/sec execute 262 sec latency 245335.036 ms 2024-02-06T18:16:35.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:33.980297+0000 mon.smithi134 (mon.0) 495 : audit [INF] from='osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T18:16:35.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:33.980340+0000 mon.smithi134 (mon.0) 496 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-06T18:16:35.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:33.981348+0000 mon.smithi134 (mon.0) 497 : audit [INF] from='osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:16:35.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:33.980297+0000 mon.smithi134 (mon.0) 495 : audit [INF] from='osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T18:16:35.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:33.980340+0000 mon.smithi134 (mon.0) 496 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-06T18:16:35.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:33.981348+0000 mon.smithi134 (mon.0) 497 : audit [INF] from='osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:16:35.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.95 MB/sec execute 263 sec latency 246335.092 ms 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:34.822759+0000 mgr.smithi134.hychep (mgr.24599) 161 : cluster [DBG] pgmap v85: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:34.982046+0000 mon.smithi134 (mon.0) 498 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:34.988619+0000 mon.smithi134 (mon.0) 499 : cluster [INF] osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601] boot 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:34.988681+0000 mon.smithi134 (mon.0) 500 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:34.989331+0000 mon.smithi134 (mon.0) 501 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.420374+0000 mon.smithi134 (mon.0) 502 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.703686+0000 mon.smithi134 (mon.0) 503 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.704388+0000 mon.smithi134 (mon.0) 504 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:16:36.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.708350+0000 mon.smithi134 (mon.0) 505 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.710395+0000 mon.smithi134 (mon.0) 506 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.713764+0000 mon.smithi134 (mon.0) 507 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.717207+0000 mon.smithi134 (mon.0) 508 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.719130+0000 mon.smithi134 (mon.0) 509 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.720226+0000 mon.smithi134 (mon.0) 510 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.721220+0000 mon.smithi134 (mon.0) 511 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.722287+0000 mon.smithi134 (mon.0) 512 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:36.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:35.987502+0000 mon.smithi134 (mon.0) 513 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:34.822759+0000 mgr.smithi134.hychep (mgr.24599) 161 : cluster [DBG] pgmap v85: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:34.982046+0000 mon.smithi134 (mon.0) 498 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:34.988619+0000 mon.smithi134 (mon.0) 499 : cluster [INF] osd.2 [v2:172.21.15.134:6818/657732601,v1:172.21.15.134:6819/657732601] boot 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:34.988681+0000 mon.smithi134 (mon.0) 500 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:34.989331+0000 mon.smithi134 (mon.0) 501 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.420374+0000 mon.smithi134 (mon.0) 502 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.703686+0000 mon.smithi134 (mon.0) 503 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.704388+0000 mon.smithi134 (mon.0) 504 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.708350+0000 mon.smithi134 (mon.0) 505 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.710395+0000 mon.smithi134 (mon.0) 506 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.713764+0000 mon.smithi134 (mon.0) 507 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.717207+0000 mon.smithi134 (mon.0) 508 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.719130+0000 mon.smithi134 (mon.0) 509 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.720226+0000 mon.smithi134 (mon.0) 510 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.721220+0000 mon.smithi134 (mon.0) 511 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.722287+0000 mon.smithi134 (mon.0) 512 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:35.987502+0000 mon.smithi134 (mon.0) 513 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-06T18:16:36.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.95 MB/sec execute 264 sec latency 247335.204 ms 2024-02-06T18:16:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:35.704917+0000 mgr.smithi134.hychep (mgr.24599) 162 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:16:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:35.710752+0000 mgr.smithi134.hychep (mgr.24599) 163 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:35.710819+0000 mgr.smithi134.hychep (mgr.24599) 164 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:35.722415+0000 mgr.smithi134.hychep (mgr.24599) 165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:35.723001+0000 mgr.smithi134.hychep (mgr.24599) 166 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T18:16:37.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:35.704917+0000 mgr.smithi134.hychep (mgr.24599) 162 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:16:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:35.710752+0000 mgr.smithi134.hychep (mgr.24599) 163 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:35.710819+0000 mgr.smithi134.hychep (mgr.24599) 164 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:16:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:35.722415+0000 mgr.smithi134.hychep (mgr.24599) 165 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:35.723001+0000 mgr.smithi134.hychep (mgr.24599) 166 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-06T18:16:37.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.94 MB/sec execute 265 sec latency 248335.291 ms 2024-02-06T18:16:38.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:36.823368+0000 mgr.smithi134.hychep (mgr.24599) 167 : cluster [DBG] pgmap v88: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:38.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:36.823368+0000 mgr.smithi134.hychep (mgr.24599) 167 : cluster [DBG] pgmap v88: 129 pgs: 17 active+undersized+degraded, 15 active+undersized, 97 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 129/1473 objects degraded (8.758%) 2024-02-06T18:16:38.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.94 MB/sec execute 266 sec latency 249335.325 ms 2024-02-06T18:16:39.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:38.952327+0000 mon.smithi134 (mon.0) 514 : cluster [WRN] Health check update: Degraded data redundancy: 129/1473 objects degraded (8.758%), 17 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:39.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:38.952327+0000 mon.smithi134 (mon.0) 514 : cluster [WRN] Health check update: Degraded data redundancy: 129/1473 objects degraded (8.758%), 17 pgs degraded (PG_DEGRADED) 2024-02-06T18:16:39.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.94 MB/sec execute 267 sec latency 250335.423 ms 2024-02-06T18:16:40.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:38.824120+0000 mgr.smithi134.hychep (mgr.24599) 168 : cluster [DBG] pgmap v89: 129 pgs: 6 active+undersized+degraded, 7 active+undersized, 116 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 32/1473 objects degraded (2.172%) 2024-02-06T18:16:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:38.824120+0000 mgr.smithi134.hychep (mgr.24599) 168 : cluster [DBG] pgmap v89: 129 pgs: 6 active+undersized+degraded, 7 active+undersized, 116 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 32/1473 objects degraded (2.172%) 2024-02-06T18:16:40.927 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.93 MB/sec execute 268 sec latency 251335.528 ms 2024-02-06T18:16:41.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:41.012058+0000 mon.smithi134 (mon.0) 515 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/1473 objects degraded (2.172%), 6 pgs degraded) 2024-02-06T18:16:41.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:41.012058+0000 mon.smithi134 (mon.0) 515 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 32/1473 objects degraded (2.172%), 6 pgs degraded) 2024-02-06T18:16:41.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.93 MB/sec execute 269 sec latency 252335.613 ms 2024-02-06T18:16:42.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:40.824730+0000 mgr.smithi134.hychep (mgr.24599) 169 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:42.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:40.824730+0000 mgr.smithi134.hychep (mgr.24599) 169 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:42.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.93 MB/sec execute 270 sec latency 253335.738 ms 2024-02-06T18:16:43.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.92 MB/sec execute 271 sec latency 254335.795 ms 2024-02-06T18:16:44.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:42.825468+0000 mgr.smithi134.hychep (mgr.24599) 170 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:44.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:42.825468+0000 mgr.smithi134.hychep (mgr.24599) 170 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:44.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.92 MB/sec execute 272 sec latency 255335.886 ms 2024-02-06T18:16:45.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.92 MB/sec execute 273 sec latency 256335.930 ms 2024-02-06T18:16:46.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:44.825998+0000 mgr.smithi134.hychep (mgr.24599) 171 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:46.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:44.825998+0000 mgr.smithi134.hychep (mgr.24599) 171 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:46.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.91 MB/sec execute 274 sec latency 257336.034 ms 2024-02-06T18:16:47.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.91 MB/sec execute 275 sec latency 258336.131 ms 2024-02-06T18:16:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:46.826526+0000 mgr.smithi134.hychep (mgr.24599) 172 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:46.974471+0000 mon.smithi134 (mon.0) 516 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:47.066334+0000 mon.smithi134 (mon.0) 517 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:48.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:46.826526+0000 mgr.smithi134.hychep (mgr.24599) 172 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:48.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:46.974471+0000 mon.smithi134 (mon.0) 516 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:48.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:47.066334+0000 mon.smithi134 (mon.0) 517 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:48.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.91 MB/sec execute 276 sec latency 259336.227 ms 2024-02-06T18:16:49.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.90 MB/sec execute 277 sec latency 260336.343 ms 2024-02-06T18:16:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:48.827261+0000 mgr.smithi134.hychep (mgr.24599) 173 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:50.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:48.827261+0000 mgr.smithi134.hychep (mgr.24599) 173 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:50.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.90 MB/sec execute 278 sec latency 261336.387 ms 2024-02-06T18:16:51.258 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:50.735122+0000 mon.smithi134 (mon.0) 518 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:51.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:50.735122+0000 mon.smithi134 (mon.0) 518 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:51.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.90 MB/sec execute 279 sec latency 262336.488 ms 2024-02-06T18:16:52.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:50.735343+0000 mgr.smithi134.hychep (mgr.24599) 174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:52.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:50.736507+0000 mgr.smithi134.hychep (mgr.24599) 175 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-06T18:16:52.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:50.827721+0000 mgr.smithi134.hychep (mgr.24599) 176 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:52.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:50.735343+0000 mgr.smithi134.hychep (mgr.24599) 174 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-06T18:16:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:50.736507+0000 mgr.smithi134.hychep (mgr.24599) 175 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-06T18:16:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:50.827721+0000 mgr.smithi134.hychep (mgr.24599) 176 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:52.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.89 MB/sec execute 280 sec latency 263336.636 ms 2024-02-06T18:16:53.714 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:52.299807+0000 mgr.smithi134.hychep (mgr.24599) 177 : cephadm [INF] Upgrade: Updating osd.3 2024-02-06T18:16:53.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:52.303990+0000 mon.smithi134 (mon.0) 519 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:53.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:52.304633+0000 mon.smithi134 (mon.0) 520 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T18:16:53.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:52.305109+0000 mon.smithi134 (mon.0) 521 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:53.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:16:52.306104+0000 mgr.smithi134.hychep (mgr.24599) 178 : cephadm [INF] Deploying daemon osd.3 on smithi134 2024-02-06T18:16:53.715 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:16:52.306430+0000 mon.smithi134 (mon.0) 522 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T18:16:53.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:52.299807+0000 mgr.smithi134.hychep (mgr.24599) 177 : cephadm [INF] Upgrade: Updating osd.3 2024-02-06T18:16:53.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:52.303990+0000 mon.smithi134 (mon.0) 519 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:16:53.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:52.304633+0000 mon.smithi134 (mon.0) 520 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T18:16:53.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:52.305109+0000 mon.smithi134 (mon.0) 521 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:16:53.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:16:52.306104+0000 mgr.smithi134.hychep (mgr.24599) 178 : cephadm [INF] Deploying daemon osd.3 on smithi134 2024-02-06T18:16:53.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:16:52.306430+0000 mon.smithi134 (mon.0) 522 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T18:16:53.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.89 MB/sec execute 281 sec latency 264336.670 ms 2024-02-06T18:16:54.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:52.828329+0000 mgr.smithi134.hychep (mgr.24599) 179 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:54.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:52.828329+0000 mgr.smithi134.hychep (mgr.24599) 179 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:54.928 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.89 MB/sec execute 282 sec latency 265336.728 ms 2024-02-06T18:16:55.449 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:55 smithi134 systemd[1]: Stopping Ceph osd.3 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:16:55.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.88 MB/sec execute 283 sec latency 266336.774 ms 2024-02-06T18:16:55.985 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:55 smithi134 bash[82939]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.3 2024-02-06T18:16:56.706 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:54.828935+0000 mgr.smithi134.hychep (mgr.24599) 180 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646474+0000 mon.smithi134 (mon.0) 523 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646505+0000 mon.smithi134 (mon.0) 524 : cluster [INF] osd.3 failed (root=default,host=smithi134) (connection refused reported by osd.0) 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646642+0000 mon.smithi134 (mon.0) 525 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646730+0000 mon.smithi134 (mon.0) 526 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646819+0000 mon.smithi134 (mon.0) 527 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646903+0000 mon.smithi134 (mon.0) 528 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.646988+0000 mon.smithi134 (mon.0) 529 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647071+0000 mon.smithi134 (mon.0) 530 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647151+0000 mon.smithi134 (mon.0) 531 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647240+0000 mon.smithi134 (mon.0) 532 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647324+0000 mon.smithi134 (mon.0) 533 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647406+0000 mon.smithi134 (mon.0) 534 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647493+0000 mon.smithi134 (mon.0) 535 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647543+0000 mon.smithi134 (mon.0) 536 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:55.647651+0000 mon.smithi134 (mon.0) 537 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047480+0000 mon.smithi134 (mon.0) 538 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047536+0000 mon.smithi134 (mon.0) 539 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047656+0000 mon.smithi134 (mon.0) 540 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047734+0000 mon.smithi134 (mon.0) 541 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047809+0000 mon.smithi134 (mon.0) 542 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047879+0000 mon.smithi134 (mon.0) 543 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.047952+0000 mon.smithi134 (mon.0) 544 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048027+0000 mon.smithi134 (mon.0) 545 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048098+0000 mon.smithi134 (mon.0) 546 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.708 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048183+0000 mon.smithi134 (mon.0) 547 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.709 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048256+0000 mon.smithi134 (mon.0) 548 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.709 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048332+0000 mon.smithi134 (mon.0) 549 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.709 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048405+0000 mon.smithi134 (mon.0) 550 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.709 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.048480+0000 mon.smithi134 (mon.0) 551 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:54.828935+0000 mgr.smithi134.hychep (mgr.24599) 180 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646474+0000 mon.smithi134 (mon.0) 523 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646505+0000 mon.smithi134 (mon.0) 524 : cluster [INF] osd.3 failed (root=default,host=smithi134) (connection refused reported by osd.0) 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646642+0000 mon.smithi134 (mon.0) 525 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646730+0000 mon.smithi134 (mon.0) 526 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646819+0000 mon.smithi134 (mon.0) 527 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646903+0000 mon.smithi134 (mon.0) 528 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.646988+0000 mon.smithi134 (mon.0) 529 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647071+0000 mon.smithi134 (mon.0) 530 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647151+0000 mon.smithi134 (mon.0) 531 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647240+0000 mon.smithi134 (mon.0) 532 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647324+0000 mon.smithi134 (mon.0) 533 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647406+0000 mon.smithi134 (mon.0) 534 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647493+0000 mon.smithi134 (mon.0) 535 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647543+0000 mon.smithi134 (mon.0) 536 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:55.647651+0000 mon.smithi134 (mon.0) 537 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047480+0000 mon.smithi134 (mon.0) 538 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047536+0000 mon.smithi134 (mon.0) 539 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047656+0000 mon.smithi134 (mon.0) 540 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047734+0000 mon.smithi134 (mon.0) 541 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047809+0000 mon.smithi134 (mon.0) 542 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047879+0000 mon.smithi134 (mon.0) 543 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.047952+0000 mon.smithi134 (mon.0) 544 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048027+0000 mon.smithi134 (mon.0) 545 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048098+0000 mon.smithi134 (mon.0) 546 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048183+0000 mon.smithi134 (mon.0) 547 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048256+0000 mon.smithi134 (mon.0) 548 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048332+0000 mon.smithi134 (mon.0) 549 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048405+0000 mon.smithi134 (mon.0) 550 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-06T18:16:56.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.048480+0000 mon.smithi134 (mon.0) 551 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-06T18:16:56.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.88 MB/sec execute 284 sec latency 267336.805 ms 2024-02-06T18:16:57.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.310242+0000 mon.smithi134 (mon.0) 552 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:16:57.470 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.318562+0000 mon.smithi134 (mon.0) 553 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-06T18:16:57.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.310242+0000 mon.smithi134 (mon.0) 552 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:16:57.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.318562+0000 mon.smithi134 (mon.0) 553 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-06T18:16:57.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.88 MB/sec execute 285 sec latency 268336.833 ms 2024-02-06T18:16:58.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:57 smithi134 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.3.service: Succeeded. 2024-02-06T18:16:58.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:57 smithi134 systemd[1]: Stopped Ceph osd.3 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:16:58.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:57 smithi134 systemd[1]: Starting Ceph osd.3 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:16:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:56.829290+0000 mgr.smithi134.hychep (mgr.24599) 181 : cluster [DBG] pgmap v99: 129 pgs: 20 stale+active+clean, 109 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:57.320530+0000 mon.smithi134 (mon.0) 554 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-06T18:16:58.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:56.829290+0000 mgr.smithi134.hychep (mgr.24599) 181 : cluster [DBG] pgmap v99: 129 pgs: 20 stale+active+clean, 109 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail 2024-02-06T18:16:58.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:57.320530+0000 mon.smithi134 (mon.0) 554 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-06T18:16:58.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.87 MB/sec execute 286 sec latency 269336.945 ms 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: 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-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-06T18:16:59.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:16:58 smithi134 bash[83240]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-06T18:16:59.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.87 MB/sec execute 287 sec latency 270336.987 ms 2024-02-06T18:17:00.028 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:17:00.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:58.829821+0000 mgr.smithi134.hychep (mgr.24599) 182 : cluster [DBG] pgmap v101: 129 pgs: 7 active+undersized+degraded, 22 peering, 5 stale+active+clean, 6 active+undersized, 89 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 34/1473 objects degraded (2.308%) 2024-02-06T18:17:00.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:59.320903+0000 mon.smithi134 (mon.0) 555 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-02-06T18:17:00.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:16:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:16:59.320961+0000 mon.smithi134 (mon.0) 556 : cluster [WRN] Health check failed: Degraded data redundancy: 34/1473 objects degraded (2.308%), 7 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:00.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:58.829821+0000 mgr.smithi134.hychep (mgr.24599) 182 : cluster [DBG] pgmap v101: 129 pgs: 7 active+undersized+degraded, 22 peering, 5 stale+active+clean, 6 active+undersized, 89 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 34/1473 objects degraded (2.308%) 2024-02-06T18:17:00.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:59.320903+0000 mon.smithi134 (mon.0) 555 : cluster [WRN] Health check failed: Reduced data availability: 2 pgs inactive, 9 pgs peering (PG_AVAILABILITY) 2024-02-06T18:17:00.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:16:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:16:59.320961+0000 mon.smithi134 (mon.0) 556 : cluster [WRN] Health check failed: Degraded data redundancy: 34/1473 objects degraded (2.308%), 7 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:00.487 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:17:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:17:00.185+0000 7f0e50657700 1 -- 172.21.15.134:0/2707875900 <== mon.0 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55afaa96a680 con 0x55afaa933000 2024-02-06T18:17:00.487 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:17:00 smithi134 bash[83510]: f51f9979f2ab03421dc49125287d671166770beeb28de8a961d957494d2fecab 2024-02-06T18:17:00.488 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:17:00 smithi134 systemd[1]: Started Ceph osd.3 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (10m) 25s ago 12m 17.7M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (116s) 25s ago 12m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (111s) 107s ago 11m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (10m) 25s ago 12m 34.2M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (7m) 25s ago 7m 11.5M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (7m) 107s ago 7m 28.4M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (3m) 25s ago 13m 434M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (3m) 107s ago 11m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (2m) 25s ago 13m 48.3M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:17:00.642 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (2m) 107s ago 12m 37.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (4m) 25s ago 4m 88.6M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (4m) 107s ago 4m 80.6M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (11m) 25s ago 11m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (11m) 107s ago 11m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (94s) 25s ago 11m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (63s) 25s ago 11m 106M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (32s) 25s ago 10m 12.7M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 starting - - - 4096M 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (9m) 107s ago 9m 387M 4096M 15.2.13 2cf504fded39 d71a98a9023e 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (9m) 107s ago 9m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (9m) 107s ago 9m 344M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (8m) 107s ago 8m 244M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:17:00.643 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (4m) 25s ago 11m 60.0M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:17:00.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.87 MB/sec execute 288 sec latency 271337.040 ms 2024-02-06T18:17:00.978 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:17:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:17:00.706+0000 7f0e580e5380 -1 Falling back to public interface 2024-02-06T18:17:00.998 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:17:00.998 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:17:00.998 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:17:00.998 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:00.998 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:17:00.998 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 3 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 7 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:17:00.999 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:17:01.285 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:17:01.285 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:17:01.285 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:17:01.285 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:17:01.285 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:17:01.285 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "9/23 daemons upgraded", 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:17:01.286 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.014960+0000 mgr.smithi134.hychep (mgr.24599) 183 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.308172+0000 mgr.smithi134.hychep (mgr.24599) 184 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.324456+0000 mon.smithi134 (mon.0) 557 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.325359+0000 mon.smithi134 (mon.0) 558 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.326887+0000 mon.smithi134 (mon.0) 559 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.630735+0000 mon.smithi134 (mon.0) 560 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:01.733 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.631101+0000 mon.smithi134 (mon.0) 561 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.631411+0000 mon.smithi134 (mon.0) 562 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.631697+0000 mon.smithi134 (mon.0) 563 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.631981+0000 mon.smithi134 (mon.0) 564 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.633776+0000 mon.smithi134 (mon.0) 565 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.634091+0000 mon.smithi134 (mon.0) 566 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.634404+0000 mon.smithi134 (mon.0) 567 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.634704+0000 mon.smithi134 (mon.0) 568 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.634993+0000 mon.smithi134 (mon.0) 569 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.998366+0000 mon.smithi134 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.134:0/1712712723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.014960+0000 mgr.smithi134.hychep (mgr.24599) 183 : audit [DBG] from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.308172+0000 mgr.smithi134.hychep (mgr.24599) 184 : audit [DBG] from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.324456+0000 mon.smithi134 (mon.0) 557 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.325359+0000 mon.smithi134 (mon.0) 558 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.326887+0000 mon.smithi134 (mon.0) 559 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.630735+0000 mon.smithi134 (mon.0) 560 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.631101+0000 mon.smithi134 (mon.0) 561 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.631411+0000 mon.smithi134 (mon.0) 562 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.631697+0000 mon.smithi134 (mon.0) 563 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.631981+0000 mon.smithi134 (mon.0) 564 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.633776+0000 mon.smithi134 (mon.0) 565 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.634091+0000 mon.smithi134 (mon.0) 566 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.634404+0000 mon.smithi134 (mon.0) 567 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.634704+0000 mon.smithi134 (mon.0) 568 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.634993+0000 mon.smithi134 (mon.0) 569 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:01.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.998366+0000 mon.smithi134 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.134:0/1712712723' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:01.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.87 MB/sec execute 289 sec latency 272337.095 ms 2024-02-06T18:17:02.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:00.628487+0000 mgr.smithi134.hychep (mgr.24599) 185 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:02.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:00.830372+0000 mgr.smithi134.hychep (mgr.24599) 186 : cluster [DBG] pgmap v102: 129 pgs: 17 active+undersized+degraded, 22 peering, 11 active+undersized, 79 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 112/1473 objects degraded (7.604%) 2024-02-06T18:17:02.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:01.285104+0000 mgr.smithi134.hychep (mgr.24599) 187 : audit [DBG] from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:02.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:01.974184+0000 mon.smithi134 (mon.0) 571 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:00.628487+0000 mgr.smithi134.hychep (mgr.24599) 185 : audit [DBG] from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:00.830372+0000 mgr.smithi134.hychep (mgr.24599) 186 : cluster [DBG] pgmap v102: 129 pgs: 17 active+undersized+degraded, 22 peering, 11 active+undersized, 79 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 112/1473 objects degraded (7.604%) 2024-02-06T18:17:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:01.285104+0000 mgr.smithi134.hychep (mgr.24599) 187 : audit [DBG] from='client.34258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:01.974184+0000 mon.smithi134 (mon.0) 571 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:02.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.86 MB/sec execute 290 sec latency 273337.148 ms 2024-02-06T18:17:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:03.331677+0000 mon.smithi134 (mon.0) 572 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 9 pgs peering) 2024-02-06T18:17:03.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:03.331677+0000 mon.smithi134 (mon.0) 572 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 9 pgs peering) 2024-02-06T18:17:03.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.86 MB/sec execute 291 sec latency 274337.191 ms 2024-02-06T18:17:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:02.831020+0000 mgr.smithi134.hychep (mgr.24599) 188 : cluster [DBG] pgmap v103: 129 pgs: 28 active+undersized+degraded, 22 active+undersized, 79 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 196/1473 objects degraded (13.306%) 2024-02-06T18:17:04.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:02.831020+0000 mgr.smithi134.hychep (mgr.24599) 188 : cluster [DBG] pgmap v103: 129 pgs: 28 active+undersized+degraded, 22 active+undersized, 79 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 196/1473 objects degraded (13.306%) 2024-02-06T18:17:04.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.86 MB/sec execute 292 sec latency 275337.277 ms 2024-02-06T18:17:05.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.85 MB/sec execute 293 sec latency 276337.371 ms 2024-02-06T18:17:06.234 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:17:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:17:05.806+0000 7f0e580e5380 -1 osd.3 81 log_to_monitors {default=true} 2024-02-06T18:17:06.735 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:17:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:17:06.404+0000 7f0e48dcb700 -1 osd.3 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:17:06.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:04.831521+0000 mgr.smithi134.hychep (mgr.24599) 189 : cluster [DBG] pgmap v104: 129 pgs: 28 active+undersized+degraded, 22 active+undersized, 79 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 196/1473 objects degraded (13.306%) 2024-02-06T18:17:06.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:05.809941+0000 mon.smithi134 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T18:17:06.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:04.831521+0000 mgr.smithi134.hychep (mgr.24599) 189 : cluster [DBG] pgmap v104: 129 pgs: 28 active+undersized+degraded, 22 active+undersized, 79 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 196/1473 objects degraded (13.306%) 2024-02-06T18:17:06.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:05.809941+0000 mon.smithi134 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T18:17:06.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.85 MB/sec execute 294 sec latency 277337.410 ms 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.394053+0000 mon.smithi134 (mon.0) 574 : audit [INF] from='osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:06.394098+0000 mon.smithi134 (mon.0) 575 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.394644+0000 mon.smithi134 (mon.0) 576 : audit [INF] from='osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.848980+0000 mon.smithi134 (mon.0) 577 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.849789+0000 mon.smithi134 (mon.0) 578 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.850362+0000 mon.smithi134 (mon.0) 579 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.855854+0000 mon.smithi134 (mon.0) 580 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.857990+0000 mon.smithi134 (mon.0) 581 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:17:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.863261+0000 mon.smithi134 (mon.0) 582 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.866897+0000 mon.smithi134 (mon.0) 583 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.868896+0000 mon.smithi134 (mon.0) 584 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.870076+0000 mon.smithi134 (mon.0) 585 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.871203+0000 mon.smithi134 (mon.0) 586 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.872423+0000 mon.smithi134 (mon.0) 587 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.394053+0000 mon.smithi134 (mon.0) 574 : audit [INF] from='osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:06.394098+0000 mon.smithi134 (mon.0) 575 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.394644+0000 mon.smithi134 (mon.0) 576 : audit [INF] from='osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.848980+0000 mon.smithi134 (mon.0) 577 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.849789+0000 mon.smithi134 (mon.0) 578 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.850362+0000 mon.smithi134 (mon.0) 579 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.855854+0000 mon.smithi134 (mon.0) 580 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.857990+0000 mon.smithi134 (mon.0) 581 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.863261+0000 mon.smithi134 (mon.0) 582 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.866897+0000 mon.smithi134 (mon.0) 583 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.868896+0000 mon.smithi134 (mon.0) 584 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.870076+0000 mon.smithi134 (mon.0) 585 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.871203+0000 mon.smithi134 (mon.0) 586 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.872423+0000 mon.smithi134 (mon.0) 587 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:07.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.85 MB/sec execute 295 sec latency 278337.442 ms 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:06.831976+0000 mgr.smithi134.hychep (mgr.24599) 190 : cluster [DBG] pgmap v106: 129 pgs: 28 active+undersized+degraded, 22 active+undersized, 79 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 196/1473 objects degraded (13.306%) 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:06.850858+0000 mgr.smithi134.hychep (mgr.24599) 191 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:06.858331+0000 mgr.smithi134.hychep (mgr.24599) 192 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:06.858400+0000 mgr.smithi134.hychep (mgr.24599) 193 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:06.872545+0000 mgr.smithi134.hychep (mgr.24599) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:06.873114+0000 mgr.smithi134.hychep (mgr.24599) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:07.396206+0000 mon.smithi134 (mon.0) 588 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:07.403540+0000 mon.smithi134 (mon.0) 589 : cluster [INF] osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883] boot 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:07.403588+0000 mon.smithi134 (mon.0) 590 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-06T18:17:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:07.405130+0000 mon.smithi134 (mon.0) 591 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T18:17:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:06.831976+0000 mgr.smithi134.hychep (mgr.24599) 190 : cluster [DBG] pgmap v106: 129 pgs: 28 active+undersized+degraded, 22 active+undersized, 79 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 196/1473 objects degraded (13.306%) 2024-02-06T18:17:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:06.850858+0000 mgr.smithi134.hychep (mgr.24599) 191 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:17:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:06.858331+0000 mgr.smithi134.hychep (mgr.24599) 192 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:06.858400+0000 mgr.smithi134.hychep (mgr.24599) 193 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:08.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:06.872545+0000 mgr.smithi134.hychep (mgr.24599) 194 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:08.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:06.873114+0000 mgr.smithi134.hychep (mgr.24599) 195 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T18:17:08.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:07.396206+0000 mon.smithi134 (mon.0) 588 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:17:08.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:07.403540+0000 mon.smithi134 (mon.0) 589 : cluster [INF] osd.3 [v2:172.21.15.134:6826/799840883,v1:172.21.15.134:6827/799840883] boot 2024-02-06T18:17:08.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:07.403588+0000 mon.smithi134 (mon.0) 590 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-06T18:17:08.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:07.405130+0000 mon.smithi134 (mon.0) 591 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T18:17:08.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.85 MB/sec execute 296 sec latency 279337.516 ms 2024-02-06T18:17:09.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:08.409227+0000 mon.smithi134 (mon.0) 592 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-06T18:17:09.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:08.958489+0000 mon.smithi134 (mon.0) 593 : cluster [WRN] Health check update: Degraded data redundancy: 196/1473 objects degraded (13.306%), 28 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:09.754 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:08.409227+0000 mon.smithi134 (mon.0) 592 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-06T18:17:09.755 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:08.958489+0000 mon.smithi134 (mon.0) 593 : cluster [WRN] Health check update: Degraded data redundancy: 196/1473 objects degraded (13.306%), 28 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:09.929 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.84 MB/sec execute 297 sec latency 280337.607 ms 2024-02-06T18:17:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:08.832356+0000 mgr.smithi134.hychep (mgr.24599) 196 : cluster [DBG] pgmap v109: 129 pgs: 7 peering, 24 active+undersized+degraded, 19 active+undersized, 79 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 175/1473 objects degraded (11.881%) 2024-02-06T18:17:10.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:08.832356+0000 mgr.smithi134.hychep (mgr.24599) 196 : cluster [DBG] pgmap v109: 129 pgs: 7 peering, 24 active+undersized+degraded, 19 active+undersized, 79 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 175/1473 objects degraded (11.881%) 2024-02-06T18:17:10.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.84 MB/sec execute 298 sec latency 281337.697 ms 2024-02-06T18:17:11.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.84 MB/sec execute 299 sec latency 282337.777 ms 2024-02-06T18:17:12.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:10.833093+0000 mgr.smithi134.hychep (mgr.24599) 197 : cluster [DBG] pgmap v110: 129 pgs: 7 peering, 17 active+undersized+degraded, 16 active+undersized, 89 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 126/1473 objects degraded (8.554%) 2024-02-06T18:17:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:10.833093+0000 mgr.smithi134.hychep (mgr.24599) 197 : cluster [DBG] pgmap v110: 129 pgs: 7 peering, 17 active+undersized+degraded, 16 active+undersized, 89 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 126/1473 objects degraded (8.554%) 2024-02-06T18:17:12.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.83 MB/sec execute 300 sec latency 283337.865 ms 2024-02-06T18:17:13.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:13 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:12.833743+0000 mgr.smithi134.hychep (mgr.24599) 198 : cluster [DBG] pgmap v111: 129 pgs: 7 peering, 122 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:13.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:13 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:13.416283+0000 mon.smithi134 (mon.0) 594 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 126/1473 objects degraded (8.554%), 17 pgs degraded) 2024-02-06T18:17:13.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:12.833743+0000 mgr.smithi134.hychep (mgr.24599) 198 : cluster [DBG] pgmap v111: 129 pgs: 7 peering, 122 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:13.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:13.416283+0000 mon.smithi134 (mon.0) 594 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 126/1473 objects degraded (8.554%), 17 pgs degraded) 2024-02-06T18:17:13.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.83 MB/sec execute 301 sec latency 284337.996 ms 2024-02-06T18:17:14.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.83 MB/sec execute 302 sec latency 285338.125 ms 2024-02-06T18:17:15.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.83 MB/sec execute 303 sec latency 286338.245 ms 2024-02-06T18:17:16.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:15 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:14.834390+0000 mgr.smithi134.hychep (mgr.24599) 199 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:16.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:14.834390+0000 mgr.smithi134.hychep (mgr.24599) 199 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:16.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.82 MB/sec execute 304 sec latency 287338.371 ms 2024-02-06T18:17:17.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:16.825865+0000 mon.smithi134 (mon.0) 595 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-06T18:17:17.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:16.826129+0000 mon.smithi134 (mon.0) 596 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-06T18:17:17.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:16.826345+0000 mon.smithi134 (mon.0) 597 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-02-06T18:17:17.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:16.826558+0000 mon.smithi134 (mon.0) 598 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T18:17:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:16.825865+0000 mon.smithi134 (mon.0) 595 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-02-06T18:17:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:16.826129+0000 mon.smithi134 (mon.0) 596 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-06T18:17:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:16.826345+0000 mon.smithi134 (mon.0) 597 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-02-06T18:17:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:16.826558+0000 mon.smithi134 (mon.0) 598 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T18:17:17.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.82 MB/sec execute 305 sec latency 288338.466 ms 2024-02-06T18:17:18.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:16.834902+0000 mgr.smithi134.hychep (mgr.24599) 200 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:16.978194+0000 mon.smithi134 (mon.0) 599 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:17.086449+0000 mon.smithi134 (mon.0) 600 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:18.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:16.834902+0000 mgr.smithi134.hychep (mgr.24599) 200 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:18.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:16.978194+0000 mon.smithi134 (mon.0) 599 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:18.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:17.086449+0000 mon.smithi134 (mon.0) 600 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:18.930 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.82 MB/sec execute 306 sec latency 289338.589 ms 2024-02-06T18:17:19.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.81 MB/sec execute 307 sec latency 290338.678 ms 2024-02-06T18:17:20.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:18.835716+0000 mgr.smithi134.hychep (mgr.24599) 201 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:20.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:18.835716+0000 mgr.smithi134.hychep (mgr.24599) 201 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:20.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.81 MB/sec execute 308 sec latency 291338.724 ms 2024-02-06T18:17:21.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.81 MB/sec execute 309 sec latency 292338.806 ms 2024-02-06T18:17:22.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:20.836319+0000 mgr.smithi134.hychep (mgr.24599) 202 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:21.888725+0000 mon.smithi134 (mon.0) 601 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:22.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:20.836319+0000 mgr.smithi134.hychep (mgr.24599) 202 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:22.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:21.888725+0000 mon.smithi134 (mon.0) 601 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:22.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.81 MB/sec execute 310 sec latency 293338.908 ms 2024-02-06T18:17:23.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:21.888907+0000 mgr.smithi134.hychep (mgr.24599) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:23.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:21.890040+0000 mgr.smithi134.hychep (mgr.24599) 204 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-06T18:17:23.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:21.888907+0000 mgr.smithi134.hychep (mgr.24599) 203 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-06T18:17:23.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:21.890040+0000 mgr.smithi134.hychep (mgr.24599) 204 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-06T18:17:23.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.80 MB/sec execute 311 sec latency 294338.978 ms 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:22.836920+0000 mgr.smithi134.hychep (mgr.24599) 205 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:23.405832+0000 mgr.smithi134.hychep (mgr.24599) 206 : cephadm [INF] Upgrade: Updating osd.4 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:23.410636+0000 mon.smithi134 (mon.0) 602 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:23.411479+0000 mon.smithi134 (mon.0) 603 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:23.412177+0000 mon.smithi134 (mon.0) 604 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:23.413506+0000 mgr.smithi134.hychep (mgr.24599) 207 : cephadm [INF] Deploying daemon osd.4 on smithi149 2024-02-06T18:17:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:23.413976+0000 mon.smithi134 (mon.0) 605 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:22.836920+0000 mgr.smithi134.hychep (mgr.24599) 205 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:23.405832+0000 mgr.smithi134.hychep (mgr.24599) 206 : cephadm [INF] Upgrade: Updating osd.4 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:23.410636+0000 mon.smithi134 (mon.0) 602 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:23.411479+0000 mon.smithi134 (mon.0) 603 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:23.412177+0000 mon.smithi134 (mon.0) 604 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:23.413506+0000 mgr.smithi134.hychep (mgr.24599) 207 : cephadm [INF] Deploying daemon osd.4 on smithi149 2024-02-06T18:17:24.793 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:23.413976+0000 mon.smithi134 (mon.0) 605 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T18:17:24.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.80 MB/sec execute 312 sec latency 295339.039 ms 2024-02-06T18:17:25.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.80 MB/sec execute 313 sec latency 296339.123 ms 2024-02-06T18:17:26.413 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:26 smithi149 systemd[1]: Stopping Ceph osd.4 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:17:26.730 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:24.837585+0000 mgr.smithi134.hychep (mgr.24599) 208 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:24.837585+0000 mgr.smithi134.hychep (mgr.24599) 208 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:26.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.80 MB/sec execute 314 sec latency 297339.236 ms 2024-02-06T18:17:27.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:26 smithi149 bash[55598]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.4 2024-02-06T18:17:27.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:26 smithi149 bash[55654]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.4 2024-02-06T18:17:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.506392+0000 mon.smithi134 (mon.0) 606 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.506459+0000 mon.smithi134 (mon.0) 607 : cluster [INF] osd.4 failed (root=default,host=smithi149) (connection refused reported by osd.6) 2024-02-06T18:17:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.523508+0000 mon.smithi134 (mon.0) 608 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.523609+0000 mon.smithi134 (mon.0) 609 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.523819+0000 mon.smithi134 (mon.0) 610 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.523992+0000 mon.smithi134 (mon.0) 611 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524084+0000 mon.smithi134 (mon.0) 612 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524194+0000 mon.smithi134 (mon.0) 613 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524553+0000 mon.smithi134 (mon.0) 614 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524679+0000 mon.smithi134 (mon.0) 615 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524778+0000 mon.smithi134 (mon.0) 616 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524870+0000 mon.smithi134 (mon.0) 617 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.524974+0000 mon.smithi134 (mon.0) 618 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.525069+0000 mon.smithi134 (mon.0) 619 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.525176+0000 mon.smithi134 (mon.0) 620 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.525277+0000 mon.smithi134 (mon.0) 621 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.706634+0000 mon.smithi134 (mon.0) 622 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.924679+0000 mon.smithi134 (mon.0) 623 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.924803+0000 mon.smithi134 (mon.0) 624 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.924989+0000 mon.smithi134 (mon.0) 625 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925076+0000 mon.smithi134 (mon.0) 626 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925148+0000 mon.smithi134 (mon.0) 627 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925244+0000 mon.smithi134 (mon.0) 628 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925631+0000 mon.smithi134 (mon.0) 629 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925704+0000 mon.smithi134 (mon.0) 630 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925861+0000 mon.smithi134 (mon.0) 631 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.925982+0000 mon.smithi134 (mon.0) 632 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.926041+0000 mon.smithi134 (mon.0) 633 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.926207+0000 mon.smithi134 (mon.0) 634 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.926269+0000 mon.smithi134 (mon.0) 635 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.926394+0000 mon.smithi134 (mon.0) 636 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:27.107479+0000 mon.smithi134 (mon.0) 637 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.506392+0000 mon.smithi134 (mon.0) 606 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.506459+0000 mon.smithi134 (mon.0) 607 : cluster [INF] osd.4 failed (root=default,host=smithi149) (connection refused reported by osd.6) 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.523508+0000 mon.smithi134 (mon.0) 608 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.523609+0000 mon.smithi134 (mon.0) 609 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.523819+0000 mon.smithi134 (mon.0) 610 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.523992+0000 mon.smithi134 (mon.0) 611 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524084+0000 mon.smithi134 (mon.0) 612 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524194+0000 mon.smithi134 (mon.0) 613 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524553+0000 mon.smithi134 (mon.0) 614 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524679+0000 mon.smithi134 (mon.0) 615 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524778+0000 mon.smithi134 (mon.0) 616 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524870+0000 mon.smithi134 (mon.0) 617 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.524974+0000 mon.smithi134 (mon.0) 618 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.525069+0000 mon.smithi134 (mon.0) 619 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.525176+0000 mon.smithi134 (mon.0) 620 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.525277+0000 mon.smithi134 (mon.0) 621 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.706634+0000 mon.smithi134 (mon.0) 622 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.924679+0000 mon.smithi134 (mon.0) 623 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.924803+0000 mon.smithi134 (mon.0) 624 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.924989+0000 mon.smithi134 (mon.0) 625 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925076+0000 mon.smithi134 (mon.0) 626 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925148+0000 mon.smithi134 (mon.0) 627 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925244+0000 mon.smithi134 (mon.0) 628 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925631+0000 mon.smithi134 (mon.0) 629 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925704+0000 mon.smithi134 (mon.0) 630 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925861+0000 mon.smithi134 (mon.0) 631 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.925982+0000 mon.smithi134 (mon.0) 632 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.926041+0000 mon.smithi134 (mon.0) 633 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.926207+0000 mon.smithi134 (mon.0) 634 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.926269+0000 mon.smithi134 (mon.0) 635 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.926394+0000 mon.smithi134 (mon.0) 636 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-06T18:17:27.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:27.107479+0000 mon.smithi134 (mon.0) 637 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-06T18:17:27.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.79 MB/sec execute 315 sec latency 298339.325 ms 2024-02-06T18:17:28.700 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:26.838267+0000 mgr.smithi134.hychep (mgr.24599) 209 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:28.700 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:27.413184+0000 mon.smithi134 (mon.0) 638 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:17:28.700 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:27.424029+0000 mon.smithi134 (mon.0) 639 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-06T18:17:28.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:26.838267+0000 mgr.smithi134.hychep (mgr.24599) 209 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:28.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:27.413184+0000 mon.smithi134 (mon.0) 638 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:17:28.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:27.424029+0000 mon.smithi134 (mon.0) 639 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-06T18:17:28.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.79 MB/sec execute 316 sec latency 299339.406 ms 2024-02-06T18:17:29.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:28 smithi149 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.4.service: Succeeded. 2024-02-06T18:17:29.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:28 smithi149 systemd[1]: Stopped Ceph osd.4 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:17:29.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:28 smithi149 systemd[1]: Starting Ceph osd.4 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:17:29.700 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:29 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:28.422177+0000 mon.smithi134 (mon.0) 640 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: 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-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-06T18:17:29.701 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:29 smithi149 bash[55912]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-06T18:17:29.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:29 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:28.422177+0000 mon.smithi134 (mon.0) 640 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-06T18:17:29.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.79 MB/sec execute 317 sec latency 300339.506 ms 2024-02-06T18:17:30.697 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:28.838667+0000 mgr.smithi134.hychep (mgr.24599) 210 : cluster [DBG] pgmap v121: 129 pgs: 9 peering, 16 stale+active+clean, 104 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:30.698 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:29.434329+0000 mon.smithi134 (mon.0) 641 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T18:17:30.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:28.838667+0000 mgr.smithi134.hychep (mgr.24599) 210 : cluster [DBG] pgmap v121: 129 pgs: 9 peering, 16 stale+active+clean, 104 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail 2024-02-06T18:17:30.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:29.434329+0000 mon.smithi134 (mon.0) 641 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T18:17:30.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.79 MB/sec execute 318 sec latency 301339.636 ms 2024-02-06T18:17:31.056 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:17:30.839+0000 7f9823e85700 1 -- 172.21.15.149:0/2003646490 <== mon.1 v2:172.21.15.149:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562749328680 con 0x5627492f1000 2024-02-06T18:17:31.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:30 smithi149 bash[56145]: f9ec0c62eb0bfb83edd74edf6bffec8f8445a564b077eca6ec27c7b1906153ea 2024-02-06T18:17:31.057 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:30 smithi149 systemd[1]: Started Ceph osd.4 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:17:31.591 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:17:31.650 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:17:31.358+0000 7f982b913380 -1 Falling back to public interface 2024-02-06T18:17:31.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.78 MB/sec execute 319 sec latency 302339.680 ms 2024-02-06T18:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (11m) 25s ago 12m 17.7M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (2m) 25s ago 12m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:17:32.166 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (2m) 2m ago 11m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (10m) 25s ago 12m 34.3M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (7m) 25s ago 7m 11.6M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (7m) 2m ago 7m 28.4M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (4m) 25s ago 14m 436M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (3m) 2m ago 12m 385M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (3m) 25s ago 14m 51.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (3m) 2m ago 12m 37.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (4m) 25s ago 4m 88.6M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (4m) 2m ago 4m 80.6M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (12m) 25s ago 12m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (12m) 2m ago 12m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (2m) 25s ago 12m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (95s) 25s ago 11m 106M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (63s) 25s ago 11m 84.6M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:17:32.167 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (32s) 25s ago 10m 12.8M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:17:32.168 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 starting - - - 4096M 2024-02-06T18:17:32.168 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (10m) 2m ago 10m 167M 4096M 15.2.13 2cf504fded39 f2370d3837d2 2024-02-06T18:17:32.168 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (9m) 2m ago 9m 344M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:17:32.168 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (9m) 2m ago 9m 244M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:17:32.168 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (4m) 25s ago 11m 62.5M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:17:32.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:30.839300+0000 mgr.smithi134.hychep (mgr.24599) 211 : cluster [DBG] pgmap v122: 129 pgs: 10 active+undersized+degraded, 9 peering, 12 stale+active+clean, 2 active+undersized, 96 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 67/1473 objects degraded (4.549%) 2024-02-06T18:17:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:30.970941+0000 mon.smithi134 (mon.0) 642 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:30.971919+0000 mon.smithi134 (mon.0) 643 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:30.973659+0000 mon.smithi134 (mon.0) 644 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:17:32.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:31.444179+0000 mon.smithi134 (mon.0) 645 : cluster [WRN] Health check failed: Degraded data redundancy: 67/1473 objects degraded (4.549%), 10 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:32.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:30.839300+0000 mgr.smithi134.hychep (mgr.24599) 211 : cluster [DBG] pgmap v122: 129 pgs: 10 active+undersized+degraded, 9 peering, 12 stale+active+clean, 2 active+undersized, 96 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 67/1473 objects degraded (4.549%) 2024-02-06T18:17:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:30.970941+0000 mon.smithi134 (mon.0) 642 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:30.971919+0000 mon.smithi134 (mon.0) 643 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:30.973659+0000 mon.smithi134 (mon.0) 644 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:17:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:31.444179+0000 mon.smithi134 (mon.0) 645 : cluster [WRN] Health check failed: Degraded data redundancy: 67/1473 objects degraded (4.549%), 10 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 4 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:17:32.498 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:17:32.499 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:17:32.499 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-02-06T18:17:32.499 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:17:32.499 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:17:32.499 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:17:32.776 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "10/23 daemons upgraded", 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:17:32.777 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:17:32.931 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.78 MB/sec execute 320 sec latency 303339.739 ms 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:31.578943+0000 mgr.smithi134.hychep (mgr.24599) 212 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:31.856306+0000 mgr.smithi134.hychep (mgr.24599) 213 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:31.974954+0000 mon.smithi134 (mon.0) 646 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.154769+0000 mgr.smithi134.hychep (mgr.24599) 214 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.156949+0000 mon.smithi134 (mon.0) 647 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.157376+0000 mon.smithi134 (mon.0) 648 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.157701+0000 mon.smithi134 (mon.0) 649 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.157990+0000 mon.smithi134 (mon.0) 650 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.158285+0000 mon.smithi134 (mon.0) 651 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.159843+0000 mon.smithi134 (mon.0) 652 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.160151+0000 mon.smithi134 (mon.0) 653 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.160454+0000 mon.smithi134 (mon.0) 654 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.160727+0000 mon.smithi134 (mon.0) 655 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.160999+0000 mon.smithi134 (mon.0) 656 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.497994+0000 mon.smithi134 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.134:0/3052512011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:31.578943+0000 mgr.smithi134.hychep (mgr.24599) 212 : audit [DBG] from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:31.856306+0000 mgr.smithi134.hychep (mgr.24599) 213 : audit [DBG] from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:31.974954+0000 mon.smithi134 (mon.0) 646 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.154769+0000 mgr.smithi134.hychep (mgr.24599) 214 : audit [DBG] from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.156949+0000 mon.smithi134 (mon.0) 647 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.157376+0000 mon.smithi134 (mon.0) 648 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.157701+0000 mon.smithi134 (mon.0) 649 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.157990+0000 mon.smithi134 (mon.0) 650 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.158285+0000 mon.smithi134 (mon.0) 651 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.159843+0000 mon.smithi134 (mon.0) 652 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.160151+0000 mon.smithi134 (mon.0) 653 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.160454+0000 mon.smithi134 (mon.0) 654 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.160727+0000 mon.smithi134 (mon.0) 655 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.160999+0000 mon.smithi134 (mon.0) 656 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:17:33.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.497994+0000 mon.smithi134 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.134:0/3052512011' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:33.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.78 MB/sec execute 321 sec latency 304339.768 ms 2024-02-06T18:17:34.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:32.776629+0000 mgr.smithi134.hychep (mgr.24599) 215 : audit [DBG] from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:34.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:32.839892+0000 mgr.smithi134.hychep (mgr.24599) 216 : cluster [DBG] pgmap v123: 129 pgs: 29 active+undersized+degraded, 9 peering, 18 active+undersized, 73 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 207/1473 objects degraded (14.053%) 2024-02-06T18:17:34.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:32.776629+0000 mgr.smithi134.hychep (mgr.24599) 215 : audit [DBG] from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:17:34.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:32.839892+0000 mgr.smithi134.hychep (mgr.24599) 216 : cluster [DBG] pgmap v123: 129 pgs: 29 active+undersized+degraded, 9 peering, 18 active+undersized, 73 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 207/1473 objects degraded (14.053%) 2024-02-06T18:17:34.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.78 MB/sec execute 322 sec latency 305339.814 ms 2024-02-06T18:17:35.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:34.980553+0000 mon.smithi134 (mon.0) 658 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T18:17:35.446 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:34.980553+0000 mon.smithi134 (mon.0) 658 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T18:17:35.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.77 MB/sec execute 323 sec latency 306339.937 ms 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:34.840588+0000 mgr.smithi134.hychep (mgr.24599) 217 : cluster [DBG] pgmap v124: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 234/1473 objects degraded (15.886%) 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.151125+0000 mon.smithi134 (mon.0) 659 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.422625+0000 mon.smithi134 (mon.0) 660 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.423519+0000 mon.smithi134 (mon.0) 661 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:35.424235+0000 mgr.smithi134.hychep (mgr.24599) 218 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.428508+0000 mon.smithi134 (mon.0) 662 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.431353+0000 mon.smithi134 (mon.0) 663 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:17:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:35.431825+0000 mgr.smithi134.hychep (mgr.24599) 219 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:35.431918+0000 mgr.smithi134.hychep (mgr.24599) 220 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.435671+0000 mon.smithi134 (mon.0) 664 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.439793+0000 mon.smithi134 (mon.0) 665 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.442231+0000 mon.smithi134 (mon.0) 666 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.443580+0000 mon.smithi134 (mon.0) 667 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.444863+0000 mon.smithi134 (mon.0) 668 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.446373+0000 mon.smithi134 (mon.0) 669 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:35.446529+0000 mgr.smithi134.hychep (mgr.24599) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:35.447330+0000 mgr.smithi134.hychep (mgr.24599) 222 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:34.840588+0000 mgr.smithi134.hychep (mgr.24599) 217 : cluster [DBG] pgmap v124: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 234/1473 objects degraded (15.886%) 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.151125+0000 mon.smithi134 (mon.0) 659 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.422625+0000 mon.smithi134 (mon.0) 660 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.423519+0000 mon.smithi134 (mon.0) 661 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:35.424235+0000 mgr.smithi134.hychep (mgr.24599) 218 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.428508+0000 mon.smithi134 (mon.0) 662 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.431353+0000 mon.smithi134 (mon.0) 663 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:35.431825+0000 mgr.smithi134.hychep (mgr.24599) 219 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:35.431918+0000 mgr.smithi134.hychep (mgr.24599) 220 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.435671+0000 mon.smithi134 (mon.0) 664 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.439793+0000 mon.smithi134 (mon.0) 665 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.442231+0000 mon.smithi134 (mon.0) 666 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.443580+0000 mon.smithi134 (mon.0) 667 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.444863+0000 mon.smithi134 (mon.0) 668 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.446373+0000 mon.smithi134 (mon.0) 669 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:35.446529+0000 mgr.smithi134.hychep (mgr.24599) 221 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:35.447330+0000 mgr.smithi134.hychep (mgr.24599) 222 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-06T18:17:36.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.77 MB/sec execute 324 sec latency 307340.033 ms 2024-02-06T18:17:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:36.952442+0000 mon.smithi149 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.149:6800/804407554,v1:172.21.15.149:6801/804407554]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T18:17:37.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:36.952933+0000 mon.smithi134 (mon.0) 670 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T18:17:37.307 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:17:36.948+0000 7f982b913380 -1 osd.4 86 log_to_monitors {default=true} 2024-02-06T18:17:37.307 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:17:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:17:37.173+0000 7f981ddfc700 -1 osd.4 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:17:37.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:36.952442+0000 mon.smithi149 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.149:6800/804407554,v1:172.21.15.149:6801/804407554]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T18:17:37.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:36.952933+0000 mon.smithi134 (mon.0) 670 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T18:17:37.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.77 MB/sec execute 325 sec latency 308340.159 ms 2024-02-06T18:17:38.165 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:36.841293+0000 mgr.smithi134.hychep (mgr.24599) 223 : cluster [DBG] pgmap v125: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 234/1473 objects degraded (15.886%) 2024-02-06T18:17:38.165 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:37.157906+0000 mon.smithi134 (mon.0) 671 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T18:17:38.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:37.157969+0000 mon.smithi134 (mon.0) 672 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-06T18:17:38.166 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:37.161188+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.149:6800/804407554,v1:172.21.15.149:6801/804407554]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:17:38.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:37.161532+0000 mon.smithi134 (mon.0) 673 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:17:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:36.841293+0000 mgr.smithi134.hychep (mgr.24599) 223 : cluster [DBG] pgmap v125: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 292 MiB data, 2.1 GiB used, 709 GiB / 715 GiB avail; 234/1473 objects degraded (15.886%) 2024-02-06T18:17:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:37.157906+0000 mon.smithi134 (mon.0) 671 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T18:17:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:37.157969+0000 mon.smithi134 (mon.0) 672 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-06T18:17:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:37.161188+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.149:6800/804407554,v1:172.21.15.149:6801/804407554]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:17:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:37.161532+0000 mon.smithi134 (mon.0) 673 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:17:38.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.77 MB/sec execute 326 sec latency 309340.247 ms 2024-02-06T18:17:39.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:38.155884+0000 mon.smithi134 (mon.0) 674 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:17:39.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:38.159919+0000 mon.smithi134 (mon.0) 675 : cluster [INF] osd.4 [v2:172.21.15.149:6800/804407554,v1:172.21.15.149:6801/804407554] boot 2024-02-06T18:17:39.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:38.159965+0000 mon.smithi134 (mon.0) 676 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-06T18:17:39.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:38.160391+0000 mon.smithi134 (mon.0) 677 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T18:17:39.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:38.964826+0000 mon.smithi134 (mon.0) 678 : cluster [WRN] Health check update: Degraded data redundancy: 234/1473 objects degraded (15.886%), 33 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:39.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:38.155884+0000 mon.smithi134 (mon.0) 674 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:17:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:38.159919+0000 mon.smithi134 (mon.0) 675 : cluster [INF] osd.4 [v2:172.21.15.149:6800/804407554,v1:172.21.15.149:6801/804407554] boot 2024-02-06T18:17:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:38.159965+0000 mon.smithi134 (mon.0) 676 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-06T18:17:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:38.160391+0000 mon.smithi134 (mon.0) 677 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T18:17:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:38.964826+0000 mon.smithi134 (mon.0) 678 : cluster [WRN] Health check update: Degraded data redundancy: 234/1473 objects degraded (15.886%), 33 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:39.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.76 MB/sec execute 327 sec latency 310340.349 ms 2024-02-06T18:17:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:38.841816+0000 mgr.smithi134.hychep (mgr.24599) 224 : cluster [DBG] pgmap v128: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 234/1473 objects degraded (15.886%) 2024-02-06T18:17:40.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:39.166806+0000 mon.smithi134 (mon.0) 679 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-06T18:17:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:38.841816+0000 mgr.smithi134.hychep (mgr.24599) 224 : cluster [DBG] pgmap v128: 129 pgs: 33 active+undersized+degraded, 23 active+undersized, 73 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 234/1473 objects degraded (15.886%) 2024-02-06T18:17:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:39.166806+0000 mon.smithi134 (mon.0) 679 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-06T18:17:40.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.76 MB/sec execute 328 sec latency 311340.449 ms 2024-02-06T18:17:41.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.76 MB/sec execute 329 sec latency 312340.525 ms 2024-02-06T18:17:42.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:40.842355+0000 mgr.smithi134.hychep (mgr.24599) 225 : cluster [DBG] pgmap v130: 129 pgs: 1 peering, 26 active+undersized+degraded, 22 active+undersized, 80 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 184/1473 objects degraded (12.492%) 2024-02-06T18:17:42.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:42.104305+0000 mon.smithi134 (mon.0) 680 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:42.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:40.842355+0000 mgr.smithi134.hychep (mgr.24599) 225 : cluster [DBG] pgmap v130: 129 pgs: 1 peering, 26 active+undersized+degraded, 22 active+undersized, 80 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 184/1473 objects degraded (12.492%) 2024-02-06T18:17:42.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:42.104305+0000 mon.smithi134 (mon.0) 680 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:42.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.76 MB/sec execute 330 sec latency 313340.625 ms 2024-02-06T18:17:43.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.76 MB/sec execute 331 sec latency 314340.691 ms 2024-02-06T18:17:44.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:42.843226+0000 mgr.smithi134.hychep (mgr.24599) 226 : cluster [DBG] pgmap v131: 129 pgs: 1 peering, 3 active+undersized+degraded, 4 active+undersized, 121 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 15/1473 objects degraded (1.018%) 2024-02-06T18:17:44.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:43.965912+0000 mon.smithi134 (mon.0) 681 : cluster [WRN] Health check update: Degraded data redundancy: 15/1473 objects degraded (1.018%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:44.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:42.843226+0000 mgr.smithi134.hychep (mgr.24599) 226 : cluster [DBG] pgmap v131: 129 pgs: 1 peering, 3 active+undersized+degraded, 4 active+undersized, 121 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 15/1473 objects degraded (1.018%) 2024-02-06T18:17:44.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:43.965912+0000 mon.smithi134 (mon.0) 681 : cluster [WRN] Health check update: Degraded data redundancy: 15/1473 objects degraded (1.018%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T18:17:44.932 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.75 MB/sec execute 332 sec latency 315340.741 ms 2024-02-06T18:17:45.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:45.189113+0000 mon.smithi134 (mon.0) 682 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/1473 objects degraded (1.018%), 3 pgs degraded) 2024-02-06T18:17:45.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:45.189113+0000 mon.smithi134 (mon.0) 682 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/1473 objects degraded (1.018%), 3 pgs degraded) 2024-02-06T18:17:45.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.75 MB/sec execute 333 sec latency 316340.840 ms 2024-02-06T18:17:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:44.843855+0000 mgr.smithi134.hychep (mgr.24599) 227 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:46.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:44.843855+0000 mgr.smithi134.hychep (mgr.24599) 227 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:46.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.75 MB/sec execute 334 sec latency 317340.913 ms 2024-02-06T18:17:47.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.75 MB/sec execute 335 sec latency 318340.969 ms 2024-02-06T18:17:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:46.844471+0000 mgr.smithi134.hychep (mgr.24599) 228 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:46.975839+0000 mon.smithi134 (mon.0) 683 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:48.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:46.844471+0000 mgr.smithi134.hychep (mgr.24599) 228 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:48.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:46.975839+0000 mon.smithi134 (mon.0) 683 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:48.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.74 MB/sec execute 336 sec latency 319341.043 ms 2024-02-06T18:17:49.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.74 MB/sec execute 337 sec latency 320341.123 ms 2024-02-06T18:17:50.056 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:48.845101+0000 mgr.smithi134.hychep (mgr.24599) 229 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:50.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:48.845101+0000 mgr.smithi134.hychep (mgr.24599) 229 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:50.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.74 MB/sec execute 338 sec latency 321341.219 ms 2024-02-06T18:17:51.213 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:50.457612+0000 mon.smithi134 (mon.0) 684 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:51.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:50.457612+0000 mon.smithi134 (mon.0) 684 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:51.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.74 MB/sec execute 339 sec latency 322341.326 ms 2024-02-06T18:17:52.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:50.457803+0000 mgr.smithi134.hychep (mgr.24599) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:50.458898+0000 mgr.smithi134.hychep (mgr.24599) 231 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-06T18:17:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:50.845581+0000 mgr.smithi134.hychep (mgr.24599) 232 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:51.942068+0000 mon.smithi134 (mon.0) 685 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:51.942873+0000 mon.smithi134 (mon.0) 686 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T18:17:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:51.943539+0000 mon.smithi134 (mon.0) 687 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:52.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:51.945411+0000 mon.smithi134 (mon.0) 688 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T18:17:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:50.457803+0000 mgr.smithi134.hychep (mgr.24599) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-06T18:17:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:50.458898+0000 mgr.smithi134.hychep (mgr.24599) 231 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-06T18:17:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:50.845581+0000 mgr.smithi134.hychep (mgr.24599) 232 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:51.942068+0000 mon.smithi134 (mon.0) 685 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:51.942873+0000 mon.smithi134 (mon.0) 686 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T18:17:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:51.943539+0000 mon.smithi134 (mon.0) 687 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:17:52.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:51.945411+0000 mon.smithi134 (mon.0) 688 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T18:17:52.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.74 MB/sec execute 340 sec latency 323341.402 ms 2024-02-06T18:17:53.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:51.937466+0000 mgr.smithi134.hychep (mgr.24599) 233 : cephadm [INF] Upgrade: Updating osd.5 2024-02-06T18:17:53.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:17:51.944898+0000 mgr.smithi134.hychep (mgr.24599) 234 : cephadm [INF] Deploying daemon osd.5 on smithi149 2024-02-06T18:17:53.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:52.116557+0000 mon.smithi134 (mon.0) 689 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:53.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:51.937466+0000 mgr.smithi134.hychep (mgr.24599) 233 : cephadm [INF] Upgrade: Updating osd.5 2024-02-06T18:17:53.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:17:51.944898+0000 mgr.smithi134.hychep (mgr.24599) 234 : cephadm [INF] Deploying daemon osd.5 on smithi149 2024-02-06T18:17:53.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:52.116557+0000 mon.smithi134 (mon.0) 689 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:17:53.933 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.73 MB/sec execute 341 sec latency 324341.471 ms 2024-02-06T18:17:54.458 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:52.846423+0000 mgr.smithi134.hychep (mgr.24599) 235 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:54.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:52.846423+0000 mgr.smithi134.hychep (mgr.24599) 235 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:54.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.73 MB/sec execute 342 sec latency 325341.593 ms 2024-02-06T18:17:55.057 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:54 smithi149 systemd[1]: Stopping Ceph osd.5 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:17:55.785 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:55 smithi149 bash[57198]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.5 2024-02-06T18:17:55.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.73 MB/sec execute 343 sec latency 326341.698 ms 2024-02-06T18:17:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:54.847081+0000 mgr.smithi134.hychep (mgr.24599) 236 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.181945+0000 mon.smithi134 (mon.0) 690 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.181981+0000 mon.smithi134 (mon.0) 691 : cluster [INF] osd.5 failed (root=default,host=smithi149) (connection refused reported by osd.4) 2024-02-06T18:17:56.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.255554+0000 mon.smithi134 (mon.0) 692 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.255686+0000 mon.smithi134 (mon.0) 693 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.255790+0000 mon.smithi134 (mon.0) 694 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.255855+0000 mon.smithi134 (mon.0) 695 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.255993+0000 mon.smithi134 (mon.0) 696 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256118+0000 mon.smithi134 (mon.0) 697 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256253+0000 mon.smithi134 (mon.0) 698 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256409+0000 mon.smithi134 (mon.0) 699 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256476+0000 mon.smithi134 (mon.0) 700 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256623+0000 mon.smithi134 (mon.0) 701 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256724+0000 mon.smithi134 (mon.0) 702 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256821+0000 mon.smithi134 (mon.0) 703 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.256916+0000 mon.smithi134 (mon.0) 704 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.257050+0000 mon.smithi134 (mon.0) 705 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.291911+0000 mon.smithi134 (mon.0) 706 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.382818+0000 mon.smithi134 (mon.0) 707 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.383012+0000 mon.smithi134 (mon.0) 708 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.492504+0000 mon.smithi134 (mon.0) 709 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.583669+0000 mon.smithi134 (mon.0) 710 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.656534+0000 mon.smithi134 (mon.0) 711 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.656650+0000 mon.smithi134 (mon.0) 712 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.656724+0000 mon.smithi134 (mon.0) 713 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.656869+0000 mon.smithi134 (mon.0) 714 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.656935+0000 mon.smithi134 (mon.0) 715 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657097+0000 mon.smithi134 (mon.0) 716 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657162+0000 mon.smithi134 (mon.0) 717 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657379+0000 mon.smithi134 (mon.0) 718 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657492+0000 mon.smithi134 (mon.0) 719 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657554+0000 mon.smithi134 (mon.0) 720 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657684+0000 mon.smithi134 (mon.0) 721 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657797+0000 mon.smithi134 (mon.0) 722 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.657900+0000 mon.smithi134 (mon.0) 723 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.658048+0000 mon.smithi134 (mon.0) 724 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.784027+0000 mon.smithi134 (mon.0) 725 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.893503+0000 mon.smithi134 (mon.0) 726 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.984570+0000 mon.smithi134 (mon.0) 727 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:55.999895+0000 mon.smithi134 (mon.0) 728 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:56.003600+0000 mon.smithi134 (mon.0) 729 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:56.061262+0000 mon.smithi134 (mon.0) 730 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:54.847081+0000 mgr.smithi134.hychep (mgr.24599) 236 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.181945+0000 mon.smithi134 (mon.0) 690 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.181981+0000 mon.smithi134 (mon.0) 691 : cluster [INF] osd.5 failed (root=default,host=smithi149) (connection refused reported by osd.4) 2024-02-06T18:17:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.255554+0000 mon.smithi134 (mon.0) 692 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.255686+0000 mon.smithi134 (mon.0) 693 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.255790+0000 mon.smithi134 (mon.0) 694 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.255855+0000 mon.smithi134 (mon.0) 695 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.255993+0000 mon.smithi134 (mon.0) 696 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256118+0000 mon.smithi134 (mon.0) 697 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256253+0000 mon.smithi134 (mon.0) 698 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256409+0000 mon.smithi134 (mon.0) 699 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256476+0000 mon.smithi134 (mon.0) 700 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256623+0000 mon.smithi134 (mon.0) 701 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256724+0000 mon.smithi134 (mon.0) 702 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256821+0000 mon.smithi134 (mon.0) 703 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.256916+0000 mon.smithi134 (mon.0) 704 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.257050+0000 mon.smithi134 (mon.0) 705 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.291911+0000 mon.smithi134 (mon.0) 706 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.382818+0000 mon.smithi134 (mon.0) 707 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.383012+0000 mon.smithi134 (mon.0) 708 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.492504+0000 mon.smithi134 (mon.0) 709 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.583669+0000 mon.smithi134 (mon.0) 710 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.656534+0000 mon.smithi134 (mon.0) 711 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.656650+0000 mon.smithi134 (mon.0) 712 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.656724+0000 mon.smithi134 (mon.0) 713 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.656869+0000 mon.smithi134 (mon.0) 714 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.656935+0000 mon.smithi134 (mon.0) 715 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657097+0000 mon.smithi134 (mon.0) 716 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657162+0000 mon.smithi134 (mon.0) 717 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657379+0000 mon.smithi134 (mon.0) 718 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657492+0000 mon.smithi134 (mon.0) 719 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657554+0000 mon.smithi134 (mon.0) 720 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657684+0000 mon.smithi134 (mon.0) 721 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657797+0000 mon.smithi134 (mon.0) 722 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.657900+0000 mon.smithi134 (mon.0) 723 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.658048+0000 mon.smithi134 (mon.0) 724 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.784027+0000 mon.smithi134 (mon.0) 725 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-06T18:17:56.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.893503+0000 mon.smithi134 (mon.0) 726 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-06T18:17:56.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.984570+0000 mon.smithi134 (mon.0) 727 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-06T18:17:56.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:55.999895+0000 mon.smithi134 (mon.0) 728 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-06T18:17:56.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:56.003600+0000 mon.smithi134 (mon.0) 729 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-06T18:17:56.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:56.061262+0000 mon.smithi134 (mon.0) 730 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-06T18:17:56.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.73 MB/sec execute 344 sec latency 327341.788 ms 2024-02-06T18:17:57.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:56.127561+0000 mon.smithi134 (mon.0) 731 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:17:57.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:56.139432+0000 mon.smithi134 (mon.0) 732 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-06T18:17:57.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:56.127561+0000 mon.smithi134 (mon.0) 731 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:17:57.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:56.139432+0000 mon.smithi134 (mon.0) 732 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-06T18:17:57.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:57 smithi149 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.5.service: Succeeded. 2024-02-06T18:17:57.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:57 smithi149 systemd[1]: Stopped Ceph osd.5 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:17:57.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:57 smithi149 systemd[1]: Starting Ceph osd.5 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:17:57.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.72 MB/sec execute 345 sec latency 328341.888 ms 2024-02-06T18:17:58.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:56.847806+0000 mgr.smithi134.hychep (mgr.24599) 237 : cluster [DBG] pgmap v139: 129 pgs: 6 peering, 13 stale+active+clean, 110 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:58.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:57.136661+0000 mon.smithi134 (mon.0) 733 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-06T18:17:58.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:57.147331+0000 mon.smithi134 (mon.0) 734 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-06T18:17:58.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:56.847806+0000 mgr.smithi134.hychep (mgr.24599) 237 : cluster [DBG] pgmap v139: 129 pgs: 6 peering, 13 stale+active+clean, 110 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail 2024-02-06T18:17:58.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:57.136661+0000 mon.smithi134 (mon.0) 733 : cluster [WRN] Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-02-06T18:17:58.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:57.147331+0000 mon.smithi134 (mon.0) 734 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: 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-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-06T18:17:58.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:58 smithi149 bash[57495]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-06T18:17:58.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.72 MB/sec execute 346 sec latency 329341.987 ms 2024-02-06T18:17:59.889 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:17:59.806+0000 7fb4f576d700 1 -- 172.21.15.149:0/3799147646 <== mon.1 v2:172.21.15.149:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56036c1a4680 con 0x56036c16d400 2024-02-06T18:17:59.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.72 MB/sec execute 347 sec latency 330342.044 ms 2024-02-06T18:18:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:58.848480+0000 mgr.smithi134.hychep (mgr.24599) 238 : cluster [DBG] pgmap v141: 129 pgs: 8 active+undersized+degraded, 19 peering, 2 stale+active+clean, 7 active+undersized, 93 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 39/1473 objects degraded (2.648%) 2024-02-06T18:18:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:17:59.131814+0000 mon.smithi134 (mon.0) 735 : cluster [WRN] Health check failed: Degraded data redundancy: 39/1473 objects degraded (2.648%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:59.935269+0000 mon.smithi134 (mon.0) 736 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:59.936256+0000 mon.smithi134 (mon.0) 737 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:17:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:17:59.938489+0000 mon.smithi134 (mon.0) 738 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:18:00.306 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:59 smithi149 bash[57727]: 455b2b34977f9b33efa281ac0178c9137c8403f2c3a2d9930b948238930b4283 2024-02-06T18:18:00.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:17:59 smithi149 systemd[1]: Started Ceph osd.5 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:18:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:58.848480+0000 mgr.smithi134.hychep (mgr.24599) 238 : cluster [DBG] pgmap v141: 129 pgs: 8 active+undersized+degraded, 19 peering, 2 stale+active+clean, 7 active+undersized, 93 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 39/1473 objects degraded (2.648%) 2024-02-06T18:18:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:17:59.131814+0000 mon.smithi134 (mon.0) 735 : cluster [WRN] Health check failed: Degraded data redundancy: 39/1473 objects degraded (2.648%), 8 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:59.935269+0000 mon.smithi134 (mon.0) 736 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:59.936256+0000 mon.smithi134 (mon.0) 737 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:17:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:17:59.938489+0000 mon.smithi134 (mon.0) 738 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:18:00.609 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:18:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:18:00.332+0000 7fb4fd1fb380 -1 Falling back to public interface 2024-02-06T18:18:00.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.72 MB/sec execute 348 sec latency 331342.123 ms 2024-02-06T18:18:01.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.72 MB/sec execute 349 sec latency 332342.223 ms 2024-02-06T18:18:02.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:00.849214+0000 mgr.smithi134.hychep (mgr.24599) 239 : cluster [DBG] pgmap v142: 129 pgs: 12 active+undersized+degraded, 19 peering, 13 active+undersized, 85 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 66/1473 objects degraded (4.481%) 2024-02-06T18:18:02.278 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:00.849214+0000 mgr.smithi134.hychep (mgr.24599) 239 : cluster [DBG] pgmap v142: 129 pgs: 12 active+undersized+degraded, 19 peering, 13 active+undersized, 85 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 66/1473 objects degraded (4.481%) 2024-02-06T18:18:02.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.71 MB/sec execute 350 sec latency 333342.280 ms 2024-02-06T18:18:03.078 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:18:03.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:01.976359+0000 mon.smithi134 (mon.0) 739 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:03.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:01.976359+0000 mon.smithi134 (mon.0) 739 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:03.637 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:18:03.637 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (11m) 56s ago 13m 17.7M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:18:03.637 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (2m) 56s ago 13m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (2m) 28s ago 12m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (11m) 56s ago 13m 34.3M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (8m) 56s ago 8m 11.6M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (8m) 28s ago 8m 29.1M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (4m) 56s ago 14m 436M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (4m) 28s ago 13m 386M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (4m) 56s ago 14m 51.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (3m) 28s ago 13m 49.8M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (5m) 56s ago 5m 88.6M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (5m) 28s ago 5m 86.3M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (12m) 56s ago 12m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (12m) 28s ago 12m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (2m) 56s ago 12m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (2m) 56s ago 12m 106M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:18:03.638 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (95s) 56s ago 11m 84.6M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:18:03.639 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (63s) 56s ago 11m 12.8M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:18:03.639 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (33s) 28s ago 11m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:18:03.639 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 starting - - - 4096M 2024-02-06T18:18:03.639 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (10m) 28s ago 10m 346M 4096M 15.2.13 2cf504fded39 b07eb7c2cc3d 2024-02-06T18:18:03.639 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (10m) 28s ago 10m 242M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:18:03.639 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (5m) 56s ago 12m 62.5M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:18:03.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.71 MB/sec execute 351 sec latency 334342.332 ms 2024-02-06T18:18:03.968 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:18:03.968 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:18:03.968 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 5 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 9 2024-02-06T18:18:03.969 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:18:03.970 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:18:03.991 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:18:03.613+0000 7fb4fd1fb380 -1 osd.5 91 log_to_monitors {default=true} 2024-02-06T18:18:03.991 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:02.849930+0000 mgr.smithi134.hychep (mgr.24599) 240 : cluster [DBG] pgmap v143: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 166/1473 objects degraded (11.270%) 2024-02-06T18:18:03.991 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:02.979746+0000 mon.smithi134 (mon.0) 740 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-02-06T18:18:03.991 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.066340+0000 mgr.smithi134.hychep (mgr.24599) 241 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:03.991 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.349583+0000 mgr.smithi134.hychep (mgr.24599) 242 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:02.849930+0000 mgr.smithi134.hychep (mgr.24599) 240 : cluster [DBG] pgmap v143: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 292 MiB data, 2.4 GiB used, 710 GiB / 715 GiB avail; 166/1473 objects degraded (11.270%) 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:02.979746+0000 mon.smithi134 (mon.0) 740 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.066340+0000 mgr.smithi134.hychep (mgr.24599) 241 : audit [DBG] from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.349583+0000 mgr.smithi134.hychep (mgr.24599) 242 : audit [DBG] from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.617966+0000 mon.smithi149 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.149:6808/1692758734,v1:172.21.15.149:6809/1692758734]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.618299+0000 mon.smithi134 (mon.0) 741 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.628239+0000 mon.smithi134 (mon.0) 742 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.628560+0000 mon.smithi134 (mon.0) 743 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.628836+0000 mon.smithi134 (mon.0) 744 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.629095+0000 mon.smithi134 (mon.0) 745 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.629357+0000 mon.smithi134 (mon.0) 746 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.630847+0000 mon.smithi134 (mon.0) 747 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.631119+0000 mon.smithi134 (mon.0) 748 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.631391+0000 mon.smithi134 (mon.0) 749 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.631646+0000 mon.smithi134 (mon.0) 750 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.631895+0000 mon.smithi134 (mon.0) 751 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.783086+0000 mon.smithi134 (mon.0) 752 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.783838+0000 mon.smithi134 (mon.0) 753 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.784489+0000 mon.smithi134 (mon.0) 754 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.787903+0000 mon.smithi134 (mon.0) 755 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.790277+0000 mon.smithi134 (mon.0) 756 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.794065+0000 mon.smithi134 (mon.0) 757 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.798163+0000 mon.smithi134 (mon.0) 758 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.800536+0000 mon.smithi134 (mon.0) 759 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.801850+0000 mon.smithi134 (mon.0) 760 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.803147+0000 mon.smithi134 (mon.0) 761 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.804570+0000 mon.smithi134 (mon.0) 762 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:04.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.968805+0000 mon.smithi134 (mon.0) 763 : audit [DBG] from='client.? 172.21.15.134:0/2211925066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.261 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "12/23 daemons upgraded", 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:18:04.262 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:18:04.306 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:18:04.000+0000 7fb4edee1700 -1 osd.5 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.617966+0000 mon.smithi149 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.149:6808/1692758734,v1:172.21.15.149:6809/1692758734]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.618299+0000 mon.smithi134 (mon.0) 741 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.628239+0000 mon.smithi134 (mon.0) 742 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.628560+0000 mon.smithi134 (mon.0) 743 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.628836+0000 mon.smithi134 (mon.0) 744 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.629095+0000 mon.smithi134 (mon.0) 745 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.629357+0000 mon.smithi134 (mon.0) 746 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.630847+0000 mon.smithi134 (mon.0) 747 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:04.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.631119+0000 mon.smithi134 (mon.0) 748 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.631391+0000 mon.smithi134 (mon.0) 749 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.631646+0000 mon.smithi134 (mon.0) 750 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.631895+0000 mon.smithi134 (mon.0) 751 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.783086+0000 mon.smithi134 (mon.0) 752 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.783838+0000 mon.smithi134 (mon.0) 753 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.784489+0000 mon.smithi134 (mon.0) 754 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.787903+0000 mon.smithi134 (mon.0) 755 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.790277+0000 mon.smithi134 (mon.0) 756 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.794065+0000 mon.smithi134 (mon.0) 757 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.798163+0000 mon.smithi134 (mon.0) 758 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.800536+0000 mon.smithi134 (mon.0) 759 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.801850+0000 mon.smithi134 (mon.0) 760 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.803147+0000 mon.smithi134 (mon.0) 761 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.804570+0000 mon.smithi134 (mon.0) 762 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:04.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.968805+0000 mon.smithi134 (mon.0) 763 : audit [DBG] from='client.? 172.21.15.134:0/2211925066' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:04.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.71 MB/sec execute 352 sec latency 335342.428 ms 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.626146+0000 mgr.smithi134.hychep (mgr.24599) 243 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:03.785013+0000 mgr.smithi134.hychep (mgr.24599) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:03.790681+0000 mgr.smithi134.hychep (mgr.24599) 245 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:03.790762+0000 mgr.smithi134.hychep (mgr.24599) 246 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.804704+0000 mgr.smithi134.hychep (mgr.24599) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:03.805281+0000 mgr.smithi134.hychep (mgr.24599) 248 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.987437+0000 mon.smithi134 (mon.0) 764 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:03.987496+0000 mon.smithi134 (mon.0) 765 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.988040+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.149:6808/1692758734,v1:172.21.15.149:6809/1692758734]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:03.988491+0000 mon.smithi134 (mon.0) 766 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:05.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:04.261637+0000 mgr.smithi134.hychep (mgr.24599) 249 : audit [DBG] from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:05.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.626146+0000 mgr.smithi134.hychep (mgr.24599) 243 : audit [DBG] from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:03.785013+0000 mgr.smithi134.hychep (mgr.24599) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:03.790681+0000 mgr.smithi134.hychep (mgr.24599) 245 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:03.790762+0000 mgr.smithi134.hychep (mgr.24599) 246 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.804704+0000 mgr.smithi134.hychep (mgr.24599) 247 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:03.805281+0000 mgr.smithi134.hychep (mgr.24599) 248 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.987437+0000 mon.smithi134 (mon.0) 764 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:03.987496+0000 mon.smithi134 (mon.0) 765 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.988040+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.149:6808/1692758734,v1:172.21.15.149:6809/1692758734]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:03.988491+0000 mon.smithi134 (mon.0) 766 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:05.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:04.261637+0000 mgr.smithi134.hychep (mgr.24599) 249 : audit [DBG] from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:05.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.71 MB/sec execute 353 sec latency 336342.524 ms 2024-02-06T18:18:06.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:04.850569+0000 mgr.smithi134.hychep (mgr.24599) 250 : cluster [DBG] pgmap v145: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 166/1473 objects degraded (11.270%) 2024-02-06T18:18:06.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:04.991594+0000 mon.smithi134 (mon.0) 767 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:18:06.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:04.999572+0000 mon.smithi134 (mon.0) 768 : cluster [INF] osd.5 [v2:172.21.15.149:6808/1692758734,v1:172.21.15.149:6809/1692758734] boot 2024-02-06T18:18:06.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:04.999623+0000 mon.smithi134 (mon.0) 769 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-02-06T18:18:06.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:05.000266+0000 mon.smithi134 (mon.0) 770 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T18:18:06.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:04.850569+0000 mgr.smithi134.hychep (mgr.24599) 250 : cluster [DBG] pgmap v145: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 166/1473 objects degraded (11.270%) 2024-02-06T18:18:06.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:04.991594+0000 mon.smithi134 (mon.0) 767 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:18:06.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:04.999572+0000 mon.smithi134 (mon.0) 768 : cluster [INF] osd.5 [v2:172.21.15.149:6808/1692758734,v1:172.21.15.149:6809/1692758734] boot 2024-02-06T18:18:06.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:04.999623+0000 mon.smithi134 (mon.0) 769 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-02-06T18:18:06.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:05 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:05.000266+0000 mon.smithi134 (mon.0) 770 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T18:18:06.934 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.71 MB/sec execute 354 sec latency 337342.626 ms 2024-02-06T18:18:07.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:06.004561+0000 mon.smithi134 (mon.0) 771 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-06T18:18:07.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:06.004561+0000 mon.smithi134 (mon.0) 771 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-06T18:18:07.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.70 MB/sec execute 355 sec latency 338342.677 ms 2024-02-06T18:18:08.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:06.851385+0000 mgr.smithi134.hychep (mgr.24599) 251 : cluster [DBG] pgmap v148: 129 pgs: 23 active+undersized+degraded, 19 active+undersized, 87 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 151/1473 objects degraded (10.251%) 2024-02-06T18:18:08.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:07.002126+0000 mon.smithi134 (mon.0) 772 : cluster [WRN] Health check update: Degraded data redundancy: 151/1473 objects degraded (10.251%), 23 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:08.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:06.851385+0000 mgr.smithi134.hychep (mgr.24599) 251 : cluster [DBG] pgmap v148: 129 pgs: 23 active+undersized+degraded, 19 active+undersized, 87 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 151/1473 objects degraded (10.251%) 2024-02-06T18:18:08.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:07.002126+0000 mon.smithi134 (mon.0) 772 : cluster [WRN] Health check update: Degraded data redundancy: 151/1473 objects degraded (10.251%), 23 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:08.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.70 MB/sec execute 356 sec latency 339342.766 ms 2024-02-06T18:18:09.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.70 MB/sec execute 357 sec latency 340342.815 ms 2024-02-06T18:18:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:08.852298+0000 mgr.smithi134.hychep (mgr.24599) 252 : cluster [DBG] pgmap v149: 129 pgs: 14 active+undersized+degraded, 11 active+undersized, 104 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 95/1473 objects degraded (6.449%) 2024-02-06T18:18:10.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:08.852298+0000 mgr.smithi134.hychep (mgr.24599) 252 : cluster [DBG] pgmap v149: 129 pgs: 14 active+undersized+degraded, 11 active+undersized, 104 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 95/1473 objects degraded (6.449%) 2024-02-06T18:18:10.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.70 MB/sec execute 358 sec latency 341342.910 ms 2024-02-06T18:18:11.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:11.013128+0000 mon.smithi134 (mon.0) 773 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/1473 objects degraded (6.449%), 14 pgs degraded) 2024-02-06T18:18:11.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:11.013128+0000 mon.smithi134 (mon.0) 773 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/1473 objects degraded (6.449%), 14 pgs degraded) 2024-02-06T18:18:11.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.70 MB/sec execute 359 sec latency 342342.989 ms 2024-02-06T18:18:12.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:10.852904+0000 mgr.smithi134.hychep (mgr.24599) 253 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:12.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:10.852904+0000 mgr.smithi134.hychep (mgr.24599) 253 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:12.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.69 MB/sec execute 360 sec latency 343343.110 ms 2024-02-06T18:18:13.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.69 MB/sec execute 361 sec latency 344343.200 ms 2024-02-06T18:18:14.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:12.853516+0000 mgr.smithi134.hychep (mgr.24599) 254 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:14.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:12.853516+0000 mgr.smithi134.hychep (mgr.24599) 254 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:14.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.69 MB/sec execute 362 sec latency 345343.322 ms 2024-02-06T18:18:15.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.69 MB/sec execute 363 sec latency 346343.407 ms 2024-02-06T18:18:16.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:14.854121+0000 mgr.smithi134.hychep (mgr.24599) 255 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:16.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:14.854121+0000 mgr.smithi134.hychep (mgr.24599) 255 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:16.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.69 MB/sec execute 364 sec latency 347343.507 ms 2024-02-06T18:18:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:16.829796+0000 mon.smithi134 (mon.0) 774 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-06T18:18:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:16.830097+0000 mon.smithi134 (mon.0) 775 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-06T18:18:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:16.830377+0000 mon.smithi134 (mon.0) 776 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-06T18:18:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:16.830621+0000 mon.smithi134 (mon.0) 777 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-06T18:18:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:16.976764+0000 mon.smithi134 (mon.0) 778 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:17.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:16.829796+0000 mon.smithi134 (mon.0) 774 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-02-06T18:18:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:16.830097+0000 mon.smithi134 (mon.0) 775 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-06T18:18:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:16.830377+0000 mon.smithi134 (mon.0) 776 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-02-06T18:18:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:16.830621+0000 mon.smithi134 (mon.0) 777 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-06T18:18:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:16.976764+0000 mon.smithi134 (mon.0) 778 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:17.935 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.69 MB/sec execute 365 sec latency 348343.630 ms 2024-02-06T18:18:18.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:16.854803+0000 mgr.smithi134.hychep (mgr.24599) 256 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:18.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:17.133566+0000 mon.smithi134 (mon.0) 779 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:16.854803+0000 mgr.smithi134.hychep (mgr.24599) 256 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:18.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:17.133566+0000 mon.smithi134 (mon.0) 779 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:18.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.68 MB/sec execute 366 sec latency 349343.708 ms 2024-02-06T18:18:19.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:18.820707+0000 mon.smithi134 (mon.0) 780 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:19.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:18.820707+0000 mon.smithi134 (mon.0) 780 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:19.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.68 MB/sec execute 367 sec latency 350343.798 ms 2024-02-06T18:18:20.246 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:18.820954+0000 mgr.smithi134.hychep (mgr.24599) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:20.246 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:18.822057+0000 mgr.smithi134.hychep (mgr.24599) 258 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-06T18:18:20.246 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:18.855471+0000 mgr.smithi134.hychep (mgr.24599) 259 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:18.820954+0000 mgr.smithi134.hychep (mgr.24599) 257 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-06T18:18:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:18.822057+0000 mgr.smithi134.hychep (mgr.24599) 258 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-06T18:18:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:18.855471+0000 mgr.smithi134.hychep (mgr.24599) 259 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:20.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.68 MB/sec execute 368 sec latency 351343.897 ms 2024-02-06T18:18:21.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:20.264777+0000 mgr.smithi134.hychep (mgr.24599) 260 : cephadm [INF] Upgrade: Updating osd.6 2024-02-06T18:18:21.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:20.269322+0000 mon.smithi134 (mon.0) 781 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:21.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:20.270080+0000 mon.smithi134 (mon.0) 782 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T18:18:21.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:20.270784+0000 mon.smithi134 (mon.0) 783 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:21.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:20.272131+0000 mgr.smithi134.hychep (mgr.24599) 261 : cephadm [INF] Deploying daemon osd.6 on smithi149 2024-02-06T18:18:21.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:20.272634+0000 mon.smithi134 (mon.0) 784 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T18:18:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:20.264777+0000 mgr.smithi134.hychep (mgr.24599) 260 : cephadm [INF] Upgrade: Updating osd.6 2024-02-06T18:18:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:20.269322+0000 mon.smithi134 (mon.0) 781 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:20.270080+0000 mon.smithi134 (mon.0) 782 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T18:18:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:20.270784+0000 mon.smithi134 (mon.0) 783 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:20.272131+0000 mgr.smithi134.hychep (mgr.24599) 261 : cephadm [INF] Deploying daemon osd.6 on smithi149 2024-02-06T18:18:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:20.272634+0000 mon.smithi134 (mon.0) 784 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T18:18:21.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.68 MB/sec execute 369 sec latency 352344.024 ms 2024-02-06T18:18:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:20.856208+0000 mgr.smithi134.hychep (mgr.24599) 262 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:20.856208+0000 mgr.smithi134.hychep (mgr.24599) 262 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:22.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.68 MB/sec execute 370 sec latency 353344.099 ms 2024-02-06T18:18:23.307 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:23 smithi149 systemd[1]: Stopping Ceph osd.6 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:18:23.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.67 MB/sec execute 371 sec latency 354344.134 ms 2024-02-06T18:18:24.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:23 smithi149 bash[58743]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.6 2024-02-06T18:18:24.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:23 smithi149 bash[58797]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.6 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:22.856823+0000 mgr.smithi134.hychep (mgr.24599) 263 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.535780+0000 mon.smithi134 (mon.0) 785 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.535830+0000 mon.smithi134 (mon.0) 786 : cluster [INF] osd.6 failed (root=default,host=smithi149) (connection refused reported by osd.7) 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536044+0000 mon.smithi134 (mon.0) 787 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536155+0000 mon.smithi134 (mon.0) 788 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536271+0000 mon.smithi134 (mon.0) 789 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536369+0000 mon.smithi134 (mon.0) 790 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536465+0000 mon.smithi134 (mon.0) 791 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536604+0000 mon.smithi134 (mon.0) 792 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536721+0000 mon.smithi134 (mon.0) 793 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536839+0000 mon.smithi134 (mon.0) 794 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.536947+0000 mon.smithi134 (mon.0) 795 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.537038+0000 mon.smithi134 (mon.0) 796 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.537177+0000 mon.smithi134 (mon.0) 797 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.537351+0000 mon.smithi134 (mon.0) 798 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.537523+0000 mon.smithi134 (mon.0) 799 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.936560+0000 mon.smithi134 (mon.0) 800 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.936762+0000 mon.smithi134 (mon.0) 801 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.936894+0000 mon.smithi134 (mon.0) 802 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937040+0000 mon.smithi134 (mon.0) 803 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937186+0000 mon.smithi134 (mon.0) 804 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937290+0000 mon.smithi134 (mon.0) 805 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937384+0000 mon.smithi134 (mon.0) 806 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937479+0000 mon.smithi134 (mon.0) 807 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937609+0000 mon.smithi134 (mon.0) 808 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937744+0000 mon.smithi134 (mon.0) 809 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937846+0000 mon.smithi134 (mon.0) 810 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.937944+0000 mon.smithi134 (mon.0) 811 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.938075+0000 mon.smithi134 (mon.0) 812 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:23.938258+0000 mon.smithi134 (mon.0) 813 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:22.856823+0000 mgr.smithi134.hychep (mgr.24599) 263 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.535780+0000 mon.smithi134 (mon.0) 785 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.535830+0000 mon.smithi134 (mon.0) 786 : cluster [INF] osd.6 failed (root=default,host=smithi149) (connection refused reported by osd.7) 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536044+0000 mon.smithi134 (mon.0) 787 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536155+0000 mon.smithi134 (mon.0) 788 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536271+0000 mon.smithi134 (mon.0) 789 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536369+0000 mon.smithi134 (mon.0) 790 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536465+0000 mon.smithi134 (mon.0) 791 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536604+0000 mon.smithi134 (mon.0) 792 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536721+0000 mon.smithi134 (mon.0) 793 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536839+0000 mon.smithi134 (mon.0) 794 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.536947+0000 mon.smithi134 (mon.0) 795 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.537038+0000 mon.smithi134 (mon.0) 796 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.537177+0000 mon.smithi134 (mon.0) 797 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.537351+0000 mon.smithi134 (mon.0) 798 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.537523+0000 mon.smithi134 (mon.0) 799 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.936560+0000 mon.smithi134 (mon.0) 800 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.936762+0000 mon.smithi134 (mon.0) 801 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.936894+0000 mon.smithi134 (mon.0) 802 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937040+0000 mon.smithi134 (mon.0) 803 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937186+0000 mon.smithi134 (mon.0) 804 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937290+0000 mon.smithi134 (mon.0) 805 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937384+0000 mon.smithi134 (mon.0) 806 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937479+0000 mon.smithi134 (mon.0) 807 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T18:18:24.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937609+0000 mon.smithi134 (mon.0) 808 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937744+0000 mon.smithi134 (mon.0) 809 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-06T18:18:24.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937846+0000 mon.smithi134 (mon.0) 810 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T18:18:24.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.937944+0000 mon.smithi134 (mon.0) 811 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T18:18:24.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.938075+0000 mon.smithi134 (mon.0) 812 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-06T18:18:24.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:23.938258+0000 mon.smithi134 (mon.0) 813 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-06T18:18:24.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.67 MB/sec execute 372 sec latency 355344.220 ms 2024-02-06T18:18:25.382 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:24.276100+0000 mon.smithi134 (mon.0) 814 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:18:25.382 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:24.284807+0000 mon.smithi134 (mon.0) 815 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-06T18:18:25.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:24.276100+0000 mon.smithi134 (mon.0) 814 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:18:25.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:24.284807+0000 mon.smithi134 (mon.0) 815 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-06T18:18:25.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.67 MB/sec execute 373 sec latency 356344.319 ms 2024-02-06T18:18:26.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:25 smithi149 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.6.service: Succeeded. 2024-02-06T18:18:26.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:25 smithi149 systemd[1]: Stopped Ceph osd.6 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:18:26.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:25 smithi149 systemd[1]: Starting Ceph osd.6 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:18:26.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:24.857305+0000 mgr.smithi134.hychep (mgr.24599) 264 : cluster [DBG] pgmap v158: 129 pgs: 13 stale+active+clean, 116 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:26.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:25.295333+0000 mon.smithi134 (mon.0) 816 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-06T18:18:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:24.857305+0000 mgr.smithi134.hychep (mgr.24599) 264 : cluster [DBG] pgmap v158: 129 pgs: 13 stale+active+clean, 116 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:25.295333+0000 mon.smithi134 (mon.0) 816 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-06T18:18:26.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.67 MB/sec execute 374 sec latency 357344.451 ms 2024-02-06T18:18:27.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:18:27.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T18:18:27.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: 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-06T18:18:27.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-06T18:18:27.058 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-06T18:18:27.058 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-06T18:18:27.058 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T18:18:27.058 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:26 smithi149 bash[59061]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-06T18:18:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:27.292190+0000 mon.smithi134 (mon.0) 817 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T18:18:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:27.292255+0000 mon.smithi134 (mon.0) 818 : cluster [WRN] Health check failed: Degraded data redundancy: 31/1473 objects degraded (2.105%), 5 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:27.792 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:27.292190+0000 mon.smithi134 (mon.0) 817 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T18:18:27.792 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:27.292255+0000 mon.smithi134 (mon.0) 818 : cluster [WRN] Health check failed: Degraded data redundancy: 31/1473 objects degraded (2.105%), 5 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:27.936 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.67 MB/sec execute 375 sec latency 358344.560 ms 2024-02-06T18:18:28.192 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:18:27.927+0000 7fda39072700 1 -- 172.21.15.149:0/4233639973 <== mon.1 v2:172.21.15.149:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55779d008680 con 0x55779cfd1000 2024-02-06T18:18:28.193 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:28 smithi149 bash[59318]: 7bf1001103197faeb9519ec366082c84a8ecf91df2b818780d9c36baabf8684e 2024-02-06T18:18:28.193 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:28 smithi149 systemd[1]: Started Ceph osd.6 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:18:28.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:26.857833+0000 mgr.smithi134.hychep (mgr.24599) 265 : cluster [DBG] pgmap v160: 129 pgs: 5 active+undersized+degraded, 3 peering, 10 stale+active+clean, 2 active+undersized, 109 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 31/1473 objects degraded (2.105%) 2024-02-06T18:18:28.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:28.047572+0000 mon.smithi134 (mon.0) 819 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:28.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:28.048531+0000 mon.smithi134 (mon.0) 820 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:28.459 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:28.050246+0000 mon.smithi134 (mon.0) 821 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:18:28.733 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:18:28.457+0000 7fda40b00380 -1 Falling back to public interface 2024-02-06T18:18:28.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:26.857833+0000 mgr.smithi134.hychep (mgr.24599) 265 : cluster [DBG] pgmap v160: 129 pgs: 5 active+undersized+degraded, 3 peering, 10 stale+active+clean, 2 active+undersized, 109 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 31/1473 objects degraded (2.105%) 2024-02-06T18:18:28.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:28.047572+0000 mon.smithi134 (mon.0) 819 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:28.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:28.048531+0000 mon.smithi134 (mon.0) 820 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:28.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:28.050246+0000 mon.smithi134 (mon.0) 821 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:18:28.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.67 MB/sec execute 376 sec latency 359344.686 ms 2024-02-06T18:18:29.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.66 MB/sec execute 377 sec latency 360344.824 ms 2024-02-06T18:18:30.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:28.858558+0000 mgr.smithi134.hychep (mgr.24599) 266 : cluster [DBG] pgmap v161: 129 pgs: 19 active+undersized+degraded, 3 peering, 2 stale+active+clean, 13 active+undersized, 92 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 121/1473 objects degraded (8.215%) 2024-02-06T18:18:30.765 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:28.858558+0000 mgr.smithi134.hychep (mgr.24599) 266 : cluster [DBG] pgmap v161: 129 pgs: 19 active+undersized+degraded, 3 peering, 2 stale+active+clean, 13 active+undersized, 92 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 121/1473 objects degraded (8.215%) 2024-02-06T18:18:30.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.66 MB/sec execute 378 sec latency 361344.907 ms 2024-02-06T18:18:31.680 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:31.351471+0000 mon.smithi134 (mon.0) 822 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T18:18:31.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:31.351471+0000 mon.smithi134 (mon.0) 822 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T18:18:31.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.66 MB/sec execute 379 sec latency 362345.001 ms 2024-02-06T18:18:32.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:30.859234+0000 mgr.smithi134.hychep (mgr.24599) 267 : cluster [DBG] pgmap v162: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 164/1473 objects degraded (11.134%) 2024-02-06T18:18:32.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:31.976882+0000 mon.smithi134 (mon.0) 823 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.105578+0000 mon.smithi134 (mon.0) 824 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.106500+0000 mon.smithi134 (mon.0) 825 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.107290+0000 mon.smithi134 (mon.0) 826 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.114163+0000 mon.smithi134 (mon.0) 827 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.116824+0000 mon.smithi134 (mon.0) 828 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.123076+0000 mon.smithi134 (mon.0) 829 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.127095+0000 mon.smithi134 (mon.0) 830 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.129590+0000 mon.smithi134 (mon.0) 831 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.131118+0000 mon.smithi134 (mon.0) 832 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.132620+0000 mon.smithi134 (mon.0) 833 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:32.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.134312+0000 mon.smithi134 (mon.0) 834 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:30.859234+0000 mgr.smithi134.hychep (mgr.24599) 267 : cluster [DBG] pgmap v162: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 164/1473 objects degraded (11.134%) 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:31.976882+0000 mon.smithi134 (mon.0) 823 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.105578+0000 mon.smithi134 (mon.0) 824 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.106500+0000 mon.smithi134 (mon.0) 825 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.107290+0000 mon.smithi134 (mon.0) 826 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.114163+0000 mon.smithi134 (mon.0) 827 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.116824+0000 mon.smithi134 (mon.0) 828 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.123076+0000 mon.smithi134 (mon.0) 829 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.127095+0000 mon.smithi134 (mon.0) 830 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.129590+0000 mon.smithi134 (mon.0) 831 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:32.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.131118+0000 mon.smithi134 (mon.0) 832 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:32.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.132620+0000 mon.smithi134 (mon.0) 833 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:32.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.134312+0000 mon.smithi134 (mon.0) 834 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:32.939 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.66 MB/sec execute 380 sec latency 363345.101 ms 2024-02-06T18:18:33.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:32.108015+0000 mgr.smithi134.hychep (mgr.24599) 268 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:18:33.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:32.117317+0000 mgr.smithi134.hychep (mgr.24599) 269 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:33.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:32.117440+0000 mgr.smithi134.hychep (mgr.24599) 270 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:33.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:32.134462+0000 mgr.smithi134.hychep (mgr.24599) 271 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:33.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:32.135219+0000 mgr.smithi134.hychep (mgr.24599) 272 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T18:18:33.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:18:33.496+0000 7fda40b00380 -1 osd.6 96 log_to_monitors {default=true} 2024-02-06T18:18:33.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:32.108015+0000 mgr.smithi134.hychep (mgr.24599) 268 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:18:33.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:32.117317+0000 mgr.smithi134.hychep (mgr.24599) 269 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:33.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:32.117440+0000 mgr.smithi134.hychep (mgr.24599) 270 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:18:33.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:32.134462+0000 mgr.smithi134.hychep (mgr.24599) 271 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:33.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:32.135219+0000 mgr.smithi134.hychep (mgr.24599) 272 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-06T18:18:33.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.66 MB/sec execute 381 sec latency 364345.212 ms 2024-02-06T18:18:34.566 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:18:34.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:32.860062+0000 mgr.smithi134.hychep (mgr.24599) 273 : cluster [DBG] pgmap v163: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 164/1473 objects degraded (11.134%) 2024-02-06T18:18:34.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:33.500633+0000 mon.smithi149 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.149:6816/1791034615,v1:172.21.15.149:6817/1791034615]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T18:18:34.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:33.501008+0000 mon.smithi134 (mon.0) 835 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T18:18:34.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:33.976306+0000 mon.smithi134 (mon.0) 836 : cluster [WRN] Health check update: Degraded data redundancy: 164/1473 objects degraded (11.134%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:34.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:18:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:18:34.434+0000 7fda317e6700 -1 osd.6 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:18:34.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:32.860062+0000 mgr.smithi134.hychep (mgr.24599) 273 : cluster [DBG] pgmap v163: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 292 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 164/1473 objects degraded (11.134%) 2024-02-06T18:18:34.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:33.500633+0000 mon.smithi149 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.149:6816/1791034615,v1:172.21.15.149:6817/1791034615]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T18:18:34.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:33.501008+0000 mon.smithi134 (mon.0) 835 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T18:18:34.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:33.976306+0000 mon.smithi134 (mon.0) 836 : cluster [WRN] Health check update: Degraded data redundancy: 164/1473 objects degraded (11.134%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:34.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.65 MB/sec execute 382 sec latency 365345.280 ms 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (12m) 88s ago 14m 17.7M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (3m) 88s ago 13m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (3m) 3s ago 12m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (11m) 88s ago 13m 34.3M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (8m) 88s ago 8m 11.6M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (8m) 3s ago 8m 29.4M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (5m) 88s ago 15m 436M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (4m) 3s ago 13m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (4m) 88s ago 15m 51.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (4m) 3s ago 13m 56.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:18:35.116 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (6m) 88s ago 6m 88.6M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (5m) 3s ago 5m 86.4M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (13m) 88s ago 13m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (13m) 3s ago 13m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (3m) 88s ago 13m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (2m) 88s ago 12m 106M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (2m) 88s ago 12m 84.6M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (95s) 88s ago 11m 12.8M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (64s) 3s ago 11m 122M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (35s) 3s ago 11m 124M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (7s) 3s ago 10m 13.4M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (10m) 3s ago 10m 243M 4096M 15.2.13 2cf504fded39 6029243dc85b 2024-02-06T18:18:35.117 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (5m) 88s ago 12m 62.5M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:18:35.460 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 7 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 11 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:18:35.461 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:18:35.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:34.423327+0000 mon.smithi134 (mon.0) 837 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:34.423388+0000 mon.smithi134 (mon.0) 838 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:34.424108+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='osd.6 [v2:172.21.15.149:6816/1791034615,v1:172.21.15.149:6817/1791034615]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:34.424423+0000 mon.smithi134 (mon.0) 839 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.106445+0000 mon.smithi134 (mon.0) 840 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.106784+0000 mon.smithi134 (mon.0) 841 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.107050+0000 mon.smithi134 (mon.0) 842 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.107314+0000 mon.smithi134 (mon.0) 843 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.107556+0000 mon.smithi134 (mon.0) 844 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.109055+0000 mon.smithi134 (mon.0) 845 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.109313+0000 mon.smithi134 (mon.0) 846 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.109559+0000 mon.smithi134 (mon.0) 847 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.109802+0000 mon.smithi134 (mon.0) 848 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:35 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.110039+0000 mon.smithi134 (mon.0) 849 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:18:35.736 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:18:35.737 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "13/23 daemons upgraded", 2024-02-06T18:18:35.737 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:18:35.737 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:18:35.737 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:34.423327+0000 mon.smithi134 (mon.0) 837 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:34.423388+0000 mon.smithi134 (mon.0) 838 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:34.424108+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='osd.6 [v2:172.21.15.149:6816/1791034615,v1:172.21.15.149:6817/1791034615]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:34.424423+0000 mon.smithi134 (mon.0) 839 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.106445+0000 mon.smithi134 (mon.0) 840 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.106784+0000 mon.smithi134 (mon.0) 841 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.107050+0000 mon.smithi134 (mon.0) 842 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.107314+0000 mon.smithi134 (mon.0) 843 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.107556+0000 mon.smithi134 (mon.0) 844 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.109055+0000 mon.smithi134 (mon.0) 845 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.109313+0000 mon.smithi134 (mon.0) 846 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.109559+0000 mon.smithi134 (mon.0) 847 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.109802+0000 mon.smithi134 (mon.0) 848 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:35 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.110039+0000 mon.smithi134 (mon.0) 849 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:18:35.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.65 MB/sec execute 383 sec latency 366345.389 ms 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:34.554684+0000 mgr.smithi134.hychep (mgr.24599) 274 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:34.830817+0000 mgr.smithi134.hychep (mgr.24599) 275 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:34.860513+0000 mgr.smithi134.hychep (mgr.24599) 276 : cluster [DBG] pgmap v165: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 164/1473 objects degraded (11.134%) 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.104136+0000 mgr.smithi134.hychep (mgr.24599) 277 : audit [DBG] from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:35.419642+0000 mon.smithi134 (mon.0) 850 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:35.423533+0000 mon.smithi134 (mon.0) 851 : cluster [INF] osd.6 [v2:172.21.15.149:6816/1791034615,v1:172.21.15.149:6817/1791034615] boot 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:35.423585+0000 mon.smithi134 (mon.0) 852 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.424288+0000 mon.smithi134 (mon.0) 853 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.459864+0000 mon.smithi134 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.134:0/664647694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:36.424917+0000 mon.smithi134 (mon.0) 855 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:34.554684+0000 mgr.smithi134.hychep (mgr.24599) 274 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:34.830817+0000 mgr.smithi134.hychep (mgr.24599) 275 : audit [DBG] from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:34.860513+0000 mgr.smithi134.hychep (mgr.24599) 276 : cluster [DBG] pgmap v165: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 164/1473 objects degraded (11.134%) 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.104136+0000 mgr.smithi134.hychep (mgr.24599) 277 : audit [DBG] from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:35.419642+0000 mon.smithi134 (mon.0) 850 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:35.423533+0000 mon.smithi134 (mon.0) 851 : cluster [INF] osd.6 [v2:172.21.15.149:6816/1791034615,v1:172.21.15.149:6817/1791034615] boot 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:35.423585+0000 mon.smithi134 (mon.0) 852 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.424288+0000 mon.smithi134 (mon.0) 853 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.459864+0000 mon.smithi134 (mon.0) 854 : audit [DBG] from='client.? 172.21.15.134:0/664647694' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:18:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:36.424917+0000 mon.smithi134 (mon.0) 855 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-06T18:18:36.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.65 MB/sec execute 384 sec latency 367345.466 ms 2024-02-06T18:18:37.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:35.735578+0000 mgr.smithi134.hychep (mgr.24599) 278 : audit [DBG] from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:37.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:37.149726+0000 mon.smithi134 (mon.0) 856 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:37.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:35.735578+0000 mgr.smithi134.hychep (mgr.24599) 278 : audit [DBG] from='client.34330 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:18:37.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:37.149726+0000 mon.smithi134 (mon.0) 856 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:37.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.65 MB/sec execute 385 sec latency 368345.583 ms 2024-02-06T18:18:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:36.861027+0000 mgr.smithi134.hychep (mgr.24599) 279 : cluster [DBG] pgmap v168: 129 pgs: 6 peering, 21 active+undersized+degraded, 16 active+undersized, 86 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 138/1473 objects degraded (9.369%) 2024-02-06T18:18:38.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:36.861027+0000 mgr.smithi134.hychep (mgr.24599) 279 : cluster [DBG] pgmap v168: 129 pgs: 6 peering, 21 active+undersized+degraded, 16 active+undersized, 86 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 138/1473 objects degraded (9.369%) 2024-02-06T18:18:38.937 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.65 MB/sec execute 386 sec latency 369345.643 ms 2024-02-06T18:18:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:38.977486+0000 mon.smithi134 (mon.0) 857 : cluster [WRN] Health check update: Degraded data redundancy: 138/1473 objects degraded (9.369%), 21 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:39.761 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:38.977486+0000 mon.smithi134 (mon.0) 857 : cluster [WRN] Health check update: Degraded data redundancy: 138/1473 objects degraded (9.369%), 21 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:39.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.65 MB/sec execute 387 sec latency 370345.746 ms 2024-02-06T18:18:40.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:38.861675+0000 mgr.smithi134.hychep (mgr.24599) 280 : cluster [DBG] pgmap v169: 129 pgs: 6 peering, 12 active+undersized+degraded, 8 active+undersized, 103 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 74/1473 objects degraded (5.024%) 2024-02-06T18:18:40.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:38.861675+0000 mgr.smithi134.hychep (mgr.24599) 280 : cluster [DBG] pgmap v169: 129 pgs: 6 peering, 12 active+undersized+degraded, 8 active+undersized, 103 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 74/1473 objects degraded (5.024%) 2024-02-06T18:18:40.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.64 MB/sec execute 388 sec latency 371345.851 ms 2024-02-06T18:18:41.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:40.862475+0000 mgr.smithi134.hychep (mgr.24599) 281 : cluster [DBG] pgmap v170: 129 pgs: 6 peering, 123 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:41.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:41 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:41.448577+0000 mon.smithi134 (mon.0) 858 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/1473 objects degraded (5.024%), 12 pgs degraded) 2024-02-06T18:18:41.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.64 MB/sec execute 389 sec latency 372345.945 ms 2024-02-06T18:18:41.984 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:40.862475+0000 mgr.smithi134.hychep (mgr.24599) 281 : cluster [DBG] pgmap v170: 129 pgs: 6 peering, 123 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:41.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:41.448577+0000 mon.smithi134 (mon.0) 858 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 74/1473 objects degraded (5.024%), 12 pgs degraded) 2024-02-06T18:18:42.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.64 MB/sec execute 390 sec latency 373346.047 ms 2024-02-06T18:18:43.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.64 MB/sec execute 391 sec latency 374346.153 ms 2024-02-06T18:18:44.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:42.863140+0000 mgr.smithi134.hychep (mgr.24599) 282 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:44.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:42.863140+0000 mgr.smithi134.hychep (mgr.24599) 282 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:44.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.64 MB/sec execute 392 sec latency 375346.241 ms 2024-02-06T18:18:45.939 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.64 MB/sec execute 393 sec latency 376346.333 ms 2024-02-06T18:18:46.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:44.863762+0000 mgr.smithi134.hychep (mgr.24599) 283 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:46.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:44.863762+0000 mgr.smithi134.hychep (mgr.24599) 283 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:46.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 394 sec latency 377346.453 ms 2024-02-06T18:18:47.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 395 sec latency 378346.553 ms 2024-02-06T18:18:48.192 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:46.864362+0000 mgr.smithi134.hychep (mgr.24599) 284 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:48.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:46.977421+0000 mon.smithi134 (mon.0) 859 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:48.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:47.138009+0000 mon.smithi134 (mon.0) 860 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:48.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:47.138208+0000 mgr.smithi134.hychep (mgr.24599) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:48.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:47.139345+0000 mgr.smithi134.hychep (mgr.24599) 286 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-06T18:18:48.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:47.161402+0000 mon.smithi134 (mon.0) 861 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:48.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:46.864362+0000 mgr.smithi134.hychep (mgr.24599) 284 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:46.977421+0000 mon.smithi134 (mon.0) 859 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:47.138009+0000 mon.smithi134 (mon.0) 860 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:47.138208+0000 mgr.smithi134.hychep (mgr.24599) 285 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-06T18:18:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:47.139345+0000 mgr.smithi134.hychep (mgr.24599) 286 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-06T18:18:48.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:47.161402+0000 mon.smithi134 (mon.0) 861 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:48.938 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 396 sec latency 379346.644 ms 2024-02-06T18:18:49.939 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 397 sec latency 380346.760 ms 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:48.686036+0000 mgr.smithi134.hychep (mgr.24599) 287 : cephadm [INF] Upgrade: Updating osd.7 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:48.691347+0000 mon.smithi134 (mon.0) 862 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:48.692190+0000 mon.smithi134 (mon.0) 863 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:48.692850+0000 mon.smithi134 (mon.0) 864 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:18:48.694130+0000 mgr.smithi134.hychep (mgr.24599) 288 : cephadm [INF] Deploying daemon osd.7 on smithi149 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:48.694673+0000 mon.smithi134 (mon.0) 865 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T18:18:49.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:49 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:48.864976+0000 mgr.smithi134.hychep (mgr.24599) 289 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:48.686036+0000 mgr.smithi134.hychep (mgr.24599) 287 : cephadm [INF] Upgrade: Updating osd.7 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:48.691347+0000 mon.smithi134 (mon.0) 862 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:48.692190+0000 mon.smithi134 (mon.0) 863 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:48.692850+0000 mon.smithi134 (mon.0) 864 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:18:48.694130+0000 mgr.smithi134.hychep (mgr.24599) 288 : cephadm [INF] Deploying daemon osd.7 on smithi149 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:48.694673+0000 mon.smithi134 (mon.0) 865 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T18:18:50.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:49 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:48.864976+0000 mgr.smithi134.hychep (mgr.24599) 289 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:50.939 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 398 sec latency 381346.840 ms 2024-02-06T18:18:51.921 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:51 smithi149 systemd[1]: Stopping Ceph osd.7 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:18:51.939 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 399 sec latency 382346.916 ms 2024-02-06T18:18:52.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:50.865767+0000 mgr.smithi134.hychep (mgr.24599) 290 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:52.278 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:50.865767+0000 mgr.smithi134.hychep (mgr.24599) 290 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:52.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:52 smithi149 bash[60313]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.7 2024-02-06T18:18:52.940 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.63 MB/sec execute 400 sec latency 383347.700 ms 2024-02-06T18:18:53.056 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:52 smithi149 bash[60369]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.7" found: no such container 2024-02-06T18:18:53.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.086777+0000 mon.smithi134 (mon.0) 866 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.086810+0000 mon.smithi134 (mon.0) 867 : cluster [INF] osd.7 failed (root=default,host=smithi149) (connection refused reported by osd.0) 2024-02-06T18:18:53.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.191284+0000 mon.smithi134 (mon.0) 868 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.191431+0000 mon.smithi134 (mon.0) 869 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.191563+0000 mon.smithi134 (mon.0) 870 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.191697+0000 mon.smithi134 (mon.0) 871 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.191814+0000 mon.smithi134 (mon.0) 872 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.191966+0000 mon.smithi134 (mon.0) 873 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192057+0000 mon.smithi134 (mon.0) 874 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192146+0000 mon.smithi134 (mon.0) 875 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192292+0000 mon.smithi134 (mon.0) 876 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192413+0000 mon.smithi134 (mon.0) 877 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192543+0000 mon.smithi134 (mon.0) 878 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192690+0000 mon.smithi134 (mon.0) 879 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192834+0000 mon.smithi134 (mon.0) 880 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.192977+0000 mon.smithi134 (mon.0) 881 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.287233+0000 mon.smithi134 (mon.0) 882 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.481661+0000 mon.smithi134 (mon.0) 883 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.485226+0000 mon.smithi134 (mon.0) 884 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.487280+0000 mon.smithi134 (mon.0) 885 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.582403+0000 mon.smithi134 (mon.0) 886 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.587583+0000 mon.smithi134 (mon.0) 887 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.587778+0000 mon.smithi134 (mon.0) 888 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.592568+0000 mon.smithi134 (mon.0) 889 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.592737+0000 mon.smithi134 (mon.0) 890 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.592879+0000 mon.smithi134 (mon.0) 891 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593037+0000 mon.smithi134 (mon.0) 892 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593098+0000 mon.smithi134 (mon.0) 893 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593249+0000 mon.smithi134 (mon.0) 894 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593362+0000 mon.smithi134 (mon.0) 895 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593454+0000 mon.smithi134 (mon.0) 896 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593582+0000 mon.smithi134 (mon.0) 897 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593679+0000 mon.smithi134 (mon.0) 898 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.059 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593799+0000 mon.smithi134 (mon.0) 899 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.593927+0000 mon.smithi134 (mon.0) 900 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.594052+0000 mon.smithi134 (mon.0) 901 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.594198+0000 mon.smithi134 (mon.0) 902 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.685654+0000 mon.smithi134 (mon.0) 903 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.687458+0000 mon.smithi134 (mon.0) 904 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.688501+0000 mon.smithi134 (mon.0) 905 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.782963+0000 mon.smithi134 (mon.0) 906 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.788523+0000 mon.smithi134 (mon.0) 907 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.060 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.788587+0000 mon.smithi134 (mon.0) 908 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.086777+0000 mon.smithi134 (mon.0) 866 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.086810+0000 mon.smithi134 (mon.0) 867 : cluster [INF] osd.7 failed (root=default,host=smithi149) (connection refused reported by osd.0) 2024-02-06T18:18:53.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.191284+0000 mon.smithi134 (mon.0) 868 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.191431+0000 mon.smithi134 (mon.0) 869 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.191563+0000 mon.smithi134 (mon.0) 870 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.191697+0000 mon.smithi134 (mon.0) 871 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.191814+0000 mon.smithi134 (mon.0) 872 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.191966+0000 mon.smithi134 (mon.0) 873 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192057+0000 mon.smithi134 (mon.0) 874 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192146+0000 mon.smithi134 (mon.0) 875 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192292+0000 mon.smithi134 (mon.0) 876 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192413+0000 mon.smithi134 (mon.0) 877 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192543+0000 mon.smithi134 (mon.0) 878 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192690+0000 mon.smithi134 (mon.0) 879 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192834+0000 mon.smithi134 (mon.0) 880 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.192977+0000 mon.smithi134 (mon.0) 881 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.287233+0000 mon.smithi134 (mon.0) 882 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.481661+0000 mon.smithi134 (mon.0) 883 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.485226+0000 mon.smithi134 (mon.0) 884 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.487280+0000 mon.smithi134 (mon.0) 885 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.582403+0000 mon.smithi134 (mon.0) 886 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.587583+0000 mon.smithi134 (mon.0) 887 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.587778+0000 mon.smithi134 (mon.0) 888 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.592568+0000 mon.smithi134 (mon.0) 889 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.592737+0000 mon.smithi134 (mon.0) 890 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.592879+0000 mon.smithi134 (mon.0) 891 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593037+0000 mon.smithi134 (mon.0) 892 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593098+0000 mon.smithi134 (mon.0) 893 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593249+0000 mon.smithi134 (mon.0) 894 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593362+0000 mon.smithi134 (mon.0) 895 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593454+0000 mon.smithi134 (mon.0) 896 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593582+0000 mon.smithi134 (mon.0) 897 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593679+0000 mon.smithi134 (mon.0) 898 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593799+0000 mon.smithi134 (mon.0) 899 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.593927+0000 mon.smithi134 (mon.0) 900 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.237 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.594052+0000 mon.smithi134 (mon.0) 901 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.594198+0000 mon.smithi134 (mon.0) 902 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.685654+0000 mon.smithi134 (mon.0) 903 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.687458+0000 mon.smithi134 (mon.0) 904 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.688501+0000 mon.smithi134 (mon.0) 905 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.782963+0000 mon.smithi134 (mon.0) 906 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.788523+0000 mon.smithi134 (mon.0) 907 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-06T18:18:53.238 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.788587+0000 mon.smithi134 (mon.0) 908 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-06T18:18:53.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.62 MB/sec execute 401 sec latency 384349.061 ms 2024-02-06T18:18:54.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.866438+0000 mgr.smithi134.hychep (mgr.24599) 291 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:54.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.921427+0000 mon.smithi134 (mon.0) 909 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:18:54.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.921453+0000 mon.smithi134 (mon.0) 910 : cluster [WRN] Health check failed: all OSDs are running pacific or later but require_osd_release < pacific (OSD_UPGRADE_FINISHED) 2024-02-06T18:18:54.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:52.930487+0000 mon.smithi134 (mon.0) 911 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-06T18:18:54.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.866438+0000 mgr.smithi134.hychep (mgr.24599) 291 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail 2024-02-06T18:18:54.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.921427+0000 mon.smithi134 (mon.0) 909 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T18:18:54.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.921453+0000 mon.smithi134 (mon.0) 910 : cluster [WRN] Health check failed: all OSDs are running pacific or later but require_osd_release < pacific (OSD_UPGRADE_FINISHED) 2024-02-06T18:18:54.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:52.930487+0000 mon.smithi134 (mon.0) 911 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-06T18:18:54.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:54 smithi149 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.7.service: Succeeded. 2024-02-06T18:18:54.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:54 smithi149 systemd[1]: Stopped Ceph osd.7 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:18:54.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:54 smithi149 systemd[1]: Starting Ceph osd.7 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:18:54.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.62 MB/sec execute 402 sec latency 385349.117 ms 2024-02-06T18:18:55.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:53.930719+0000 mon.smithi134 (mon.0) 912 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-06T18:18:55.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:53.930719+0000 mon.smithi134 (mon.0) 912 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: 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-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-06T18:18:55.759 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:55 smithi149 bash[60623]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-06T18:18:55.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.62 MB/sec execute 403 sec latency 386349.212 ms 2024-02-06T18:18:56.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:54.867142+0000 mgr.smithi134.hychep (mgr.24599) 292 : cluster [DBG] pgmap v179: 129 pgs: 12 active+undersized+degraded, 5 peering, 11 stale+active+clean, 9 active+undersized, 92 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 54/1473 objects degraded (3.666%) 2024-02-06T18:18:56.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:54.982725+0000 mon.smithi134 (mon.0) 913 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T18:18:56.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:54.982797+0000 mon.smithi134 (mon.0) 914 : cluster [WRN] Health check failed: Degraded data redundancy: 54/1473 objects degraded (3.666%), 12 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:56.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:54.867142+0000 mgr.smithi134.hychep (mgr.24599) 292 : cluster [DBG] pgmap v179: 129 pgs: 12 active+undersized+degraded, 5 peering, 11 stale+active+clean, 9 active+undersized, 92 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 54/1473 objects degraded (3.666%) 2024-02-06T18:18:56.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:54.982725+0000 mon.smithi134 (mon.0) 913 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T18:18:56.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:54.982797+0000 mon.smithi134 (mon.0) 914 : cluster [WRN] Health check failed: Degraded data redundancy: 54/1473 objects degraded (3.666%), 12 pgs degraded (PG_DEGRADED) 2024-02-06T18:18:56.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.62 MB/sec execute 404 sec latency 387349.320 ms 2024-02-06T18:18:57.057 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:18:56.604+0000 7f63b2d41700 1 -- 172.21.15.149:0/581122429 <== mon.1 v2:172.21.15.149:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55efd550c680 con 0x55efd54d5400 2024-02-06T18:18:57.057 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:56 smithi149 bash[60861]: b1f4d8d65317ddbd9652045db1ded0174bef27693bddd1b62cdd996b11b5e4c8 2024-02-06T18:18:57.057 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:56 smithi149 systemd[1]: Started Ceph osd.7 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:18:57.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:18:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:18:57.128+0000 7f63ba7cf380 -1 Falling back to public interface 2024-02-06T18:18:57.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.62 MB/sec execute 405 sec latency 388349.420 ms 2024-02-06T18:18:58.041 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:56.735565+0000 mon.smithi134 (mon.0) 915 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:58.041 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:56.736485+0000 mon.smithi134 (mon.0) 916 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:58.041 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:18:56.738272+0000 mon.smithi134 (mon.0) 917 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:18:58.041 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:56.867965+0000 mgr.smithi134.hychep (mgr.24599) 293 : cluster [DBG] pgmap v180: 129 pgs: 23 active+undersized+degraded, 5 peering, 7 stale+active+clean, 18 active+undersized, 76 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 131/1473 objects degraded (8.893%) 2024-02-06T18:18:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:56.735565+0000 mon.smithi134 (mon.0) 915 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:18:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:56.736485+0000 mon.smithi134 (mon.0) 916 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:18:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:18:56.738272+0000 mon.smithi134 (mon.0) 917 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:18:58.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:57 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:56.867965+0000 mgr.smithi134.hychep (mgr.24599) 293 : cluster [DBG] pgmap v180: 129 pgs: 23 active+undersized+degraded, 5 peering, 7 stale+active+clean, 18 active+undersized, 76 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 131/1473 objects degraded (8.893%) 2024-02-06T18:18:58.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.62 MB/sec execute 406 sec latency 389349.502 ms 2024-02-06T18:18:59.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:58.919790+0000 mon.smithi134 (mon.0) 918 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T18:18:59.244 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:58.919790+0000 mon.smithi134 (mon.0) 918 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T18:18:59.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 407 sec latency 390349.587 ms 2024-02-06T18:19:00.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:18:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:18:58.868832+0000 mgr.smithi134.hychep (mgr.24599) 294 : cluster [DBG] pgmap v181: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 226/1473 objects degraded (15.343%) 2024-02-06T18:19:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:18:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:18:58.868832+0000 mgr.smithi134.hychep (mgr.24599) 294 : cluster [DBG] pgmap v181: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 226/1473 objects degraded (15.343%) 2024-02-06T18:19:00.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 408 sec latency 391349.710 ms 2024-02-06T18:19:01.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:19:01.139+0000 7f63ba7cf380 -1 osd.7 101 log_to_monitors {default=true} 2024-02-06T18:19:01.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.346012+0000 mon.smithi134 (mon.0) 919 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.704974+0000 mon.smithi134 (mon.0) 920 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:01.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.705877+0000 mon.smithi134 (mon.0) 921 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:01.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.711098+0000 mon.smithi134 (mon.0) 922 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.713775+0000 mon.smithi134 (mon.0) 923 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.717694+0000 mon.smithi134 (mon.0) 924 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.721815+0000 mon.smithi134 (mon.0) 925 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.724231+0000 mon.smithi134 (mon.0) 926 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.725582+0000 mon.smithi134 (mon.0) 927 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.726903+0000 mon.smithi134 (mon.0) 928 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.728734+0000 mon.smithi134 (mon.0) 929 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.733289+0000 mon.smithi134 (mon.0) 930 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.734014+0000 mon.smithi134 (mon.0) 931 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.738006+0000 mon.smithi134 (mon.0) 932 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.739132+0000 mon.smithi134 (mon.0) 933 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.754036+0000 mon.smithi134 (mon.0) 934 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.754941+0000 mon.smithi134 (mon.0) 935 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.778788+0000 mon.smithi134 (mon.0) 936 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-06T18:19:01.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.779873+0000 mon.smithi134 (mon.0) 937 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.787076+0000 mon.smithi134 (mon.0) 938 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.788102+0000 mon.smithi134 (mon.0) 939 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.794550+0000 mon.smithi134 (mon.0) 940 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.795593+0000 mon.smithi134 (mon.0) 941 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.802092+0000 mon.smithi134 (mon.0) 942 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.803081+0000 mon.smithi134 (mon.0) 943 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.809414+0000 mon.smithi134 (mon.0) 944 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.810358+0000 mon.smithi134 (mon.0) 945 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.843035+0000 mon.smithi134 (mon.0) 946 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:00.844523+0000 mon.smithi134 (mon.0) 947 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd require-osd-release", "release": "pacific"}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.143720+0000 mon.smithi149 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.149:6824/4149989290,v1:172.21.15.149:6825/4149989290]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T18:19:01.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.144135+0000 mon.smithi134 (mon.0) 948 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.346012+0000 mon.smithi134 (mon.0) 919 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.704974+0000 mon.smithi134 (mon.0) 920 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.705877+0000 mon.smithi134 (mon.0) 921 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.711098+0000 mon.smithi134 (mon.0) 922 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.713775+0000 mon.smithi134 (mon.0) 923 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.717694+0000 mon.smithi134 (mon.0) 924 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.721815+0000 mon.smithi134 (mon.0) 925 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.724231+0000 mon.smithi134 (mon.0) 926 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.725582+0000 mon.smithi134 (mon.0) 927 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.726903+0000 mon.smithi134 (mon.0) 928 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.728734+0000 mon.smithi134 (mon.0) 929 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.733289+0000 mon.smithi134 (mon.0) 930 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.734014+0000 mon.smithi134 (mon.0) 931 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.738006+0000 mon.smithi134 (mon.0) 932 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.739132+0000 mon.smithi134 (mon.0) 933 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.754036+0000 mon.smithi134 (mon.0) 934 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.754941+0000 mon.smithi134 (mon.0) 935 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.778788+0000 mon.smithi134 (mon.0) 936 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.779873+0000 mon.smithi134 (mon.0) 937 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-06T18:19:01.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.787076+0000 mon.smithi134 (mon.0) 938 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.788102+0000 mon.smithi134 (mon.0) 939 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.794550+0000 mon.smithi134 (mon.0) 940 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.795593+0000 mon.smithi134 (mon.0) 941 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.802092+0000 mon.smithi134 (mon.0) 942 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.803081+0000 mon.smithi134 (mon.0) 943 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.809414+0000 mon.smithi134 (mon.0) 944 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.810358+0000 mon.smithi134 (mon.0) 945 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.843035+0000 mon.smithi134 (mon.0) 946 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:00.844523+0000 mon.smithi134 (mon.0) 947 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd require-osd-release", "release": "pacific"}]: dispatch 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.143720+0000 mon.smithi149 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.149:6824/4149989290,v1:172.21.15.149:6825/4149989290]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T18:19:01.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.144135+0000 mon.smithi134 (mon.0) 948 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T18:19:01.941 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 409 sec latency 392349.754 ms 2024-02-06T18:19:02.306 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:19:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:19:01.867+0000 7f63aa4b3700 -1 osd.7 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T18:19:02.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:00.706607+0000 mgr.smithi134.hychep (mgr.24599) 295 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:02.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:00.714246+0000 mgr.smithi134.hychep (mgr.24599) 296 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:02.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:00.714336+0000 mgr.smithi134.hychep (mgr.24599) 297 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:02.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:00.729315+0000 mgr.smithi134.hychep (mgr.24599) 298 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:00.844262+0000 mgr.smithi134.hychep (mgr.24599) 299 : cephadm [INF] Upgrade: Setting require_osd_release to 16 pacific 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:00.869592+0000 mgr.smithi134.hychep (mgr.24599) 300 : cluster [DBG] pgmap v182: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 226/1473 objects degraded (15.343%) 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:01.840431+0000 mon.smithi134 (mon.0) 949 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running pacific or later but require_osd_release < pacific) 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.849498+0000 mon.smithi134 (mon.0) 950 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "osd require-osd-release", "release": "pacific"}]': finished 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.849591+0000 mon.smithi134 (mon.0) 951 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:01.849684+0000 mon.smithi134 (mon.0) 952 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-06T18:19:02.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.850865+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.149:6824/4149989290,v1:172.21.15.149:6825/4149989290]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:19:02.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.851447+0000 mon.smithi134 (mon.0) 953 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:19:02.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:01.977032+0000 mon.smithi134 (mon.0) 954 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:00.706607+0000 mgr.smithi134.hychep (mgr.24599) 295 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:00.714246+0000 mgr.smithi134.hychep (mgr.24599) 296 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:00.714336+0000 mgr.smithi134.hychep (mgr.24599) 297 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:00.729315+0000 mgr.smithi134.hychep (mgr.24599) 298 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:00.844262+0000 mgr.smithi134.hychep (mgr.24599) 299 : cephadm [INF] Upgrade: Setting require_osd_release to 16 pacific 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:00.869592+0000 mgr.smithi134.hychep (mgr.24599) 300 : cluster [DBG] pgmap v182: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 292 MiB data, 3.0 GiB used, 711 GiB / 715 GiB avail; 226/1473 objects degraded (15.343%) 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:01.840431+0000 mon.smithi134 (mon.0) 949 : cluster [INF] Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running pacific or later but require_osd_release < pacific) 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.849498+0000 mon.smithi134 (mon.0) 950 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "osd require-osd-release", "release": "pacific"}]': finished 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.849591+0000 mon.smithi134 (mon.0) 951 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T18:19:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:01.849684+0000 mon.smithi134 (mon.0) 952 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-06T18:19:02.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.850865+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.149:6824/4149989290,v1:172.21.15.149:6825/4149989290]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:19:02.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.851447+0000 mon.smithi134 (mon.0) 953 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-02-06T18:19:02.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:01.977032+0000 mon.smithi134 (mon.0) 954 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:02.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 410 sec latency 393349.832 ms 2024-02-06T18:19:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:01.852804+0000 mgr.smithi134.hychep (mgr.24599) 301 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi149.wbrart to be up:active (currently up:clientreplay) 2024-02-06T18:19:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:02.847401+0000 mon.smithi134 (mon.0) 955 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:19:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:02.851640+0000 mon.smithi134 (mon.0) 956 : cluster [INF] osd.7 [v2:172.21.15.149:6824/4149989290,v1:172.21.15.149:6825/4149989290] boot 2024-02-06T18:19:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:02.851692+0000 mon.smithi134 (mon.0) 957 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-02-06T18:19:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:02.853198+0000 mon.smithi134 (mon.0) 958 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T18:19:03.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:01.852804+0000 mgr.smithi134.hychep (mgr.24599) 301 : cephadm [INF] Upgrade: Waiting for mds.foofs.smithi149.wbrart to be up:active (currently up:clientreplay) 2024-02-06T18:19:03.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:02.847401+0000 mon.smithi134 (mon.0) 955 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T18:19:03.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:02.851640+0000 mon.smithi134 (mon.0) 956 : cluster [INF] osd.7 [v2:172.21.15.149:6824/4149989290,v1:172.21.15.149:6825/4149989290] boot 2024-02-06T18:19:03.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:02.851692+0000 mon.smithi134 (mon.0) 957 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-02-06T18:19:03.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:02.853198+0000 mon.smithi134 (mon.0) 958 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T18:19:03.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 411 sec latency 394349.893 ms 2024-02-06T18:19:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:02.870224+0000 mgr.smithi134.hychep (mgr.24599) 302 : cluster [DBG] pgmap v185: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226/1473 objects degraded (15.343%) 2024-02-06T18:19:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:03.858625+0000 mon.smithi134 (mon.0) 959 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-06T18:19:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:03.982816+0000 mon.smithi134 (mon.0) 960 : cluster [WRN] Health check update: Degraded data redundancy: 226/1473 objects degraded (15.343%), 35 pgs degraded (PG_DEGRADED) 2024-02-06T18:19:04.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:02.870224+0000 mgr.smithi134.hychep (mgr.24599) 302 : cluster [DBG] pgmap v185: 129 pgs: 35 active+undersized+degraded, 22 active+undersized, 72 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226/1473 objects degraded (15.343%) 2024-02-06T18:19:04.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:03.858625+0000 mon.smithi134 (mon.0) 959 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-06T18:19:04.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:03.982816+0000 mon.smithi134 (mon.0) 960 : cluster [WRN] Health check update: Degraded data redundancy: 226/1473 objects degraded (15.343%), 35 pgs degraded (PG_DEGRADED) 2024-02-06T18:19:04.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 412 sec latency 395350.011 ms 2024-02-06T18:19:05.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.61 MB/sec execute 413 sec latency 396350.061 ms 2024-02-06T18:19:06.037 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:19:06.587 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:19:06.587 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (12m) 119s ago 14m 17.7M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:19:06.587 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (4m) 119s ago 14m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:19:06.587 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (3m) 6s ago 13m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (12m) 119s ago 14m 34.3M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (9m) 119s ago 9m 11.6M - 15.2.13 2cf504fded39 5ef750fa70d5 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (9m) 6s ago 9m 29.5M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (5m) 119s ago 15m 436M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (5m) 6s ago 14m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (5m) 119s ago 16m 51.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (4m) 6s ago 14m 59.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (6m) 119s ago 6m 88.6M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (6m) 6s ago 6m 86.5M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (13m) 119s ago 13m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (13m) 6s ago 13m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (3m) 119s ago 13m 121M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (3m) 119s ago 13m 106M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:19:06.588 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (2m) 119s ago 12m 84.6M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:19:06.589 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (2m) 119s ago 12m 12.8M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:19:06.589 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (96s) 6s ago 12m 124M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:19:06.589 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (67s) 6s ago 11m 125M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:19:06.589 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (39s) 6s ago 11m 110M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:19:06.589 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (10s) 6s ago 11m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:19:06.589 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (6m) 119s ago 13m 62.5M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:19:06.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:04.870956+0000 mgr.smithi134.hychep (mgr.24599) 303 : cluster [DBG] pgmap v187: 129 pgs: 9 activating, 4 peering, 22 active+undersized+degraded, 15 active+undersized, 79 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 179/1473 objects degraded (12.152%) 2024-02-06T18:19:06.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:04.870956+0000 mgr.smithi134.hychep (mgr.24599) 303 : cluster [DBG] pgmap v187: 129 pgs: 9 activating, 4 peering, 22 active+undersized+degraded, 15 active+undersized, 79 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 179/1473 objects degraded (12.152%) 2024-02-06T18:19:06.914 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:19:06.915 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-02-06T18:19:06.916 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 12 2024-02-06T18:19:06.916 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:19:06.916 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:19:06.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.60 MB/sec execute 414 sec latency 397350.128 ms 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout: "osd", 2024-02-06T18:19:07.193 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "14/23 daemons upgraded", 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading osd daemons", 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:19:07.194 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:19:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.025750+0000 mgr.smithi134.hychep (mgr.24599) 304 : audit [DBG] from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:07.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.302455+0000 mgr.smithi134.hychep (mgr.24599) 305 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.578010+0000 mon.smithi134 (mon.0) 961 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.578389+0000 mon.smithi134 (mon.0) 962 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.578676+0000 mon.smithi134 (mon.0) 963 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.578931+0000 mon.smithi134 (mon.0) 964 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.579190+0000 mon.smithi134 (mon.0) 965 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.580703+0000 mon.smithi134 (mon.0) 966 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.580963+0000 mon.smithi134 (mon.0) 967 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.581228+0000 mon.smithi134 (mon.0) 968 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.581492+0000 mon.smithi134 (mon.0) 969 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.581737+0000 mon.smithi134 (mon.0) 970 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.914849+0000 mon.smithi134 (mon.0) 971 : audit [DBG] from='client.? 172.21.15.134:0/3001802980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:07.176326+0000 mon.smithi134 (mon.0) 972 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:07.284521+0000 mds.foofs.smithi149.wbrart (mds.0) 3 : cluster [WRN] evicting unresponsive client smithi134:foo1 (14532), after 300.869 seconds 2024-02-06T18:19:07.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:07.284553+0000 mds.foofs.smithi149.wbrart (mds.0) 4 : cluster [INF] Evicting (and blacklisting) client session 14532 (172.21.15.134:0/2993801197) 2024-02-06T18:19:07.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:07.284605+0000 mds.foofs.smithi149.wbrart (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi149:foo1 (24325), after 300.869 seconds 2024-02-06T18:19:07.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:07.284615+0000 mds.foofs.smithi149.wbrart (mds.0) 6 : cluster [INF] Evicting (and blacklisting) client session 24325 (172.21.15.149:0/116304691) 2024-02-06T18:19:07.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:07.284812+0000 mon.smithi134 (mon.0) 973 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.134:0/2993801197"}]: dispatch 2024-02-06T18:19:07.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:07.285007+0000 mon.smithi134 (mon.0) 974 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.149:0/116304691"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.025750+0000 mgr.smithi134.hychep (mgr.24599) 304 : audit [DBG] from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.302455+0000 mgr.smithi134.hychep (mgr.24599) 305 : audit [DBG] from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.578010+0000 mon.smithi134 (mon.0) 961 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.578389+0000 mon.smithi134 (mon.0) 962 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.578676+0000 mon.smithi134 (mon.0) 963 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.578931+0000 mon.smithi134 (mon.0) 964 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.579190+0000 mon.smithi134 (mon.0) 965 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.580703+0000 mon.smithi134 (mon.0) 966 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.580963+0000 mon.smithi134 (mon.0) 967 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.581228+0000 mon.smithi134 (mon.0) 968 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.581492+0000 mon.smithi134 (mon.0) 969 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.581737+0000 mon.smithi134 (mon.0) 970 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.914849+0000 mon.smithi134 (mon.0) 971 : audit [DBG] from='client.? 172.21.15.134:0/3001802980' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:07.176326+0000 mon.smithi134 (mon.0) 972 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:07.284521+0000 mds.foofs.smithi149.wbrart (mds.0) 3 : cluster [WRN] evicting unresponsive client smithi134:foo1 (14532), after 300.869 seconds 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:07.284553+0000 mds.foofs.smithi149.wbrart (mds.0) 4 : cluster [INF] Evicting (and blacklisting) client session 14532 (172.21.15.134:0/2993801197) 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:07.284605+0000 mds.foofs.smithi149.wbrart (mds.0) 5 : cluster [WRN] evicting unresponsive client smithi149:foo1 (24325), after 300.869 seconds 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:07.284615+0000 mds.foofs.smithi149.wbrart (mds.0) 6 : cluster [INF] Evicting (and blacklisting) client session 24325 (172.21.15.149:0/116304691) 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:07.284812+0000 mon.smithi134 (mon.0) 973 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.134:0/2993801197"}]: dispatch 2024-02-06T18:19:07.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:07.285007+0000 mon.smithi134 (mon.0) 974 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.149:0/116304691"}]: dispatch 2024-02-06T18:19:07.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.60 MB/sec execute 415 sec latency 398350.225 ms 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:06.575905+0000 mgr.smithi134.hychep (mgr.24599) 306 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:06.871441+0000 mgr.smithi134.hychep (mgr.24599) 307 : cluster [DBG] pgmap v188: 129 pgs: 9 activating, 4 peering, 3 active+undersized+degraded, 1 active+undersized, 112 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 29/1473 objects degraded (1.969%) 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:07.193124+0000 mgr.smithi134.hychep (mgr.24599) 308 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:08.179401+0000 mon.smithi134 (mon.0) 975 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.134:0/2993801197"}]': finished 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:08.179461+0000 mon.smithi134 (mon.0) 976 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.149:0/116304691"}]': finished 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:08.179498+0000 mon.smithi134 (mon.0) 977 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-06T18:19:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:08.190111+0000 mon.smithi134 (mon.0) 978 : cluster [INF] daemon mds.foofs.smithi149.wbrart is now active in filesystem foofs as rank 0 2024-02-06T18:19:08.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:06.575905+0000 mgr.smithi134.hychep (mgr.24599) 306 : audit [DBG] from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:06.871441+0000 mgr.smithi134.hychep (mgr.24599) 307 : cluster [DBG] pgmap v188: 129 pgs: 9 activating, 4 peering, 3 active+undersized+degraded, 1 active+undersized, 112 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 29/1473 objects degraded (1.969%) 2024-02-06T18:19:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:07.193124+0000 mgr.smithi134.hychep (mgr.24599) 308 : audit [DBG] from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:08.179401+0000 mon.smithi134 (mon.0) 975 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.134:0/2993801197"}]': finished 2024-02-06T18:19:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:08.179461+0000 mon.smithi134 (mon.0) 976 : audit [INF] from='mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540]' entity='mds.foofs.smithi149.wbrart' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.149:0/116304691"}]': finished 2024-02-06T18:19:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:08.179498+0000 mon.smithi134 (mon.0) 977 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-02-06T18:19:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:08.190111+0000 mon.smithi134 (mon.0) 978 : cluster [INF] daemon mds.foofs.smithi149.wbrart is now active in filesystem foofs as rank 0 2024-02-06T18:19:08.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 105575 0.60 MB/sec execute 416 sec latency 399350.310 ms 2024-02-06T18:19:09.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:08.985037+0000 mon.smithi134 (mon.0) 979 : cluster [WRN] Health check update: Degraded data redundancy: 29/1473 objects degraded (1.969%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T18:19:09.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:09.176317+0000 mon.smithi134 (mon.0) 980 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T18:19:09.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:09.179852+0000 mon.smithi134 (mon.0) 981 : cluster [DBG] mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:active 2024-02-06T18:19:09.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:09.179915+0000 mon.smithi134 (mon.0) 982 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.wbrart=up:active} 1 up:standby 2024-02-06T18:19:09.763 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:08.985037+0000 mon.smithi134 (mon.0) 979 : cluster [WRN] Health check update: Degraded data redundancy: 29/1473 objects degraded (1.969%), 3 pgs degraded (PG_DEGRADED) 2024-02-06T18:19:09.764 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:09.176317+0000 mon.smithi134 (mon.0) 980 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T18:19:09.764 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:09.179852+0000 mon.smithi134 (mon.0) 981 : cluster [DBG] mds.0 [v2:172.21.15.149:6832/3661059540,v1:172.21.15.149:6833/3661059540] up:active 2024-02-06T18:19:09.764 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:09.179915+0000 mon.smithi134 (mon.0) 982 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.wbrart=up:active} 1 up:standby 2024-02-06T18:19:09.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 106016 0.63 MB/sec execute 417 sec latency 399655.046 ms 2024-02-06T18:19:10.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:08.871856+0000 mgr.smithi134.hychep (mgr.24599) 309 : cluster [DBG] pgmap v190: 129 pgs: 9 activating, 120 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-02-06T18:19:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:09.363015+0000 mon.smithi134 (mon.0) 983 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/1473 objects degraded (1.969%), 3 pgs degraded) 2024-02-06T18:19:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:09.363047+0000 mon.smithi134 (mon.0) 984 : cluster [INF] Cluster is now healthy 2024-02-06T18:19:10.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:08.871856+0000 mgr.smithi134.hychep (mgr.24599) 309 : cluster [DBG] pgmap v190: 129 pgs: 9 activating, 120 active+clean; 292 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-02-06T18:19:10.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:09.363015+0000 mon.smithi134 (mon.0) 983 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 29/1473 objects degraded (1.969%), 3 pgs degraded) 2024-02-06T18:19:10.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:09.363047+0000 mon.smithi134 (mon.0) 984 : cluster [INF] Cluster is now healthy 2024-02-06T18:19:10.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 106623 0.68 MB/sec execute 418 sec latency 30.868 ms 2024-02-06T18:19:11.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:10.380089+0000 mon.smithi134 (mon.0) 985 : cluster [DBG] mgrmap e44: smithi134.hychep(active, since 4m), standbys: smithi149.eefzub 2024-02-06T18:19:11.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:10.380089+0000 mon.smithi134 (mon.0) 985 : cluster [DBG] mgrmap e44: smithi134.hychep(active, since 4m), standbys: smithi149.eefzub 2024-02-06T18:19:11.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 107103 0.71 MB/sec execute 419 sec latency 33.682 ms 2024-02-06T18:19:12.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:10.872477+0000 mgr.smithi134.hychep (mgr.24599) 310 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 293 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 71 KiB/s wr, 5 op/s 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:11.862722+0000 mon.smithi134 (mon.0) 986 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.259915+0000 mon.smithi134 (mon.0) 987 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.260763+0000 mon.smithi134 (mon.0) 988 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.265845+0000 mon.smithi134 (mon.0) 989 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.268928+0000 mon.smithi134 (mon.0) 990 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.273952+0000 mon.smithi134 (mon.0) 991 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.280320+0000 mon.smithi134 (mon.0) 992 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.283062+0000 mon.smithi134 (mon.0) 993 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.284576+0000 mon.smithi134 (mon.0) 994 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.286416+0000 mon.smithi134 (mon.0) 995 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.291821+0000 mon.smithi134 (mon.0) 996 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:12.294976+0000 mon.smithi134 (mon.0) 997 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi134.pyskyp"]}]: dispatch 2024-02-06T18:19:12.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:10.872477+0000 mgr.smithi134.hychep (mgr.24599) 310 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 293 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 71 KiB/s wr, 5 op/s 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:11.862722+0000 mon.smithi134 (mon.0) 986 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.259915+0000 mon.smithi134 (mon.0) 987 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.260763+0000 mon.smithi134 (mon.0) 988 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.265845+0000 mon.smithi134 (mon.0) 989 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.268928+0000 mon.smithi134 (mon.0) 990 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.273952+0000 mon.smithi134 (mon.0) 991 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.280320+0000 mon.smithi134 (mon.0) 992 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.283062+0000 mon.smithi134 (mon.0) 993 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.284576+0000 mon.smithi134 (mon.0) 994 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.286416+0000 mon.smithi134 (mon.0) 995 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.291821+0000 mon.smithi134 (mon.0) 996 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:12.294976+0000 mon.smithi134 (mon.0) 997 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi134.pyskyp"]}]: dispatch 2024-02-06T18:19:12.942 INFO:teuthology.orchestra.run.smithi134.stdout: 5 107509 0.73 MB/sec execute 420 sec latency 43.299 ms 2024-02-06T18:19:13.629 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:13 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:12.261522+0000 mgr.smithi134.hychep (mgr.24599) 311 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:13.629 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:13 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:12.269478+0000 mgr.smithi134.hychep (mgr.24599) 312 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:13.629 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:13 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:12.269568+0000 mgr.smithi134.hychep (mgr.24599) 313 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:13.629 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:13 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:12.295519+0000 mgr.smithi134.hychep (mgr.24599) 314 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi134.pyskyp 2024-02-06T18:19:13.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:12.261522+0000 mgr.smithi134.hychep (mgr.24599) 311 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:13.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:12.269478+0000 mgr.smithi134.hychep (mgr.24599) 312 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:13.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:12.269568+0000 mgr.smithi134.hychep (mgr.24599) 313 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:13.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:12.295519+0000 mgr.smithi134.hychep (mgr.24599) 314 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi134.pyskyp 2024-02-06T18:19:13.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 108170 0.76 MB/sec execute 421 sec latency 38.560 ms 2024-02-06T18:19:14.684 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:12.872975+0000 mgr.smithi134.hychep (mgr.24599) 315 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 168 KiB/s rd, 1.8 MiB/s wr, 185 op/s 2024-02-06T18:19:14.684 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:14.125771+0000 mon.smithi134 (mon.0) 998 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:14.684 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:14.126866+0000 mon.smithi134 (mon.0) 999 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi134.pyskyp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:19:14.684 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:14.127745+0000 mon.smithi134 (mon.0) 1000 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:14.684 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:14.128915+0000 mon.smithi134 (mon.0) 1001 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi134.pyskyp","key": "container_image"}]: dispatch 2024-02-06T18:19:14.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:12.872975+0000 mgr.smithi134.hychep (mgr.24599) 315 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 168 KiB/s rd, 1.8 MiB/s wr, 185 op/s 2024-02-06T18:19:14.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:14.125771+0000 mon.smithi134 (mon.0) 998 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:14.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:14.126866+0000 mon.smithi134 (mon.0) 999 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi134.pyskyp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:19:14.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:14.127745+0000 mon.smithi134 (mon.0) 1000 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:14.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:14.128915+0000 mon.smithi134 (mon.0) 1001 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi134.pyskyp","key": "container_image"}]: dispatch 2024-02-06T18:19:14.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 108908 0.81 MB/sec execute 422 sec latency 35.301 ms 2024-02-06T18:19:15.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:15 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:14.121143+0000 mgr.smithi134.hychep (mgr.24599) 316 : cephadm [INF] Upgrade: Updating mds.foofs.smithi134.pyskyp 2024-02-06T18:19:15.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:15 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:14.128413+0000 mgr.smithi134.hychep (mgr.24599) 317 : cephadm [INF] Deploying daemon mds.foofs.smithi134.pyskyp on smithi134 2024-02-06T18:19:15.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:14.121143+0000 mgr.smithi134.hychep (mgr.24599) 316 : cephadm [INF] Upgrade: Updating mds.foofs.smithi134.pyskyp 2024-02-06T18:19:15.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:14.128413+0000 mgr.smithi134.hychep (mgr.24599) 317 : cephadm [INF] Deploying daemon mds.foofs.smithi134.pyskyp on smithi134 2024-02-06T18:19:15.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 109524 0.85 MB/sec execute 423 sec latency 29.675 ms 2024-02-06T18:19:16.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:14.873445+0000 mgr.smithi134.hychep (mgr.24599) 318 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 340 KiB/s rd, 2.3 MiB/s wr, 210 op/s 2024-02-06T18:19:16.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:16.079122+0000 mon.smithi134 (mon.0) 1002 : cluster [WRN] daemon mds.foofs.smithi134.pyskyp compat changed unexpectedly 2024-02-06T18:19:16.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:16.082966+0000 mon.smithi134 (mon.0) 1003 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-06T18:19:16.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:14.873445+0000 mgr.smithi134.hychep (mgr.24599) 318 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 340 KiB/s rd, 2.3 MiB/s wr, 210 op/s 2024-02-06T18:19:16.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:16.079122+0000 mon.smithi134 (mon.0) 1002 : cluster [WRN] daemon mds.foofs.smithi134.pyskyp compat changed unexpectedly 2024-02-06T18:19:16.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:16.082966+0000 mon.smithi134 (mon.0) 1003 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-02-06T18:19:16.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 110081 0.89 MB/sec execute 424 sec latency 29.254 ms 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:16.393971+0000 mon.smithi134 (mon.0) 1004 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:16.397067+0000 mon.smithi134 (mon.0) 1005 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.wbrart=up:active} 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:16.833920+0000 mon.smithi134 (mon.0) 1006 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:16.834212+0000 mon.smithi134 (mon.0) 1007 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:16.834465+0000 mon.smithi134 (mon.0) 1008 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:16.834679+0000 mon.smithi134 (mon.0) 1009 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:16.878477+0000 mon.smithi134 (mon.0) 1010 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:16.977221+0000 mon.smithi134 (mon.0) 1011 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:17.185974+0000 mon.smithi134 (mon.0) 1012 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:17.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:16.393971+0000 mon.smithi134 (mon.0) 1004 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:16.397067+0000 mon.smithi134 (mon.0) 1005 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.wbrart=up:active} 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:16.833920+0000 mon.smithi134 (mon.0) 1006 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:16.834212+0000 mon.smithi134 (mon.0) 1007 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:16.834465+0000 mon.smithi134 (mon.0) 1008 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:16.834679+0000 mon.smithi134 (mon.0) 1009 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:16.878477+0000 mon.smithi134 (mon.0) 1010 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:16.977221+0000 mon.smithi134 (mon.0) 1011 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:17.185974+0000 mon.smithi134 (mon.0) 1012 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:17.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 110673 0.93 MB/sec execute 425 sec latency 25.446 ms 2024-02-06T18:19:18.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:16.873839+0000 mgr.smithi134.hychep (mgr.24599) 319 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 656 KiB/s rd, 6.5 MiB/s wr, 697 op/s 2024-02-06T18:19:18.675 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:16.873839+0000 mgr.smithi134.hychep (mgr.24599) 319 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 656 KiB/s rd, 6.5 MiB/s wr, 697 op/s 2024-02-06T18:19:18.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 111204 0.95 MB/sec execute 426 sec latency 26.745 ms 2024-02-06T18:19:19.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 111753 0.98 MB/sec execute 427 sec latency 27.785 ms 2024-02-06T18:19:20.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:18.874367+0000 mgr.smithi134.hychep (mgr.24599) 320 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 307 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 585 KiB/s rd, 6.4 MiB/s wr, 700 op/s 2024-02-06T18:19:20.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:19.654465+0000 mon.smithi134 (mon.0) 1013 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:20.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:19.655753+0000 mon.smithi134 (mon.0) 1014 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:20.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:19.657719+0000 mon.smithi134 (mon.0) 1015 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:19:20.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:18.874367+0000 mgr.smithi134.hychep (mgr.24599) 320 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 307 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 585 KiB/s rd, 6.4 MiB/s wr, 700 op/s 2024-02-06T18:19:20.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:19.654465+0000 mon.smithi134 (mon.0) 1013 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:20.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:19.655753+0000 mon.smithi134 (mon.0) 1014 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:20.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:19.657719+0000 mon.smithi134 (mon.0) 1015 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:19:20.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 112357 1.02 MB/sec execute 428 sec latency 31.409 ms 2024-02-06T18:19:21.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:20.409655+0000 mon.smithi134 (mon.0) 1016 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T18:19:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:20.409685+0000 mon.smithi134 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-02-06T18:19:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:20.418441+0000 mon.smithi134 (mon.0) 1018 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:boot 2024-02-06T18:19:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:20.418501+0000 mon.smithi134 (mon.0) 1019 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.wbrart=up:active} 1 up:standby 2024-02-06T18:19:21.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:20.418656+0000 mon.smithi134 (mon.0) 1020 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:19:21.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:20.409655+0000 mon.smithi134 (mon.0) 1016 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T18:19:21.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:20.409685+0000 mon.smithi134 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2024-02-06T18:19:21.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:20.418441+0000 mon.smithi134 (mon.0) 1018 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:boot 2024-02-06T18:19:21.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:20.418501+0000 mon.smithi134 (mon.0) 1019 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi149.wbrart=up:active} 1 up:standby 2024-02-06T18:19:21.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:20.418656+0000 mon.smithi134 (mon.0) 1020 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:19:21.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 112898 1.04 MB/sec execute 429 sec latency 37.293 ms 2024-02-06T18:19:22.707 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:20.874882+0000 mgr.smithi134.hychep (mgr.24599) 321 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 303 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 590 KiB/s rd, 7.4 MiB/s wr, 760 op/s 2024-02-06T18:19:22.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:20.874882+0000 mgr.smithi134.hychep (mgr.24599) 321 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 303 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 590 KiB/s rd, 7.4 MiB/s wr, 760 op/s 2024-02-06T18:19:22.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 113384 1.08 MB/sec execute 430 sec latency 37.188 ms 2024-02-06T18:19:23.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 113925 1.12 MB/sec execute 431 sec latency 34.932 ms 2024-02-06T18:19:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:22.875423+0000 mgr.smithi134.hychep (mgr.24599) 322 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 298 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 439 KiB/s rd, 7.6 MiB/s wr, 685 op/s 2024-02-06T18:19:24.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:22.875423+0000 mgr.smithi134.hychep (mgr.24599) 322 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 298 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 439 KiB/s rd, 7.6 MiB/s wr, 685 op/s 2024-02-06T18:19:24.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 114723 1.16 MB/sec execute 432 sec latency 30.265 ms 2024-02-06T18:19:25.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 115794 1.21 MB/sec execute 433 sec latency 21.812 ms 2024-02-06T18:19:26.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:24.876024+0000 mgr.smithi134.hychep (mgr.24599) 323 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 302 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 KiB/s rd, 8.8 MiB/s wr, 948 op/s 2024-02-06T18:19:26.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:24.876024+0000 mgr.smithi134.hychep (mgr.24599) 323 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 302 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 255 KiB/s rd, 8.8 MiB/s wr, 948 op/s 2024-02-06T18:19:26.943 INFO:teuthology.orchestra.run.smithi134.stdout: 5 116768 1.27 MB/sec execute 434 sec latency 22.692 ms 2024-02-06T18:19:27.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 117520 1.33 MB/sec execute 435 sec latency 39.956 ms 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:26.876724+0000 mgr.smithi134.hychep (mgr.24599) 324 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 301 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 140 KiB/s rd, 9.5 MiB/s wr, 931 op/s 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.213069+0000 mon.smithi134 (mon.0) 1021 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.214093+0000 mon.smithi134 (mon.0) 1022 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.214839+0000 mon.smithi134 (mon.0) 1023 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:27.215631+0000 mgr.smithi134.hychep (mgr.24599) 325 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.219757+0000 mon.smithi134 (mon.0) 1024 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.222813+0000 mon.smithi134 (mon.0) 1025 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:27.223383+0000 mgr.smithi134.hychep (mgr.24599) 326 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:27.223496+0000 mgr.smithi134.hychep (mgr.24599) 327 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.227259+0000 mon.smithi134 (mon.0) 1026 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.232548+0000 mon.smithi134 (mon.0) 1027 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:28.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.235307+0000 mon.smithi134 (mon.0) 1028 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.236593+0000 mon.smithi134 (mon.0) 1029 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.238138+0000 mon.smithi134 (mon.0) 1030 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.242794+0000 mon.smithi134 (mon.0) 1031 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:27.245565+0000 mon.smithi134 (mon.0) 1032 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi149.wbrart"]}]: dispatch 2024-02-06T18:19:28.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:27.246274+0000 mgr.smithi134.hychep (mgr.24599) 328 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi149.wbrart 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:26.876724+0000 mgr.smithi134.hychep (mgr.24599) 324 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 301 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 140 KiB/s rd, 9.5 MiB/s wr, 931 op/s 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.213069+0000 mon.smithi134 (mon.0) 1021 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.214093+0000 mon.smithi134 (mon.0) 1022 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.214839+0000 mon.smithi134 (mon.0) 1023 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:27.215631+0000 mgr.smithi134.hychep (mgr.24599) 325 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.219757+0000 mon.smithi134 (mon.0) 1024 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.222813+0000 mon.smithi134 (mon.0) 1025 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:27.223383+0000 mgr.smithi134.hychep (mgr.24599) 326 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:27.223496+0000 mgr.smithi134.hychep (mgr.24599) 327 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.227259+0000 mon.smithi134 (mon.0) 1026 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.232548+0000 mon.smithi134 (mon.0) 1027 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:28.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.235307+0000 mon.smithi134 (mon.0) 1028 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.236593+0000 mon.smithi134 (mon.0) 1029 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.238138+0000 mon.smithi134 (mon.0) 1030 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.242794+0000 mon.smithi134 (mon.0) 1031 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:28.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:27.245565+0000 mon.smithi134 (mon.0) 1032 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi149.wbrart"]}]: dispatch 2024-02-06T18:19:28.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:27.246274+0000 mgr.smithi134.hychep (mgr.24599) 328 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi149.wbrart 2024-02-06T18:19:28.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 117878 1.35 MB/sec execute 436 sec latency 75.437 ms 2024-02-06T18:19:29.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 118247 1.36 MB/sec execute 437 sec latency 61.596 ms 2024-02-06T18:19:30.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:28.877130+0000 mgr.smithi134.hychep (mgr.24599) 329 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 301 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 7.4 MiB/s wr, 607 op/s 2024-02-06T18:19:30.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:28.877130+0000 mgr.smithi134.hychep (mgr.24599) 329 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 301 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 7.4 MiB/s wr, 607 op/s 2024-02-06T18:19:30.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 118593 1.37 MB/sec execute 438 sec latency 60.799 ms 2024-02-06T18:19:31.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 119082 1.40 MB/sec execute 439 sec latency 64.852 ms 2024-02-06T18:19:32.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:30.877581+0000 mgr.smithi134.hychep (mgr.24599) 330 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 304 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 9.1 MiB/s wr, 905 op/s 2024-02-06T18:19:32.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:31.714631+0000 mon.smithi134 (mon.0) 1033 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:32.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:31.715463+0000 mon.smithi134 (mon.0) 1034 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.wbrart", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:19:32.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:31.716064+0000 mon.smithi134 (mon.0) 1035 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:32.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:31.717054+0000 mon.smithi134 (mon.0) 1036 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi149.wbrart","key": "container_image"}]: dispatch 2024-02-06T18:19:32.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:31.977626+0000 mon.smithi134 (mon.0) 1037 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:32.526 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:30.877581+0000 mgr.smithi134.hychep (mgr.24599) 330 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 304 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 9.1 MiB/s wr, 905 op/s 2024-02-06T18:19:32.527 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:31.714631+0000 mon.smithi134 (mon.0) 1033 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:32.527 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:31.715463+0000 mon.smithi134 (mon.0) 1034 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi149.wbrart", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-06T18:19:32.527 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:31.716064+0000 mon.smithi134 (mon.0) 1035 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:32.527 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:31.717054+0000 mon.smithi134 (mon.0) 1036 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mds.foofs.smithi149.wbrart","key": "container_image"}]: dispatch 2024-02-06T18:19:32.527 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:31.977626+0000 mon.smithi134 (mon.0) 1037 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:32.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 119696 1.44 MB/sec execute 440 sec latency 39.689 ms 2024-02-06T18:19:33.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:31.709726+0000 mgr.smithi134.hychep (mgr.24599) 331 : cephadm [INF] Upgrade: Updating mds.foofs.smithi149.wbrart 2024-02-06T18:19:33.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:31.716645+0000 mgr.smithi134.hychep (mgr.24599) 332 : cephadm [INF] Deploying daemon mds.foofs.smithi149.wbrart on smithi149 2024-02-06T18:19:33.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:31.709726+0000 mgr.smithi134.hychep (mgr.24599) 331 : cephadm [INF] Upgrade: Updating mds.foofs.smithi149.wbrart 2024-02-06T18:19:33.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:31.716645+0000 mgr.smithi134.hychep (mgr.24599) 332 : cephadm [INF] Deploying daemon mds.foofs.smithi149.wbrart on smithi149 2024-02-06T18:19:33.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120115 1.46 MB/sec execute 441 sec latency 293.575 ms 2024-02-06T18:19:34.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:32.878138+0000 mgr.smithi134.hychep (mgr.24599) 333 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 293 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.7 MiB/s wr, 946 op/s 2024-02-06T18:19:34.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:33.662817+0000 mon.smithi134 (mon.0) 1038 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-06T18:19:34.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:33.992222+0000 mon.smithi134 (mon.0) 1039 : cluster [INF] Standby daemon mds.foofs.smithi134.pyskyp assigned to filesystem foofs as rank 0 2024-02-06T18:19:34.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:33.992379+0000 mon.smithi134 (mon.0) 1040 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T18:19:34.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:33.992396+0000 mon.smithi134 (mon.0) 1041 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T18:19:34.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:33.996417+0000 mon.smithi134 (mon.0) 1042 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:replay} 2024-02-06T18:19:34.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:32.878138+0000 mgr.smithi134.hychep (mgr.24599) 333 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 293 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 9.7 MiB/s wr, 946 op/s 2024-02-06T18:19:34.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:33.662817+0000 mon.smithi134 (mon.0) 1038 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-02-06T18:19:34.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:33.992222+0000 mon.smithi134 (mon.0) 1039 : cluster [INF] Standby daemon mds.foofs.smithi134.pyskyp assigned to filesystem foofs as rank 0 2024-02-06T18:19:34.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:33.992379+0000 mon.smithi134 (mon.0) 1040 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-06T18:19:34.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:33.992396+0000 mon.smithi134 (mon.0) 1041 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-06T18:19:34.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:33.996417+0000 mon.smithi134 (mon.0) 1042 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:replay} 2024-02-06T18:19:34.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120115 1.45 MB/sec execute 442 sec latency 1293.615 ms 2024-02-06T18:19:35.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120115 1.45 MB/sec execute 443 sec latency 2293.721 ms 2024-02-06T18:19:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:34.878611+0000 mgr.smithi134.hychep (mgr.24599) 334 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 286 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.2 MiB/s rd, 8.8 MiB/s wr, 833 op/s 2024-02-06T18:19:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:35.228280+0000 mds.foofs.smithi134.pyskyp (mds.0) 1 : cluster [DBG] reconnect by client.34124 172.21.15.134:0/3704105621 after 0.000999978 2024-02-06T18:19:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:35.228326+0000 mds.foofs.smithi134.pyskyp (mds.0) 2 : cluster [DBG] reconnect by client.24615 172.21.15.134:0/3904134911 after 0.000999978 2024-02-06T18:19:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:35.228472+0000 mds.foofs.smithi134.pyskyp (mds.0) 3 : cluster [DBG] reconnect by client.24509 172.21.15.149:0/1391260860 after 0.000999978 2024-02-06T18:19:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:35.228603+0000 mds.foofs.smithi134.pyskyp (mds.0) 4 : cluster [DBG] reconnect by client.14716 172.21.15.134:0/2861220390 after 0.000999978 2024-02-06T18:19:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:35.229533+0000 mon.smithi134 (mon.0) 1043 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:reconnect 2024-02-06T18:19:36.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:35.229595+0000 mon.smithi134 (mon.0) 1044 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:reconnect} 2024-02-06T18:19:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:34.878611+0000 mgr.smithi134.hychep (mgr.24599) 334 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 286 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.2 MiB/s rd, 8.8 MiB/s wr, 833 op/s 2024-02-06T18:19:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:35.228280+0000 mds.foofs.smithi134.pyskyp (mds.0) 1 : cluster [DBG] reconnect by client.34124 172.21.15.134:0/3704105621 after 0.000999978 2024-02-06T18:19:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:35.228326+0000 mds.foofs.smithi134.pyskyp (mds.0) 2 : cluster [DBG] reconnect by client.24615 172.21.15.134:0/3904134911 after 0.000999978 2024-02-06T18:19:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:35.228472+0000 mds.foofs.smithi134.pyskyp (mds.0) 3 : cluster [DBG] reconnect by client.24509 172.21.15.149:0/1391260860 after 0.000999978 2024-02-06T18:19:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:35.228603+0000 mds.foofs.smithi134.pyskyp (mds.0) 4 : cluster [DBG] reconnect by client.14716 172.21.15.134:0/2861220390 after 0.000999978 2024-02-06T18:19:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:35.229533+0000 mon.smithi134 (mon.0) 1043 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:reconnect 2024-02-06T18:19:36.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:35.229595+0000 mon.smithi134 (mon.0) 1044 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:reconnect} 2024-02-06T18:19:36.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120115 1.45 MB/sec execute 444 sec latency 3293.786 ms 2024-02-06T18:19:37.515 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:19:37.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:36.231758+0000 mon.smithi134 (mon.0) 1045 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:rejoin 2024-02-06T18:19:37.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:36.231817+0000 mon.smithi134 (mon.0) 1046 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:rejoin} 2024-02-06T18:19:37.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:36.231758+0000 mon.smithi134 (mon.0) 1045 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:rejoin 2024-02-06T18:19:37.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:36.231817+0000 mon.smithi134 (mon.0) 1046 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:rejoin} 2024-02-06T18:19:37.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120118 1.45 MB/sec execute 445 sec latency 4293.856 ms 2024-02-06T18:19:38.054 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (13m) 10s ago 15m 17.9M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (4m) 10s ago 15m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (4m) 37s ago 13m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (12m) 10s ago 14m 34.7M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (19s) 10s ago 9m 10.6M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 5f6f0f8c6f7f 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (9m) 37s ago 9m 29.5M - 15.2.13 2cf504fded39 cf7a0ae69e40 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (6m) 10s ago 16m 440M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (5m) 37s ago 14m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (5m) 10s ago 16m 52.8M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (5m) 37s ago 14m 59.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (7m) 10s ago 7m 135M - 3.3 2cf504fded39 d90d93e77125 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (6m) 37s ago 6m 86.5M - 3.3 2cf504fded39 1e37542452e9 2024-02-06T18:19:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (14m) 10s ago 14m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (14m) 37s ago 14m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (4m) 10s ago 14m 174M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (3m) 10s ago 13m 148M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (3m) 10s ago 13m 97.4M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (2m) 10s ago 12m 162M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (2m) 37s ago 12m 124M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (98s) 37s ago 12m 125M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (70s) 37s ago 11m 110M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (41s) 37s ago 11m 11.5M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:19:38.056 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (6m) 10s ago 13m 63.0M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:19:38.464 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:19:38.464 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:19:38.464 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:19:38.464 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 13 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:19:38.465 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:36.879214+0000 mgr.smithi134.hychep (mgr.24599) 335 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 7.6 MiB/s wr, 856 op/s 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:37.241142+0000 mon.smithi134 (mon.0) 1047 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:clientreplay 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:37.241217+0000 mon.smithi134 (mon.0) 1048 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:clientreplay} 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:37.247980+0000 mon.smithi134 (mon.0) 1049 : cluster [INF] daemon mds.foofs.smithi134.pyskyp is now active in filesystem foofs as rank 0 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.045088+0000 mon.smithi134 (mon.0) 1050 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.045452+0000 mon.smithi134 (mon.0) 1051 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.045730+0000 mon.smithi134 (mon.0) 1052 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.045994+0000 mon.smithi134 (mon.0) 1053 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.046262+0000 mon.smithi134 (mon.0) 1054 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.047832+0000 mon.smithi134 (mon.0) 1055 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.048104+0000 mon.smithi134 (mon.0) 1056 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.048374+0000 mon.smithi134 (mon.0) 1057 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.048638+0000 mon.smithi134 (mon.0) 1058 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.048889+0000 mon.smithi134 (mon.0) 1059 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:36.879214+0000 mgr.smithi134.hychep (mgr.24599) 335 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 7.6 MiB/s wr, 856 op/s 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:37.241142+0000 mon.smithi134 (mon.0) 1047 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:clientreplay 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:37.241217+0000 mon.smithi134 (mon.0) 1048 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi134.pyskyp=up:clientreplay} 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:37.247980+0000 mon.smithi134 (mon.0) 1049 : cluster [INF] daemon mds.foofs.smithi134.pyskyp is now active in filesystem foofs as rank 0 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.045088+0000 mon.smithi134 (mon.0) 1050 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.045452+0000 mon.smithi134 (mon.0) 1051 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.045730+0000 mon.smithi134 (mon.0) 1052 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.045994+0000 mon.smithi134 (mon.0) 1053 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.046262+0000 mon.smithi134 (mon.0) 1054 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.047832+0000 mon.smithi134 (mon.0) 1055 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:19:38.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.048104+0000 mon.smithi134 (mon.0) 1056 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.048374+0000 mon.smithi134 (mon.0) 1057 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.048638+0000 mon.smithi134 (mon.0) 1058 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.048889+0000 mon.smithi134 (mon.0) 1059 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:19:38.881 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:19:38.881 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "osd", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "15/23 daemons upgraded", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading mds daemons", 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:19:38.882 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:19:38.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120404 1.46 MB/sec execute 446 sec latency 4600.438 ms 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:37.501776+0000 mgr.smithi134.hychep (mgr.24599) 336 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:37.774986+0000 mgr.smithi134.hychep (mgr.24599) 337 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.042921+0000 mgr.smithi134.hychep (mgr.24599) 338 : audit [DBG] from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:38.238516+0000 mon.smithi134 (mon.0) 1060 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:38.248693+0000 mon.smithi134 (mon.0) 1061 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:active 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:38.248748+0000 mon.smithi134 (mon.0) 1062 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi134.pyskyp=up:active} 2024-02-06T18:19:39.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:39 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.464372+0000 mon.smithi134 (mon.0) 1063 : audit [DBG] from='client.? 172.21.15.134:0/2814585583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:39.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:37.501776+0000 mgr.smithi134.hychep (mgr.24599) 336 : audit [DBG] from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:37.774986+0000 mgr.smithi134.hychep (mgr.24599) 337 : audit [DBG] from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.042921+0000 mgr.smithi134.hychep (mgr.24599) 338 : audit [DBG] from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:38.238516+0000 mon.smithi134 (mon.0) 1060 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-06T18:19:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:38.248693+0000 mon.smithi134 (mon.0) 1061 : cluster [DBG] mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827] up:active 2024-02-06T18:19:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:38.248748+0000 mon.smithi134 (mon.0) 1062 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi134.pyskyp=up:active} 2024-02-06T18:19:39.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:39 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.464372+0000 mon.smithi134 (mon.0) 1063 : audit [DBG] from='client.? 172.21.15.134:0/2814585583' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:39.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 120896 1.50 MB/sec execute 447 sec latency 51.165 ms 2024-02-06T18:19:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:38.879779+0000 mgr.smithi134.hychep (mgr.24599) 339 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 6.6 MiB/s wr, 790 op/s 2024-02-06T18:19:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:38.881289+0000 mgr.smithi134.hychep (mgr.24599) 340 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:40.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:38.879779+0000 mgr.smithi134.hychep (mgr.24599) 339 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 6.6 MiB/s wr, 790 op/s 2024-02-06T18:19:40.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:38.881289+0000 mgr.smithi134.hychep (mgr.24599) 340 : audit [DBG] from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:19:40.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 121362 1.52 MB/sec execute 448 sec latency 39.940 ms 2024-02-06T18:19:41.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 121839 1.54 MB/sec execute 449 sec latency 32.968 ms 2024-02-06T18:19:42.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:40.880335+0000 mgr.smithi134.hychep (mgr.24599) 341 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.9 MiB/s wr, 355 op/s 2024-02-06T18:19:42.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:40.880335+0000 mgr.smithi134.hychep (mgr.24599) 341 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 289 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.9 MiB/s wr, 355 op/s 2024-02-06T18:19:42.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 122414 1.57 MB/sec execute 450 sec latency 34.071 ms 2024-02-06T18:19:43.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 123075 1.61 MB/sec execute 451 sec latency 32.410 ms 2024-02-06T18:19:44.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:42.880793+0000 mgr.smithi134.hychep (mgr.24599) 342 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 290 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.3 MiB/s wr, 289 op/s 2024-02-06T18:19:44.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:42.880793+0000 mgr.smithi134.hychep (mgr.24599) 342 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 290 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 3.3 MiB/s wr, 289 op/s 2024-02-06T18:19:44.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 123949 1.65 MB/sec execute 452 sec latency 37.809 ms 2024-02-06T18:19:45.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 124828 1.72 MB/sec execute 453 sec latency 27.329 ms 2024-02-06T18:19:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:44.881367+0000 mgr.smithi134.hychep (mgr.24599) 343 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 296 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 4.7 MiB/s wr, 567 op/s 2024-02-06T18:19:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:45.685643+0000 mon.smithi134 (mon.0) 1064 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:45.687957+0000 mon.smithi134 (mon.0) 1065 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:45.689780+0000 mon.smithi134 (mon.0) 1066 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:19:46.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:44.881367+0000 mgr.smithi134.hychep (mgr.24599) 343 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 296 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 4.7 MiB/s wr, 567 op/s 2024-02-06T18:19:46.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:45.685643+0000 mon.smithi134 (mon.0) 1064 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:46.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:45.687957+0000 mon.smithi134 (mon.0) 1065 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:46.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:45.689780+0000 mon.smithi134 (mon.0) 1066 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:19:46.944 INFO:teuthology.orchestra.run.smithi134.stdout: 5 125521 1.74 MB/sec execute 454 sec latency 32.242 ms 2024-02-06T18:19:47.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:46.256570+0000 mon.smithi134 (mon.0) 1067 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T18:19:47.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:46.256599+0000 mon.smithi134 (mon.0) 1068 : cluster [INF] Cluster is now healthy 2024-02-06T18:19:47.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:46.264906+0000 mon.smithi134 (mon.0) 1069 : cluster [DBG] mds.? [v2:172.21.15.149:6832/2526046971,v1:172.21.15.149:6833/2526046971] up:boot 2024-02-06T18:19:47.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:46.264964+0000 mon.smithi134 (mon.0) 1070 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi134.pyskyp=up:active} 1 up:standby 2024-02-06T18:19:47.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:47 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:46.265076+0000 mon.smithi134 (mon.0) 1071 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi149.wbrart"}]: dispatch 2024-02-06T18:19:47.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:46.256570+0000 mon.smithi134 (mon.0) 1067 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-06T18:19:47.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:46.256599+0000 mon.smithi134 (mon.0) 1068 : cluster [INF] Cluster is now healthy 2024-02-06T18:19:47.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:46.264906+0000 mon.smithi134 (mon.0) 1069 : cluster [DBG] mds.? [v2:172.21.15.149:6832/2526046971,v1:172.21.15.149:6833/2526046971] up:boot 2024-02-06T18:19:47.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:46.264964+0000 mon.smithi134 (mon.0) 1070 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi134.pyskyp=up:active} 1 up:standby 2024-02-06T18:19:47.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:47 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:46.265076+0000 mon.smithi134 (mon.0) 1071 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi149.wbrart"}]: dispatch 2024-02-06T18:19:47.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 125994 1.76 MB/sec execute 455 sec latency 33.857 ms 2024-02-06T18:19:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:46.881877+0000 mgr.smithi134.hychep (mgr.24599) 344 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 293 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 5.7 MiB/s wr, 544 op/s 2024-02-06T18:19:48.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:46.881877+0000 mgr.smithi134.hychep (mgr.24599) 344 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 293 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 5.7 MiB/s wr, 544 op/s 2024-02-06T18:19:48.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 126567 1.80 MB/sec execute 456 sec latency 36.291 ms 2024-02-06T18:19:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 127189 1.83 MB/sec execute 457 sec latency 37.489 ms 2024-02-06T18:19:50.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:48.882332+0000 mgr.smithi134.hychep (mgr.24599) 345 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 301 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 6.3 MiB/s wr, 656 op/s 2024-02-06T18:19:50.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.344311+0000 mon.smithi134 (mon.0) 1072 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.345246+0000 mon.smithi134 (mon.0) 1073 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:50.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.346028+0000 mon.smithi134 (mon.0) 1074 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:50.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.346733+0000 mgr.smithi134.hychep (mgr.24599) 346 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:50.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.350184+0000 mon.smithi134 (mon.0) 1075 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.352568+0000 mon.smithi134 (mon.0) 1076 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.352974+0000 mgr.smithi134.hychep (mgr.24599) 347 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.353049+0000 mgr.smithi134.hychep (mgr.24599) 348 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.358412+0000 mon.smithi134 (mon.0) 1077 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.365309+0000 mon.smithi134 (mon.0) 1078 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.367815+0000 mon.smithi134 (mon.0) 1079 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.369155+0000 mon.smithi134 (mon.0) 1080 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.370481+0000 mon.smithi134 (mon.0) 1081 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.372662+0000 mon.smithi134 (mon.0) 1082 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.374695+0000 mon.smithi134 (mon.0) 1083 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.375432+0000 mgr.smithi134.hychep (mgr.24599) 349 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-06T18:19:50.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.379869+0000 mon.smithi134 (mon.0) 1084 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.380808+0000 mon.smithi134 (mon.0) 1085 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.385476+0000 mon.smithi134 (mon.0) 1086 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi134.pyskyp"}]': finished 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.386379+0000 mon.smithi134 (mon.0) 1087 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi149.wbrart"}]: dispatch 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.389615+0000 mon.smithi134 (mon.0) 1088 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi149.wbrart"}]': finished 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.390854+0000 mon.smithi134 (mon.0) 1089 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.391706+0000 mgr.smithi134.hychep (mgr.24599) 350 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.397390+0000 mon.smithi134 (mon.0) 1090 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.398599+0000 mon.smithi134 (mon.0) 1091 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.399211+0000 mgr.smithi134.hychep (mgr.24599) 351 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.403297+0000 mon.smithi134 (mon.0) 1092 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.404194+0000 mon.smithi134 (mon.0) 1093 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.405059+0000 mon.smithi134 (mon.0) 1094 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:49.405744+0000 mgr.smithi134.hychep (mgr.24599) 352 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-06T18:19:50.739 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:49.412422+0000 mon.smithi134 (mon.0) 1095 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:48.882332+0000 mgr.smithi134.hychep (mgr.24599) 345 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 301 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 6.3 MiB/s wr, 656 op/s 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.344311+0000 mon.smithi134 (mon.0) 1072 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.345246+0000 mon.smithi134 (mon.0) 1073 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.346028+0000 mon.smithi134 (mon.0) 1074 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.346733+0000 mgr.smithi134.hychep (mgr.24599) 346 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.350184+0000 mon.smithi134 (mon.0) 1075 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.352568+0000 mon.smithi134 (mon.0) 1076 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.352974+0000 mgr.smithi134.hychep (mgr.24599) 347 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:50.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.353049+0000 mgr.smithi134.hychep (mgr.24599) 348 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.358412+0000 mon.smithi134 (mon.0) 1077 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.365309+0000 mon.smithi134 (mon.0) 1078 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.367815+0000 mon.smithi134 (mon.0) 1079 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.369155+0000 mon.smithi134 (mon.0) 1080 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.370481+0000 mon.smithi134 (mon.0) 1081 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.372662+0000 mon.smithi134 (mon.0) 1082 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.374695+0000 mon.smithi134 (mon.0) 1083 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.375432+0000 mgr.smithi134.hychep (mgr.24599) 349 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.379869+0000 mon.smithi134 (mon.0) 1084 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.380808+0000 mon.smithi134 (mon.0) 1085 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi134.pyskyp"}]: dispatch 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.385476+0000 mon.smithi134 (mon.0) 1086 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi134.pyskyp"}]': finished 2024-02-06T18:19:50.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.386379+0000 mon.smithi134 (mon.0) 1087 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi149.wbrart"}]: dispatch 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.389615+0000 mon.smithi134 (mon.0) 1088 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi149.wbrart"}]': finished 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.390854+0000 mon.smithi134 (mon.0) 1089 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.391706+0000 mgr.smithi134.hychep (mgr.24599) 350 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.397390+0000 mon.smithi134 (mon.0) 1090 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.398599+0000 mon.smithi134 (mon.0) 1091 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.399211+0000 mgr.smithi134.hychep (mgr.24599) 351 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.403297+0000 mon.smithi134 (mon.0) 1092 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.404194+0000 mon.smithi134 (mon.0) 1093 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.405059+0000 mon.smithi134 (mon.0) 1094 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:49.405744+0000 mgr.smithi134.hychep (mgr.24599) 352 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-06T18:19:50.810 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:49.412422+0000 mon.smithi134 (mon.0) 1095 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:50.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 128233 1.89 MB/sec execute 458 sec latency 32.647 ms 2024-02-06T18:19:51.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 129125 1.93 MB/sec execute 459 sec latency 32.821 ms 2024-02-06T18:19:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:50.882863+0000 mgr.smithi134.hychep (mgr.24599) 353 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 304 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.8 MiB/s rd, 7.6 MiB/s wr, 790 op/s 2024-02-06T18:19:52.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:50.882863+0000 mgr.smithi134.hychep (mgr.24599) 353 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 304 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.8 MiB/s rd, 7.6 MiB/s wr, 790 op/s 2024-02-06T18:19:52.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 129650 1.95 MB/sec execute 460 sec latency 23.657 ms 2024-02-06T18:19:53.946 INFO:teuthology.orchestra.run.smithi134.stdout: 5 130253 1.99 MB/sec execute 461 sec latency 28.911 ms 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:52.883319+0000 mgr.smithi134.hychep (mgr.24599) 354 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 103 KiB/s rd, 9.3 MiB/s wr, 857 op/s 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.482206+0000 mon.smithi134 (mon.0) 1096 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.483001+0000 mon.smithi134 (mon.0) 1097 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.ommlig", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.483651+0000 mon.smithi134 (mon.0) 1098 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.486715+0000 mon.smithi134 (mon.0) 1099 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.487685+0000 mon.smithi134 (mon.0) 1100 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.533043+0000 mon.smithi134 (mon.0) 1101 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.536280+0000 mon.smithi134 (mon.0) 1102 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.586727+0000 mon.smithi134 (mon.0) 1103 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.ommlig-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.594251+0000 mon.smithi134 (mon.0) 1104 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:54.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:53.595623+0000 mon.smithi134 (mon.0) 1105 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi134.ommlig","key": "container_image"}]: dispatch 2024-02-06T18:19:54.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:52.883319+0000 mgr.smithi134.hychep (mgr.24599) 354 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 103 KiB/s rd, 9.3 MiB/s wr, 857 op/s 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.482206+0000 mon.smithi134 (mon.0) 1096 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.483001+0000 mon.smithi134 (mon.0) 1097 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.ommlig", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.483651+0000 mon.smithi134 (mon.0) 1098 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.486715+0000 mon.smithi134 (mon.0) 1099 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.487685+0000 mon.smithi134 (mon.0) 1100 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.533043+0000 mon.smithi134 (mon.0) 1101 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.536280+0000 mon.smithi134 (mon.0) 1102 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.586727+0000 mon.smithi134 (mon.0) 1103 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi134.ommlig-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.594251+0000 mon.smithi134 (mon.0) 1104 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:19:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:53.595623+0000 mon.smithi134 (mon.0) 1105 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi134.ommlig","key": "container_image"}]: dispatch 2024-02-06T18:19:54.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 130773 2.02 MB/sec execute 462 sec latency 53.982 ms 2024-02-06T18:19:55.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:53.477756+0000 mgr.smithi134.hychep (mgr.24599) 355 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi134.ommlig (1/2) 2024-02-06T18:19:55.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:53.482789+0000 mgr.smithi134.hychep (mgr.24599) 356 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.ommlig 2024-02-06T18:19:55.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:53.483496+0000 mgr.smithi134.hychep (mgr.24599) 357 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-06T18:19:55.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:53.586191+0000 mgr.smithi134.hychep (mgr.24599) 358 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T18:19:55.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:53.586318+0000 mgr.smithi134.hychep (mgr.24599) 359 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.ommlig-rgw 2024-02-06T18:19:55.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:55 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:53.595150+0000 mgr.smithi134.hychep (mgr.24599) 360 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi134.ommlig on smithi134 2024-02-06T18:19:55.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:53.477756+0000 mgr.smithi134.hychep (mgr.24599) 355 : cephadm [INF] Upgrade: Updating nfs.foo.0.0.smithi134.ommlig (1/2) 2024-02-06T18:19:55.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:53.482789+0000 mgr.smithi134.hychep (mgr.24599) 356 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.ommlig 2024-02-06T18:19:55.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:53.483496+0000 mgr.smithi134.hychep (mgr.24599) 357 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-06T18:19:55.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:53.586191+0000 mgr.smithi134.hychep (mgr.24599) 358 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T18:19:55.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:53.586318+0000 mgr.smithi134.hychep (mgr.24599) 359 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi134.ommlig-rgw 2024-02-06T18:19:55.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:53.595150+0000 mgr.smithi134.hychep (mgr.24599) 360 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi134.ommlig on smithi134 2024-02-06T18:19:55.945 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131436 2.06 MB/sec execute 463 sec latency 223.538 ms 2024-02-06T18:19:56.645 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:54.883829+0000 mgr.smithi134.hychep (mgr.24599) 361 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 101 KiB/s rd, 10 MiB/s wr, 1.14k op/s 2024-02-06T18:19:56.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:54.883829+0000 mgr.smithi134.hychep (mgr.24599) 361 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 101 KiB/s rd, 10 MiB/s wr, 1.14k op/s 2024-02-06T18:19:56.946 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131436 2.05 MB/sec execute 464 sec latency 1223.595 ms 2024-02-06T18:19:57.946 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131436 2.05 MB/sec execute 465 sec latency 2223.637 ms 2024-02-06T18:19:58.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:56.884314+0000 mgr.smithi134.hychep (mgr.24599) 362 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 88 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-02-06T18:19:58.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:57.345734+0000 mon.smithi134 (mon.0) 1106 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:58.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:56.884314+0000 mgr.smithi134.hychep (mgr.24599) 362 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 310 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 88 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-02-06T18:19:58.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:57.345734+0000 mon.smithi134 (mon.0) 1106 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:19:58.946 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131436 2.04 MB/sec execute 466 sec latency 3223.692 ms 2024-02-06T18:19:59.946 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131436 2.04 MB/sec execute 467 sec latency 4223.769 ms 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:58.860055+0000 mgr.smithi134.hychep (mgr.24599) 363 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi149.pbrklo (2/2) 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:58.864956+0000 mon.smithi134 (mon.0) 1107 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:58.865650+0000 mgr.smithi134.hychep (mgr.24599) 364 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi149.pbrklo 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:58.865962+0000 mon.smithi134 (mon.0) 1108 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi149.pbrklo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:19:58.866580+0000 mgr.smithi134.hychep (mgr.24599) 365 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:58.866837+0000 mon.smithi134 (mon.0) 1109 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:58.870224+0000 mon.smithi134 (mon.0) 1110 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:19:58.871435+0000 mon.smithi134 (mon.0) 1111 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:00.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:19:59 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:19:58.885110+0000 mgr.smithi134.hychep (mgr.24599) 366 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 44 KiB/s rd, 8.9 MiB/s wr, 899 op/s 2024-02-06T18:20:00.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:58.860055+0000 mgr.smithi134.hychep (mgr.24599) 363 : cephadm [INF] Upgrade: Updating nfs.foo.1.0.smithi149.pbrklo (2/2) 2024-02-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:58.864956+0000 mon.smithi134 (mon.0) 1107 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:58.865650+0000 mgr.smithi134.hychep (mgr.24599) 364 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi149.pbrklo 2024-02-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:58.865962+0000 mon.smithi134 (mon.0) 1108 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi149.pbrklo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:19:58.866580+0000 mgr.smithi134.hychep (mgr.24599) 365 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:58.866837+0000 mon.smithi134 (mon.0) 1109 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:58.870224+0000 mon.smithi134 (mon.0) 1110 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 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-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:19:58.871435+0000 mon.smithi134 (mon.0) 1111 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:19:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:19:58.885110+0000 mgr.smithi134.hychep (mgr.24599) 366 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 44 KiB/s rd, 8.9 MiB/s wr, 899 op/s 2024-02-06T18:20:00.946 INFO:teuthology.orchestra.run.smithi134.stdout: 5 131436 2.03 MB/sec execute 468 sec latency 5223.865 ms 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:00.000188+0000 mon.smithi134 (mon.0) 1112 : cluster [INF] overall HEALTH_OK 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.241201+0000 mon.smithi134 (mon.0) 1113 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.245549+0000 mon.smithi134 (mon.0) 1114 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:00.253591+0000 mds.foofs.smithi134.pyskyp (mds.0) 5 : cluster [INF] Evicting (and blocklisting) client session 14716 (172.21.15.134:0/2861220390) 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.253883+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827]' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.134:0/2861220390"}]: dispatch 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.254319+0000 mon.smithi134 (mon.0) 1115 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.134:0/2861220390"}]: dispatch 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:00.297331+0000 mgr.smithi134.hychep (mgr.24599) 367 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:00.297432+0000 mgr.smithi134.hychep (mgr.24599) 368 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi149.pbrklo-rgw 2024-02-06T18:20:01.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.297803+0000 mon.smithi134 (mon.0) 1116 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi149.pbrklo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T18:20:01.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.298936+0000 mon.smithi134 (mon.0) 1117 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:01.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:00.299731+0000 mgr.smithi134.hychep (mgr.24599) 369 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi149.pbrklo on smithi149 2024-02-06T18:20:01.058 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:00.300239+0000 mon.smithi134 (mon.0) 1118 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi149.pbrklo","key": "container_image"}]: dispatch 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:00.000188+0000 mon.smithi134 (mon.0) 1112 : cluster [INF] overall HEALTH_OK 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.241201+0000 mon.smithi134 (mon.0) 1113 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.245549+0000 mon.smithi134 (mon.0) 1114 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:00.253591+0000 mds.foofs.smithi134.pyskyp (mds.0) 5 : cluster [INF] Evicting (and blocklisting) client session 14716 (172.21.15.134:0/2861220390) 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.253883+0000 mon.smithi149 (mon.1) 11 : audit [INF] from='mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827]' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.134:0/2861220390"}]: dispatch 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.254319+0000 mon.smithi134 (mon.0) 1115 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.134:0/2861220390"}]: dispatch 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:00.297331+0000 mgr.smithi134.hychep (mgr.24599) 367 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:00.297432+0000 mgr.smithi134.hychep (mgr.24599) 368 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi149.pbrklo-rgw 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.297803+0000 mon.smithi134 (mon.0) 1116 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi149.pbrklo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.298936+0000 mon.smithi134 (mon.0) 1117 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:00.299731+0000 mgr.smithi134.hychep (mgr.24599) 369 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi149.pbrklo on smithi149 2024-02-06T18:20:01.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:00.300239+0000 mon.smithi134 (mon.0) 1118 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi149.pbrklo","key": "container_image"}]: dispatch 2024-02-06T18:20:01.786 INFO:teuthology.orchestra.run.smithi134.stdout:[130699] unlink ./clients/client1/~dmtmp/WORDPRO/NEWS1_1A.LWP failed (No such file or directory) - expected NT_STATUS_OK 2024-02-06T18:20:01.786 INFO:teuthology.orchestra.run.smithi134.stdout:ERROR: child 1 failed at line 130699 2024-02-06T18:20:01.786 INFO:teuthology.orchestra.run.smithi134.stdout:[132189] rename ./clients/client3/~dmtmp/PWRPNT/NEWTIPS.PPT ./clients/client3/~dmtmp/PWRPNT/PPTC241.TMP failed (No such file or directory) - expected NT_STATUS_OK 2024-02-06T18:20:01.786 INFO:teuthology.orchestra.run.smithi134.stdout:ERROR: child 3 failed at line 132189 2024-02-06T18:20:01.786 INFO:teuthology.orchestra.run.smithi134.stdout:Child failed with status 1 2024-02-06T18:20:01.796 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-06T18:20:01.845 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-06T18:20:01.918 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-06T18:20:01.945 INFO:teuthology.orchestra.run.smithi134.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-06T18:20:01.945 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:20:01.945 INFO:teuthology.orchestra.run.smithi134.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-06T18:20:01.946 INFO:teuthology.orchestra.run.smithi134.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-06T18:20:02.046 INFO:teuthology.orchestra.run.smithi134.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-06T18:20:02.046 INFO:teuthology.orchestra.run.smithi134.stdout:releasing clients 2024-02-06T18:20:02.435 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:00.885802+0000 mgr.smithi134.hychep (mgr.24599) 370 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 296 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 7.8 MiB/s wr, 735 op/s 2024-02-06T18:20:02.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:01.248122+0000 mon.smithi134 (mon.0) 1119 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.134:0/2861220390"}]': finished 2024-02-06T18:20:02.436 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:01.248275+0000 mon.smithi134 (mon.0) 1120 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-06T18:20:02.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:00.885802+0000 mgr.smithi134.hychep (mgr.24599) 370 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 296 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 7.8 MiB/s wr, 735 op/s 2024-02-06T18:20:02.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:01.248122+0000 mon.smithi134 (mon.0) 1119 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.134:0/2861220390"}]': finished 2024-02-06T18:20:02.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:01.248275+0000 mon.smithi134 (mon.0) 1120 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-06T18:20:03.046 INFO:teuthology.orchestra.run.smithi134.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.908 ms 2024-02-06T18:20:04.046 INFO:teuthology.orchestra.run.smithi134.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 1999.960 ms 2024-02-06T18:20:04.516 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:02.886434+0000 mgr.smithi134.hychep (mgr.24599) 371 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 5.6 MiB/s wr, 617 op/s 2024-02-06T18:20:04.516 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:03.747264+0000 mon.smithi134 (mon.0) 1121 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:04.516 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:03.748222+0000 mon.smithi134 (mon.0) 1122 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:04.516 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:03.749939+0000 mon.smithi134 (mon.0) 1123 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:04.516 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:03.750298+0000 mon.smithi134 (mon.0) 1124 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:02.886434+0000 mgr.smithi134.hychep (mgr.24599) 371 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 297 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 5.6 MiB/s wr, 617 op/s 2024-02-06T18:20:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:03.747264+0000 mon.smithi134 (mon.0) 1121 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:03.748222+0000 mon.smithi134 (mon.0) 1122 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:03.749939+0000 mon.smithi134 (mon.0) 1123 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:03.750298+0000 mon.smithi134 (mon.0) 1124 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:05.046 INFO:teuthology.orchestra.run.smithi134.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.055 ms 2024-02-06T18:20:06.046 INFO:teuthology.orchestra.run.smithi134.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.153 ms 2024-02-06T18:20:06.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:04.887060+0000 mgr.smithi134.hychep (mgr.24599) 372 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 290 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 3.3 MiB/s wr, 237 op/s 2024-02-06T18:20:06.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:04.887060+0000 mgr.smithi134.hychep (mgr.24599) 372 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 290 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 3.3 MiB/s wr, 237 op/s 2024-02-06T18:20:07.046 INFO:teuthology.orchestra.run.smithi134.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.252 ms 2024-02-06T18:20:07.382 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:06.649220+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827]' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.149:0/1391260860"}]: dispatch 2024-02-06T18:20:07.382 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:06.649512+0000 mon.smithi134 (mon.0) 1125 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.149:0/1391260860"}]: dispatch 2024-02-06T18:20:07.382 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:07 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:06.814025+0000 mon.smithi134 (mon.0) 1126 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:07.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:06.649220+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='mds.? [v2:172.21.15.134:6800/4265299827,v1:172.21.15.134:6801/4265299827]' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.149:0/1391260860"}]: dispatch 2024-02-06T18:20:07.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:06.649512+0000 mon.smithi134 (mon.0) 1125 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.149:0/1391260860"}]: dispatch 2024-02-06T18:20:07.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:06.814025+0000 mon.smithi134 (mon.0) 1126 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:08.046 INFO:teuthology.orchestra.run.smithi134.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.294 ms 2024-02-06T18:20:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:06.648992+0000 mds.foofs.smithi134.pyskyp (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 24509 (172.21.15.149:0/1391260860) 2024-02-06T18:20:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:06.887811+0000 mgr.smithi134.hychep (mgr.24599) 373 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 257 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 1.1 MiB/s wr, 111 op/s 2024-02-06T18:20:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:07.257766+0000 mon.smithi134 (mon.0) 1127 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.149:0/1391260860"}]': finished 2024-02-06T18:20:08.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:07.257845+0000 mon.smithi134 (mon.0) 1128 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-06T18:20:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:06.648992+0000 mds.foofs.smithi134.pyskyp (mds.0) 6 : cluster [INF] Evicting (and blocklisting) client session 24509 (172.21.15.149:0/1391260860) 2024-02-06T18:20:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:06.887811+0000 mgr.smithi134.hychep (mgr.24599) 373 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 257 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 1.1 MiB/s wr, 111 op/s 2024-02-06T18:20:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:07.257766+0000 mon.smithi134 (mon.0) 1127 : audit [INF] from='mds.? ' entity='mds.foofs.smithi134.pyskyp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.149:0/1391260860"}]': finished 2024-02-06T18:20:08.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:07.257845+0000 mon.smithi134 (mon.0) 1128 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-06T18:20:09.250 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:20:09.987 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:20:09.987 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (13m) 0s ago 15m 17.9M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:20:09.987 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (5m) 0s ago 15m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:20:09.987 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (5m) 3s ago 14m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:20:09.987 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (13m) 0s ago 15m 34.9M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (50s) 0s ago 10m 40.4M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 5f6f0f8c6f7f 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (24s) 3s ago 10m 14.6M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 925055fe862d 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (6m) 0s ago 16m 441M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (6m) 3s ago 15m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (6m) 0s ago 17m 56.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (5m) 3s ago 15m 47.1M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (13s) 0s ago 7m 65.1M - 3.5 3dc0b58dc7ab a1040293a3aa 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (6s) 3s ago 7m 16.4M - 3.5 3dc0b58dc7ab c9af94ae9435 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (14m) 0s ago 14m 16.9M - 0.18.1 e5a616e4b9cf cc0ee50591d9 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (14m) 3s ago 14m 16.9M - 0.18.1 e5a616e4b9cf c724d05e7a4a 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (4m) 0s ago 14m 229M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (4m) 0s ago 14m 250M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (3m) 0s ago 13m 144M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:20:09.988 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (3m) 0s ago 13m 211M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:20:09.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (2m) 3s ago 13m 222M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:20:09.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (2m) 3s ago 12m 228M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:20:09.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (102s) 3s ago 12m 225M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:20:09.989 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (73s) 3s ago 12m 258M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:20:09.989 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (7m) 0s ago 14m 68.4M - 2.18.1 de242295e225 7019e35b1312 2024-02-06T18:20:10.046 INFO:teuthology.orchestra.run.smithi134.stdout: 5 367 33.55 MB/sec execute 1 sec latency 30.139 ms 2024-02-06T18:20:10.408 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:20:10.408 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:20:10.408 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:20:10.408 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:10.408 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:20:10.409 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:20:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:08.888206+0000 mgr.smithi134.hychep (mgr.24599) 374 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 242 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 231 KiB/s wr, 47 op/s 2024-02-06T18:20:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.236944+0000 mgr.smithi134.hychep (mgr.24599) 375 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.459558+0000 mon.smithi134 (mon.0) 1129 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.460642+0000 mon.smithi134 (mon.0) 1130 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.461385+0000 mon.smithi134 (mon.0) 1131 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:09.462170+0000 mgr.smithi134.hychep (mgr.24599) 376 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.465765+0000 mon.smithi134 (mon.0) 1132 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.468511+0000 mon.smithi134 (mon.0) 1133 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:09.469010+0000 mgr.smithi134.hychep (mgr.24599) 377 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:09.469085+0000 mgr.smithi134.hychep (mgr.24599) 378 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.473739+0000 mon.smithi134 (mon.0) 1134 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.477434+0000 mon.smithi134 (mon.0) 1135 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.480720+0000 mon.smithi134 (mon.0) 1136 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.482108+0000 mon.smithi134 (mon.0) 1137 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.483181+0000 mon.smithi134 (mon.0) 1138 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.485175+0000 mon.smithi134 (mon.0) 1139 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.487093+0000 mon.smithi134 (mon.0) 1140 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.736 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.488197+0000 mon.smithi134 (mon.0) 1141 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.489236+0000 mon.smithi134 (mon.0) 1142 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.490209+0000 mon.smithi134 (mon.0) 1143 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.491188+0000 mon.smithi134 (mon.0) 1144 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.492267+0000 mon.smithi134 (mon.0) 1145 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.497692+0000 mon.smithi134 (mon.0) 1146 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.498628+0000 mon.smithi134 (mon.0) 1147 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi134.ommlig"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.501834+0000 mon.smithi134 (mon.0) 1148 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi134.ommlig"}]': finished 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.502471+0000 mon.smithi134 (mon.0) 1149 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi149.pbrklo"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.505246+0000 mon.smithi134 (mon.0) 1150 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi149.pbrklo"}]': finished 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.974650+0000 mon.smithi134 (mon.0) 1151 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.974990+0000 mon.smithi134 (mon.0) 1152 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.975274+0000 mon.smithi134 (mon.0) 1153 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.975535+0000 mon.smithi134 (mon.0) 1154 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.737 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.975767+0000 mon.smithi134 (mon.0) 1155 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.977679+0000 mon.smithi134 (mon.0) 1156 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:10.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.978038+0000 mon.smithi134 (mon.0) 1157 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.978491+0000 mon.smithi134 (mon.0) 1158 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.978945+0000 mon.smithi134 (mon.0) 1159 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.979349+0000 mon.smithi134 (mon.0) 1160 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:10.407269+0000 mon.smithi134 (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.134:0/1575997818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout: "mds", 2024-02-06T18:20:10.755 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "osd", 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "nfs", 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "18/23 daemons upgraded", 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading node-exporter daemons", 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:20:10.756 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:08.888206+0000 mgr.smithi134.hychep (mgr.24599) 374 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 242 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 231 KiB/s wr, 47 op/s 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.236944+0000 mgr.smithi134.hychep (mgr.24599) 375 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.459558+0000 mon.smithi134 (mon.0) 1129 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.460642+0000 mon.smithi134 (mon.0) 1130 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.461385+0000 mon.smithi134 (mon.0) 1131 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:09.462170+0000 mgr.smithi134.hychep (mgr.24599) 376 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.465765+0000 mon.smithi134 (mon.0) 1132 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.468511+0000 mon.smithi134 (mon.0) 1133 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:20:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:09.469010+0000 mgr.smithi134.hychep (mgr.24599) 377 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:09.469085+0000 mgr.smithi134.hychep (mgr.24599) 378 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.473739+0000 mon.smithi134 (mon.0) 1134 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.477434+0000 mon.smithi134 (mon.0) 1135 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.480720+0000 mon.smithi134 (mon.0) 1136 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.482108+0000 mon.smithi134 (mon.0) 1137 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.483181+0000 mon.smithi134 (mon.0) 1138 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.485175+0000 mon.smithi134 (mon.0) 1139 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.487093+0000 mon.smithi134 (mon.0) 1140 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.488197+0000 mon.smithi134 (mon.0) 1141 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.489236+0000 mon.smithi134 (mon.0) 1142 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.490209+0000 mon.smithi134 (mon.0) 1143 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.491188+0000 mon.smithi134 (mon.0) 1144 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.492267+0000 mon.smithi134 (mon.0) 1145 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:10.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.497692+0000 mon.smithi134 (mon.0) 1146 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.498628+0000 mon.smithi134 (mon.0) 1147 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi134.ommlig"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.501834+0000 mon.smithi134 (mon.0) 1148 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi134.ommlig"}]': finished 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.502471+0000 mon.smithi134 (mon.0) 1149 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi149.pbrklo"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.505246+0000 mon.smithi134 (mon.0) 1150 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi149.pbrklo"}]': finished 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.974650+0000 mon.smithi134 (mon.0) 1151 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.974990+0000 mon.smithi134 (mon.0) 1152 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.975274+0000 mon.smithi134 (mon.0) 1153 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.975535+0000 mon.smithi134 (mon.0) 1154 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.975767+0000 mon.smithi134 (mon.0) 1155 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.977679+0000 mon.smithi134 (mon.0) 1156 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.978038+0000 mon.smithi134 (mon.0) 1157 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.978491+0000 mon.smithi134 (mon.0) 1158 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.978945+0000 mon.smithi134 (mon.0) 1159 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.979349+0000 mon.smithi134 (mon.0) 1160 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:10.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:10.407269+0000 mon.smithi134 (mon.0) 1161 : audit [DBG] from='client.? 172.21.15.134:0/1575997818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:11.046 INFO:teuthology.orchestra.run.smithi134.stdout: 5 650 36.69 MB/sec execute 2 sec latency 30.293 ms 2024-02-06T18:20:11.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:09.492869+0000 mgr.smithi134.hychep (mgr.24599) 379 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-06T18:20:11.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.626236+0000 mgr.smithi134.hychep (mgr.24599) 380 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:11.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:11 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:09.971400+0000 mgr.smithi134.hychep (mgr.24599) 381 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:11.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:09.492869+0000 mgr.smithi134.hychep (mgr.24599) 379 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-06T18:20:11.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.626236+0000 mgr.smithi134.hychep (mgr.24599) 380 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:11.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:09.971400+0000 mgr.smithi134.hychep (mgr.24599) 381 : audit [DBG] from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:12.047 INFO:teuthology.orchestra.run.smithi134.stdout: 5 1413 32.72 MB/sec execute 3 sec latency 37.474 ms 2024-02-06T18:20:12.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:10.755290+0000 mgr.smithi134.hychep (mgr.24599) 382 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:12.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:10.888662+0000 mgr.smithi134.hychep (mgr.24599) 383 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 248 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 1.8 MiB/s wr, 52 op/s 2024-02-06T18:20:12.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:11.297059+0000 mgr.smithi134.hychep (mgr.24599) 384 : cephadm [INF] Upgrade: Updating node-exporter.smithi134 (1/2) 2024-02-06T18:20:12.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:11.297254+0000 mgr.smithi134.hychep (mgr.24599) 385 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-02-06T18:20:12.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:11.471503+0000 mon.smithi134 (mon.0) 1162 : cluster [DBG] mgrmap e45: smithi134.hychep(active, since 6m), standbys: smithi149.eefzub 2024-02-06T18:20:12.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:10.755290+0000 mgr.smithi134.hychep (mgr.24599) 382 : audit [DBG] from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:10.888662+0000 mgr.smithi134.hychep (mgr.24599) 383 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 248 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 1.8 MiB/s wr, 52 op/s 2024-02-06T18:20:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:11.297059+0000 mgr.smithi134.hychep (mgr.24599) 384 : cephadm [INF] Upgrade: Updating node-exporter.smithi134 (1/2) 2024-02-06T18:20:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:11.297254+0000 mgr.smithi134.hychep (mgr.24599) 385 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-02-06T18:20:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:11.471503+0000 mon.smithi134 (mon.0) 1162 : cluster [DBG] mgrmap e45: smithi134.hychep(active, since 6m), standbys: smithi149.eefzub 2024-02-06T18:20:13.047 INFO:teuthology.orchestra.run.smithi134.stdout: 5 2506 27.96 MB/sec execute 4 sec latency 13.561 ms 2024-02-06T18:20:14.048 INFO:teuthology.orchestra.run.smithi134.stdout: 5 cleanup 5 sec 2024-02-06T18:20:14.314 INFO:teuthology.orchestra.run.smithi134.stdout: 0 cleanup 5 sec 2024-02-06T18:20:14.314 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:20:14.314 INFO:teuthology.orchestra.run.smithi134.stdout: Operation Count AvgLat MaxLat 2024-02-06T18:20:14.314 INFO:teuthology.orchestra.run.smithi134.stdout: ---------------------------------------- 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: NTCreateX 2355 3.242 37.698 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Close 1996 2.622 41.099 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Rename 110 8.143 31.796 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Unlink 251 2.663 20.939 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Qpathinfo 2076 0.818 14.589 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Qfileinfo 746 7.353 36.436 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Qfsinfo 360 0.419 10.342 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Sfileinfo 250 5.435 28.042 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Find 838 0.283 4.553 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: WriteX 2724 0.020 0.086 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: ReadX 4124 0.009 1.233 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: LockX 10 0.293 0.573 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: UnlockX 10 0.207 0.233 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: Flush 209 7.862 40.861 2024-02-06T18:20:14.315 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:20:14.316 INFO:teuthology.orchestra.run.smithi134.stdout:Throughput 27.9622 MB/sec 5 clients 5 procs max_latency=37.474 ms 2024-02-06T18:20:14.317 DEBUG:teuthology.parallel:result is None 2024-02-06T18:20:14.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:12.889251+0000 mgr.smithi134.hychep (mgr.24599) 386 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 280 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.1 MiB/s wr, 233 op/s 2024-02-06T18:20:14.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:12.889251+0000 mgr.smithi134.hychep (mgr.24599) 386 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 280 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.1 MiB/s wr, 233 op/s 2024-02-06T18:20:16.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:14.889777+0000 mgr.smithi134.hychep (mgr.24599) 387 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 300 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 442 op/s 2024-02-06T18:20:16.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:14.889777+0000 mgr.smithi134.hychep (mgr.24599) 387 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 300 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 442 op/s 2024-02-06T18:20:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:16.490005+0000 mon.smithi134 (mon.0) 1163 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:16.837532+0000 mon.smithi134 (mon.0) 1164 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T18:20:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:16.837779+0000 mon.smithi134 (mon.0) 1165 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-06T18:20:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:16.837986+0000 mon.smithi134 (mon.0) 1166 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-06T18:20:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:16.838198+0000 mon.smithi134 (mon.0) 1167 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:20:17.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:16.890240+0000 mgr.smithi134.hychep (mgr.24599) 388 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 265 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 14 MiB/s wr, 492 op/s 2024-02-06T18:20:17.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:16.490005+0000 mon.smithi134 (mon.0) 1163 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:17.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:16.837532+0000 mon.smithi134 (mon.0) 1164 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T18:20:17.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:16.837779+0000 mon.smithi134 (mon.0) 1165 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-02-06T18:20:17.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:16.837986+0000 mon.smithi134 (mon.0) 1166 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-02-06T18:20:17.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:16.838198+0000 mon.smithi134 (mon.0) 1167 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:20:17.850 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:16.890240+0000 mgr.smithi134.hychep (mgr.24599) 388 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 265 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.3 KiB/s rd, 14 MiB/s wr, 492 op/s 2024-02-06T18:20:18.768 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:18.029540+0000 mgr.smithi134.hychep (mgr.24599) 389 : cephadm [INF] Upgrade: Updating node-exporter.smithi149 (2/2) 2024-02-06T18:20:18.768 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:18.029720+0000 mgr.smithi134.hychep (mgr.24599) 390 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-02-06T18:20:18.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:18.029540+0000 mgr.smithi134.hychep (mgr.24599) 389 : cephadm [INF] Upgrade: Updating node-exporter.smithi149 (2/2) 2024-02-06T18:20:18.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:18.029720+0000 mgr.smithi134.hychep (mgr.24599) 390 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-02-06T18:20:20.262 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:18.890742+0000 mgr.smithi134.hychep (mgr.24599) 391 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 244 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 12 MiB/s wr, 436 op/s 2024-02-06T18:20:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:18.890742+0000 mgr.smithi134.hychep (mgr.24599) 391 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 244 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 12 MiB/s wr, 436 op/s 2024-02-06T18:20:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:20.891386+0000 mgr.smithi134.hychep (mgr.24599) 392 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 197 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 12 MiB/s wr, 446 op/s 2024-02-06T18:20:22.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:20.891386+0000 mgr.smithi134.hychep (mgr.24599) 392 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 197 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 12 MiB/s wr, 446 op/s 2024-02-06T18:20:24.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:22.892064+0000 mgr.smithi134.hychep (mgr.24599) 393 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 190 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 11 MiB/s wr, 437 op/s 2024-02-06T18:20:24.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:22.892064+0000 mgr.smithi134.hychep (mgr.24599) 393 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 190 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 11 MiB/s wr, 437 op/s 2024-02-06T18:20:25.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:24.191532+0000 mon.smithi134 (mon.0) 1168 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:25.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:24.192480+0000 mon.smithi134 (mon.0) 1169 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:25.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:24.194127+0000 mon.smithi134 (mon.0) 1170 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:25.195 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:25 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:24.194403+0000 mon.smithi134 (mon.0) 1171 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:24.191532+0000 mon.smithi134 (mon.0) 1168 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:24.192480+0000 mon.smithi134 (mon.0) 1169 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:24.194127+0000 mon.smithi134 (mon.0) 1170 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:25.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:24.194403+0000 mon.smithi134 (mon.0) 1171 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:26.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:24.892566+0000 mgr.smithi134.hychep (mgr.24599) 394 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 281 op/s 2024-02-06T18:20:26.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:24.892566+0000 mgr.smithi134.hychep (mgr.24599) 394 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 281 op/s 2024-02-06T18:20:28.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:26.834946+0000 mon.smithi134 (mon.0) 1172 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:28.193 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:26.892980+0000 mgr.smithi134.hychep (mgr.24599) 395 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.4 MiB/s wr, 102 op/s 2024-02-06T18:20:28.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:26.834946+0000 mon.smithi134 (mon.0) 1172 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:28.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:26.892980+0000 mgr.smithi134.hychep (mgr.24599) 395 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.4 MiB/s wr, 102 op/s 2024-02-06T18:20:30.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:28.893437+0000 mgr.smithi134.hychep (mgr.24599) 396 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 531 KiB/s wr, 44 op/s 2024-02-06T18:20:30.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:29.749130+0000 mon.smithi134 (mon.0) 1173 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:30.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:28.893437+0000 mgr.smithi134.hychep (mgr.24599) 396 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 531 KiB/s wr, 44 op/s 2024-02-06T18:20:30.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:29.749130+0000 mon.smithi134 (mon.0) 1173 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:31.182 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.035601+0000 mon.smithi134 (mon.0) 1174 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:31.182 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.036235+0000 mon.smithi134 (mon.0) 1175 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:20:31.182 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:30.036745+0000 mgr.smithi134.hychep (mgr.24599) 397 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:20:31.182 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.040139+0000 mon.smithi134 (mon.0) 1176 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:31.182 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.042043+0000 mon.smithi134 (mon.0) 1177 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:30.042393+0000 mgr.smithi134.hychep (mgr.24599) 398 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:30.042459+0000 mgr.smithi134.hychep (mgr.24599) 399 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.045274+0000 mon.smithi134 (mon.0) 1178 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.048085+0000 mon.smithi134 (mon.0) 1179 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.049894+0000 mon.smithi134 (mon.0) 1180 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.050904+0000 mon.smithi134 (mon.0) 1181 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.051871+0000 mon.smithi134 (mon.0) 1182 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.053298+0000 mon.smithi134 (mon.0) 1183 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.054786+0000 mon.smithi134 (mon.0) 1184 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.055666+0000 mon.smithi134 (mon.0) 1185 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.056472+0000 mon.smithi134 (mon.0) 1186 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.057281+0000 mon.smithi134 (mon.0) 1187 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.058090+0000 mon.smithi134 (mon.0) 1188 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.059060+0000 mon.smithi134 (mon.0) 1189 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:31 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:30.060146+0000 mon.smithi134 (mon.0) 1190 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.035601+0000 mon.smithi134 (mon.0) 1174 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.036235+0000 mon.smithi134 (mon.0) 1175 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:30.036745+0000 mgr.smithi134.hychep (mgr.24599) 397 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.040139+0000 mon.smithi134 (mon.0) 1176 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.042043+0000 mon.smithi134 (mon.0) 1177 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:30.042393+0000 mgr.smithi134.hychep (mgr.24599) 398 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:30.042459+0000 mgr.smithi134.hychep (mgr.24599) 399 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.045274+0000 mon.smithi134 (mon.0) 1178 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:31.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.048085+0000 mon.smithi134 (mon.0) 1179 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.049894+0000 mon.smithi134 (mon.0) 1180 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.050904+0000 mon.smithi134 (mon.0) 1181 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.051871+0000 mon.smithi134 (mon.0) 1182 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.053298+0000 mon.smithi134 (mon.0) 1183 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.054786+0000 mon.smithi134 (mon.0) 1184 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.055666+0000 mon.smithi134 (mon.0) 1185 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.056472+0000 mon.smithi134 (mon.0) 1186 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.057281+0000 mon.smithi134 (mon.0) 1187 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.058090+0000 mon.smithi134 (mon.0) 1188 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.059060+0000 mon.smithi134 (mon.0) 1189 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:31.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:31 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:30.060146+0000 mon.smithi134 (mon.0) 1190 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:32.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:30.894066+0000 mgr.smithi134.hychep (mgr.24599) 400 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 266 KiB/s wr, 28 op/s 2024-02-06T18:20:32.460 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:30.894066+0000 mgr.smithi134.hychep (mgr.24599) 400 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 266 KiB/s wr, 28 op/s 2024-02-06T18:20:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:31.572775+0000 mgr.smithi134.hychep (mgr.24599) 401 : cephadm [INF] Upgrade: Updating prometheus.smithi134 2024-02-06T18:20:33.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:31.581197+0000 mgr.smithi134.hychep (mgr.24599) 402 : cephadm [INF] Deploying daemon prometheus.smithi134 on smithi134 2024-02-06T18:20:33.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:31.572775+0000 mgr.smithi134.hychep (mgr.24599) 401 : cephadm [INF] Upgrade: Updating prometheus.smithi134 2024-02-06T18:20:33.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:33 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:31.581197+0000 mgr.smithi134.hychep (mgr.24599) 402 : cephadm [INF] Deploying daemon prometheus.smithi134 on smithi134 2024-02-06T18:20:34.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:32.894786+0000 mgr.smithi134.hychep (mgr.24599) 403 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 29 KiB/s wr, 2 op/s 2024-02-06T18:20:34.391 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:32.894786+0000 mgr.smithi134.hychep (mgr.24599) 403 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 29 KiB/s wr, 2 op/s 2024-02-06T18:20:36.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:34.895308+0000 mgr.smithi134.hychep (mgr.24599) 404 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 29 KiB/s wr, 1 op/s 2024-02-06T18:20:36.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:34.895308+0000 mgr.smithi134.hychep (mgr.24599) 404 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 29 KiB/s wr, 1 op/s 2024-02-06T18:20:38.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:36.894878+0000 mon.smithi134 (mon.0) 1191 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:38.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:36.895625+0000 mon.smithi134 (mon.0) 1192 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:38.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:36.895941+0000 mgr.smithi134.hychep (mgr.24599) 405 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:38.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:37 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:36.896976+0000 mon.smithi134 (mon.0) 1193 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:38.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:36.894878+0000 mon.smithi134 (mon.0) 1191 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:38.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:36.895625+0000 mon.smithi134 (mon.0) 1192 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:38.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:36.895941+0000 mgr.smithi134.hychep (mgr.24599) 405 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:38.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:37 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:36.896976+0000 mon.smithi134 (mon.0) 1193 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:40.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:38.896371+0000 mgr.smithi134.hychep (mgr.24599) 406 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:40.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:38.896371+0000 mgr.smithi134.hychep (mgr.24599) 406 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:41.060 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:20:41.642 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (14m) 11s ago 16m 17.9M - 0.20.0 0881eb8f169f d5af28c4560b 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (5m) 11s ago 16m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (5m) 14s ago 14m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (14m) 11s ago 15m 34.7M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (82s) 11s ago 10m 43.8M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 5f6f0f8c6f7f 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (56s) 14s ago 10m 14.9M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 925055fe862d 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (7m) 11s ago 17m 441M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (6m) 14s ago 15m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (6m) 11s ago 17m 58.5M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (6m) 14s ago 15m 50.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (44s) 11s ago 8m 227M - 3.5 3dc0b58dc7ab a1040293a3aa 2024-02-06T18:20:41.643 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (38s) 14s ago 8m 62.9M - 3.5 3dc0b58dc7ab c9af94ae9435 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (25s) 11s ago 15m 12.1M - 1.3.1 1dbe0e931976 2aa917f76dca 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (18s) 14s ago 15m 3288k - 1.3.1 1dbe0e931976 73da8a48f2a9 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (5m) 11s ago 15m 234M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (4m) 11s ago 14m 253M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (4m) 11s ago 14m 158M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (3m) 11s ago 13m 215M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (3m) 14s ago 13m 242M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (2m) 14s ago 13m 244M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (2m) 14s ago 13m 240M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (105s) 14s ago 12m 283M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:20:41.644 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 starting - - - - 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:41.980 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:20:41.981 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:20:42.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:40.896872+0000 mgr.smithi134.hychep (mgr.24599) 407 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.048829+0000 mgr.smithi134.hychep (mgr.24599) 408 : audit [DBG] from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.333516+0000 mgr.smithi134.hychep (mgr.24599) 409 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.632106+0000 mon.smithi134 (mon.0) 1194 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.632498+0000 mon.smithi134 (mon.0) 1195 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.632852+0000 mon.smithi134 (mon.0) 1196 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.633241+0000 mon.smithi134 (mon.0) 1197 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.633546+0000 mon.smithi134 (mon.0) 1198 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.635276+0000 mon.smithi134 (mon.0) 1199 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.635607+0000 mon.smithi134 (mon.0) 1200 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.635924+0000 mon.smithi134 (mon.0) 1201 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.636238+0000 mon.smithi134 (mon.0) 1202 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.636556+0000 mon.smithi134 (mon.0) 1203 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.980056+0000 mon.smithi134 (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.134:0/706013540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout: "mds", 2024-02-06T18:20:42.262 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "osd", 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "nfs", 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "18/23 daemons upgraded", 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading prometheus daemons", 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:20:42.263 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:40.896872+0000 mgr.smithi134.hychep (mgr.24599) 407 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.048829+0000 mgr.smithi134.hychep (mgr.24599) 408 : audit [DBG] from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.333516+0000 mgr.smithi134.hychep (mgr.24599) 409 : audit [DBG] from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.632106+0000 mon.smithi134 (mon.0) 1194 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.632498+0000 mon.smithi134 (mon.0) 1195 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.632852+0000 mon.smithi134 (mon.0) 1196 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.633241+0000 mon.smithi134 (mon.0) 1197 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.633546+0000 mon.smithi134 (mon.0) 1198 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.635276+0000 mon.smithi134 (mon.0) 1199 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.635607+0000 mon.smithi134 (mon.0) 1200 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.635924+0000 mon.smithi134 (mon.0) 1201 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.636238+0000 mon.smithi134 (mon.0) 1202 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.636556+0000 mon.smithi134 (mon.0) 1203 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:20:42.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.980056+0000 mon.smithi134 (mon.0) 1204 : audit [DBG] from='client.? 172.21.15.134:0/706013540' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:41.629642+0000 mgr.smithi134.hychep (mgr.24599) 410 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:43.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.262277+0000 mgr.smithi134.hychep (mgr.24599) 411 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:43.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.354283+0000 mon.smithi134 (mon.0) 1205 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:43.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.355065+0000 mon.smithi134 (mon.0) 1206 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:43.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.355639+0000 mon.smithi134 (mon.0) 1207 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:20:43.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:42.356144+0000 mgr.smithi134.hychep (mgr.24599) 412 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.359320+0000 mon.smithi134 (mon.0) 1208 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.361245+0000 mon.smithi134 (mon.0) 1209 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:42.361564+0000 mgr.smithi134.hychep (mgr.24599) 413 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:42.361628+0000 mgr.smithi134.hychep (mgr.24599) 414 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.364383+0000 mon.smithi134 (mon.0) 1210 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.368325+0000 mon.smithi134 (mon.0) 1211 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.368709+0000 mgr.smithi134.hychep (mgr.24599) 415 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.370202+0000 mon.smithi134 (mon.0) 1212 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.372084+0000 mon.smithi134 (mon.0) 1213 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.373109+0000 mon.smithi134 (mon.0) 1214 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.374101+0000 mon.smithi134 (mon.0) 1215 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.375467+0000 mon.smithi134 (mon.0) 1216 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.376967+0000 mon.smithi134 (mon.0) 1217 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.377819+0000 mon.smithi134 (mon.0) 1218 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.378644+0000 mon.smithi134 (mon.0) 1219 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.379451+0000 mon.smithi134 (mon.0) 1220 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.380246+0000 mon.smithi134 (mon.0) 1221 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.381187+0000 mon.smithi134 (mon.0) 1222 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.382258+0000 mon.smithi134 (mon.0) 1223 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:43 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:42.383208+0000 mon.smithi134 (mon.0) 1224 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:41.629642+0000 mgr.smithi134.hychep (mgr.24599) 410 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.262277+0000 mgr.smithi134.hychep (mgr.24599) 411 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:20:43.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.354283+0000 mon.smithi134 (mon.0) 1205 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.355065+0000 mon.smithi134 (mon.0) 1206 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.355639+0000 mon.smithi134 (mon.0) 1207 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:42.356144+0000 mgr.smithi134.hychep (mgr.24599) 412 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.359320+0000 mon.smithi134 (mon.0) 1208 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.361245+0000 mon.smithi134 (mon.0) 1209 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:42.361564+0000 mgr.smithi134.hychep (mgr.24599) 413 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:42.361628+0000 mgr.smithi134.hychep (mgr.24599) 414 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.364383+0000 mon.smithi134 (mon.0) 1210 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.368325+0000 mon.smithi134 (mon.0) 1211 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.368709+0000 mgr.smithi134.hychep (mgr.24599) 415 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.370202+0000 mon.smithi134 (mon.0) 1212 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.372084+0000 mon.smithi134 (mon.0) 1213 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.373109+0000 mon.smithi134 (mon.0) 1214 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.374101+0000 mon.smithi134 (mon.0) 1215 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.375467+0000 mon.smithi134 (mon.0) 1216 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.376967+0000 mon.smithi134 (mon.0) 1217 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.377819+0000 mon.smithi134 (mon.0) 1218 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.378644+0000 mon.smithi134 (mon.0) 1219 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.379451+0000 mon.smithi134 (mon.0) 1220 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.380246+0000 mon.smithi134 (mon.0) 1221 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.381187+0000 mon.smithi134 (mon.0) 1222 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.382258+0000 mon.smithi134 (mon.0) 1223 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:43.809 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:43 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:42.383208+0000 mon.smithi134 (mon.0) 1224 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:20:44.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:42.897357+0000 mgr.smithi134.hychep (mgr.24599) 416 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:44.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:42.897357+0000 mgr.smithi134.hychep (mgr.24599) 416 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:45.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:43.939307+0000 mgr.smithi134.hychep (mgr.24599) 417 : cephadm [INF] Upgrade: Updating alertmanager.smithi134 2024-02-06T18:20:45.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:44.167724+0000 mgr.smithi134.hychep (mgr.24599) 418 : cephadm [INF] Deploying daemon alertmanager.smithi134 on smithi134 2024-02-06T18:20:45.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:43.939307+0000 mgr.smithi134.hychep (mgr.24599) 417 : cephadm [INF] Upgrade: Updating alertmanager.smithi134 2024-02-06T18:20:45.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:44.167724+0000 mgr.smithi134.hychep (mgr.24599) 418 : cephadm [INF] Deploying daemon alertmanager.smithi134 on smithi134 2024-02-06T18:20:46.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:44.897935+0000 mgr.smithi134.hychep (mgr.24599) 419 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:46.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:44.897935+0000 mgr.smithi134.hychep (mgr.24599) 419 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-06T18:20:48.696 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:46.898509+0000 mgr.smithi134.hychep (mgr.24599) 420 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:48.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:46.898509+0000 mgr.smithi134.hychep (mgr.24599) 420 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:50.644 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:48.898923+0000 mgr.smithi134.hychep (mgr.24599) 421 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:50.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:48.898923+0000 mgr.smithi134.hychep (mgr.24599) 421 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:52.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:50.899502+0000 mgr.smithi134.hychep (mgr.24599) 422 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:52.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:50.899502+0000 mgr.smithi134.hychep (mgr.24599) 422 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:54.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:52.899978+0000 mgr.smithi134.hychep (mgr.24599) 423 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:20:54.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:53.779664+0000 mon.smithi134 (mon.0) 1225 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:54.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:53.780402+0000 mon.smithi134 (mon.0) 1226 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:54.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:53.781861+0000 mon.smithi134 (mon.0) 1227 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:54.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:52.899978+0000 mgr.smithi134.hychep (mgr.24599) 423 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:20:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:53.779664+0000 mon.smithi134 (mon.0) 1225 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:20:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:53.780402+0000 mon.smithi134 (mon.0) 1226 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:20:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:53.781861+0000 mon.smithi134 (mon.0) 1227 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:20:56.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:54.900481+0000 mgr.smithi134.hychep (mgr.24599) 424 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:54.900481+0000 mgr.smithi134.hychep (mgr.24599) 424 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:58.652 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:20:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:56.900908+0000 mgr.smithi134.hychep (mgr.24599) 425 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:20:58.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:20:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:56.900908+0000 mgr.smithi134.hychep (mgr.24599) 425 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:00.186 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:20:58.901572+0000 mgr.smithi134.hychep (mgr.24599) 426 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.054206+0000 mon.smithi134 (mon.0) 1228 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.055017+0000 mon.smithi134 (mon.0) 1229 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.055607+0000 mon.smithi134 (mon.0) 1230 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:59.056096+0000 mgr.smithi134.hychep (mgr.24599) 427 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.059053+0000 mon.smithi134 (mon.0) 1231 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.060943+0000 mon.smithi134 (mon.0) 1232 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:59.061265+0000 mgr.smithi134.hychep (mgr.24599) 428 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:20:59.061330+0000 mgr.smithi134.hychep (mgr.24599) 429 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.064203+0000 mon.smithi134 (mon.0) 1233 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.187 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.068352+0000 mon.smithi134 (mon.0) 1234 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.068657+0000 mgr.smithi134.hychep (mgr.24599) 430 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.069425+0000 mon.smithi134 (mon.0) 1235 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.069649+0000 mgr.smithi134.hychep (mgr.24599) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.073234+0000 mon.smithi134 (mon.0) 1236 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.075342+0000 mon.smithi134 (mon.0) 1237 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.080085+0000 mon.smithi134 (mon.0) 1238 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.081917+0000 mon.smithi134 (mon.0) 1239 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.083340+0000 mon.smithi134 (mon.0) 1240 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.084924+0000 mon.smithi134 (mon.0) 1241 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.086530+0000 mon.smithi134 (mon.0) 1242 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.087344+0000 mon.smithi134 (mon.0) 1243 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.088191+0000 mon.smithi134 (mon.0) 1244 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.089261+0000 mon.smithi134 (mon.0) 1245 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.090501+0000 mon.smithi134 (mon.0) 1246 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.188 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.092019+0000 mon.smithi134 (mon.0) 1247 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.189 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.093205+0000 mon.smithi134 (mon.0) 1248 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.189 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.094224+0000 mon.smithi134 (mon.0) 1249 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.189 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:20:59.095206+0000 mon.smithi134 (mon.0) 1250 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:20:58.901572+0000 mgr.smithi134.hychep (mgr.24599) 426 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.054206+0000 mon.smithi134 (mon.0) 1228 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.055017+0000 mon.smithi134 (mon.0) 1229 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.055607+0000 mon.smithi134 (mon.0) 1230 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:59.056096+0000 mgr.smithi134.hychep (mgr.24599) 427 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.059053+0000 mon.smithi134 (mon.0) 1231 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.060943+0000 mon.smithi134 (mon.0) 1232 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:00.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:59.061265+0000 mgr.smithi134.hychep (mgr.24599) 428 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:20:59.061330+0000 mgr.smithi134.hychep (mgr.24599) 429 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.064203+0000 mon.smithi134 (mon.0) 1233 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.068352+0000 mon.smithi134 (mon.0) 1234 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.068657+0000 mgr.smithi134.hychep (mgr.24599) 430 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.069425+0000 mon.smithi134 (mon.0) 1235 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.069649+0000 mgr.smithi134.hychep (mgr.24599) 431 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.073234+0000 mon.smithi134 (mon.0) 1236 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.075342+0000 mon.smithi134 (mon.0) 1237 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.080085+0000 mon.smithi134 (mon.0) 1238 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.081917+0000 mon.smithi134 (mon.0) 1239 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.083340+0000 mon.smithi134 (mon.0) 1240 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.084924+0000 mon.smithi134 (mon.0) 1241 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.086530+0000 mon.smithi134 (mon.0) 1242 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.087344+0000 mon.smithi134 (mon.0) 1243 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.088191+0000 mon.smithi134 (mon.0) 1244 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.089261+0000 mon.smithi134 (mon.0) 1245 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.090501+0000 mon.smithi134 (mon.0) 1246 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.092019+0000 mon.smithi134 (mon.0) 1247 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.093205+0000 mon.smithi134 (mon.0) 1248 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.094224+0000 mon.smithi134 (mon.0) 1249 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:00.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:20:59.095206+0000 mon.smithi134 (mon.0) 1250 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:00.594692+0000 mgr.smithi134.hychep (mgr.24599) 432 : cephadm [INF] Upgrade: Updating grafana.smithi134 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:00.754243+0000 mon.smithi134 (mon.0) 1251 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:00.756760+0000 mon.smithi134 (mon.0) 1252 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:00.759126+0000 mon.smithi134 (mon.0) 1253 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:00.759457+0000 mgr.smithi134.hychep (mgr.24599) 433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:00.763505+0000 mgr.smithi134.hychep (mgr.24599) 434 : cephadm [INF] Deploying daemon grafana.smithi134 on smithi134 2024-02-06T18:21:02.057 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:00.902062+0000 mgr.smithi134.hychep (mgr.24599) 435 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:02.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:00.594692+0000 mgr.smithi134.hychep (mgr.24599) 432 : cephadm [INF] Upgrade: Updating grafana.smithi134 2024-02-06T18:21:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:00.754243+0000 mon.smithi134 (mon.0) 1251 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:00.756760+0000 mon.smithi134 (mon.0) 1252 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:00.759126+0000 mon.smithi134 (mon.0) 1253 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T18:21:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:00.759457+0000 mgr.smithi134.hychep (mgr.24599) 433 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-06T18:21:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:00.763505+0000 mgr.smithi134.hychep (mgr.24599) 434 : cephadm [INF] Deploying daemon grafana.smithi134 on smithi134 2024-02-06T18:21:02.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:00.902062+0000 mgr.smithi134.hychep (mgr.24599) 435 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:04.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:02.902614+0000 mgr.smithi134.hychep (mgr.24599) 436 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:04.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:02.902614+0000 mgr.smithi134.hychep (mgr.24599) 436 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:06.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:04.903125+0000 mgr.smithi134.hychep (mgr.24599) 437 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:06.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:04.903125+0000 mgr.smithi134.hychep (mgr.24599) 437 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:08.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:06.903643+0000 mgr.smithi134.hychep (mgr.24599) 438 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:08.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:06.903643+0000 mgr.smithi134.hychep (mgr.24599) 438 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:10.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:08.904180+0000 mgr.smithi134.hychep (mgr.24599) 439 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:10.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:08.904180+0000 mgr.smithi134.hychep (mgr.24599) 439 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:12.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:10.904730+0000 mgr.smithi134.hychep (mgr.24599) 440 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:12.484 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:10.904730+0000 mgr.smithi134.hychep (mgr.24599) 440 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:12.605 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (20s) 14s ago 16m 15.9M - 0.23.0 ba2b418f427c b0f4659ab6ed 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (6m) 14s ago 16m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (6m) 46s ago 15m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (14m) 14s ago 16m 34.7M - 6.7.4 557c83e11646 88a46bd84576 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (114s) 14s ago 11m 41.1M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 5f6f0f8c6f7f 2024-02-06T18:21:13.247 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (88s) 46s ago 11m 14.9M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 925055fe862d 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (7m) 14s ago 18m 442M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (7m) 46s ago 16m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (7m) 14s ago 18m 63.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (6m) 46s ago 16m 50.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (76s) 14s ago 8m 235M - 3.5 3dc0b58dc7ab a1040293a3aa 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (70s) 46s ago 8m 62.9M - 3.5 3dc0b58dc7ab c9af94ae9435 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (57s) 14s ago 16m 13.4M - 1.3.1 1dbe0e931976 2aa917f76dca 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (49s) 46s ago 15m 3288k - 1.3.1 1dbe0e931976 73da8a48f2a9 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (5m) 14s ago 15m 234M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (5m) 14s ago 15m 253M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (4m) 14s ago 14m 158M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (4m) 14s ago 14m 215M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:21:13.248 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (3m) 46s ago 14m 242M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:21:13.249 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (3m) 46s ago 13m 244M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:21:13.249 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (2m) 46s ago 13m 240M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:21:13.249 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (2m) 46s ago 13m 283M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:21:13.249 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (36s) 14s ago 15m 65.2M - 2.33.4 514e6a882f6e a251df10695e 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:13.579 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:21:13.580 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T18:21:13.580 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:21:13.580 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "in_progress": true, 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "services_complete": [ 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "mds", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "mon", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "osd", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "nfs", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr", 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "crash" 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:21:13.861 INFO:teuthology.orchestra.run.smithi134.stdout: "progress": "18/23 daemons upgraded", 2024-02-06T18:21:13.862 INFO:teuthology.orchestra.run.smithi134.stdout: "message": "Currently upgrading grafana daemons", 2024-02-06T18:21:13.862 INFO:teuthology.orchestra.run.smithi134.stdout: "is_paused": false 2024-02-06T18:21:13.862 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:12.592257+0000 mgr.smithi134.hychep (mgr.24599) 441 : audit [DBG] from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:12.905213+0000 mgr.smithi134.hychep (mgr.24599) 442 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:12.949912+0000 mgr.smithi134.hychep (mgr.24599) 443 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.234972+0000 mgr.smithi134.hychep (mgr.24599) 444 : audit [DBG] from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.237136+0000 mon.smithi134 (mon.0) 1254 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.237555+0000 mon.smithi134 (mon.0) 1255 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.237884+0000 mon.smithi134 (mon.0) 1256 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.238183+0000 mon.smithi134 (mon.0) 1257 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.238458+0000 mon.smithi134 (mon.0) 1258 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.240128+0000 mon.smithi134 (mon.0) 1259 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.240461+0000 mon.smithi134 (mon.0) 1260 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.240802+0000 mon.smithi134 (mon.0) 1261 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.241143+0000 mon.smithi134 (mon.0) 1262 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.241443+0000 mon.smithi134 (mon.0) 1263 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.578794+0000 mon.smithi134 (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.134:0/3517022354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:12.592257+0000 mgr.smithi134.hychep (mgr.24599) 441 : audit [DBG] from='client.34460 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:12.905213+0000 mgr.smithi134.hychep (mgr.24599) 442 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:12.949912+0000 mgr.smithi134.hychep (mgr.24599) 443 : audit [DBG] from='client.34464 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.234972+0000 mgr.smithi134.hychep (mgr.24599) 444 : audit [DBG] from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.237136+0000 mon.smithi134 (mon.0) 1254 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.237555+0000 mon.smithi134 (mon.0) 1255 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.237884+0000 mon.smithi134 (mon.0) 1256 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.238183+0000 mon.smithi134 (mon.0) 1257 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.332 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.238458+0000 mon.smithi134 (mon.0) 1258 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.240128+0000 mon.smithi134 (mon.0) 1259 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:14.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.240461+0000 mon.smithi134 (mon.0) 1260 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.240802+0000 mon.smithi134 (mon.0) 1261 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.241143+0000 mon.smithi134 (mon.0) 1262 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.241443+0000 mon.smithi134 (mon.0) 1263 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:14.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.578794+0000 mon.smithi134 (mon.0) 1264 : audit [DBG] from='client.? 172.21.15.134:0/3517022354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:15.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:13.860688+0000 mgr.smithi134.hychep (mgr.24599) 445 : audit [DBG] from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:15.392 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:15 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:13.860688+0000 mgr.smithi134.hychep (mgr.24599) 445 : audit [DBG] from='client.34476 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:16.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:14.905662+0000 mgr.smithi134.hychep (mgr.24599) 446 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:16.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:14.905662+0000 mgr.smithi134.hychep (mgr.24599) 446 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:16.841979+0000 mon.smithi134 (mon.0) 1265 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-06T18:21:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:16.842329+0000 mon.smithi134 (mon.0) 1266 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T18:21:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:16.842611+0000 mon.smithi134 (mon.0) 1267 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:21:17.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:16.842884+0000 mon.smithi134 (mon.0) 1268 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T18:21:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:16.841979+0000 mon.smithi134 (mon.0) 1265 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-02-06T18:21:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:16.842329+0000 mon.smithi134 (mon.0) 1266 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-02-06T18:21:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:16.842611+0000 mon.smithi134 (mon.0) 1267 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:21:17.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:16.842884+0000 mon.smithi134 (mon.0) 1268 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T18:21:18.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:16.906358+0000 mgr.smithi134.hychep (mgr.24599) 447 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:18.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:16.906358+0000 mgr.smithi134.hychep (mgr.24599) 447 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:20.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:18.906952+0000 mgr.smithi134.hychep (mgr.24599) 448 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:20.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:18.906952+0000 mgr.smithi134.hychep (mgr.24599) 448 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:21.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:20.869588+0000 mon.smithi134 (mon.0) 1269 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:21.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:20.870435+0000 mon.smithi134 (mon.0) 1270 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:21.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:20.871885+0000 mon.smithi134 (mon.0) 1271 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:21:21.985 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:21 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:20.907400+0000 mgr.smithi134.hychep (mgr.24599) 449 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:20.869588+0000 mon.smithi134 (mon.0) 1269 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:20.870435+0000 mon.smithi134 (mon.0) 1270 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:20.871885+0000 mon.smithi134 (mon.0) 1271 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T18:21:22.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:20.907400+0000 mgr.smithi134.hychep (mgr.24599) 449 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:22.907865+0000 mgr.smithi134.hychep (mgr.24599) 450 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:24.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:22.907865+0000 mgr.smithi134.hychep (mgr.24599) 450 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:26.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:24.908340+0000 mgr.smithi134.hychep (mgr.24599) 451 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:26.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:24.908340+0000 mgr.smithi134.hychep (mgr.24599) 451 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:27.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.101107+0000 mon.smithi134 (mon.0) 1272 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.101958+0000 mon.smithi134 (mon.0) 1273 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:27.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.102523+0000 mon.smithi134 (mon.0) 1274 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:27.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.103012+0000 mgr.smithi134.hychep (mgr.24599) 452 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:27.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.106353+0000 mon.smithi134 (mon.0) 1275 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.108280+0000 mon.smithi134 (mon.0) 1276 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.108613+0000 mgr.smithi134.hychep (mgr.24599) 453 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.108679+0000 mgr.smithi134.hychep (mgr.24599) 454 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.111899+0000 mon.smithi134 (mon.0) 1277 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.115887+0000 mon.smithi134 (mon.0) 1278 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.116233+0000 mgr.smithi134.hychep (mgr.24599) 455 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.116915+0000 mon.smithi134 (mon.0) 1279 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.117160+0000 mgr.smithi134.hychep (mgr.24599) 456 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.120916+0000 mon.smithi134 (mon.0) 1280 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.123074+0000 mon.smithi134 (mon.0) 1281 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.126474+0000 mon.smithi134 (mon.0) 1282 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.127930+0000 mon.smithi134 (mon.0) 1283 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.129367+0000 mon.smithi134 (mon.0) 1284 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.131210+0000 mon.smithi134 (mon.0) 1285 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.133118+0000 mon.smithi134 (mon.0) 1286 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.134163+0000 mon.smithi134 (mon.0) 1287 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.135237+0000 mon.smithi134 (mon.0) 1288 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.136422+0000 mon.smithi134 (mon.0) 1289 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.137621+0000 mon.smithi134 (mon.0) 1290 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.138735+0000 mon.smithi134 (mon.0) 1291 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.139948+0000 mon.smithi134 (mon.0) 1292 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.140945+0000 mon.smithi134 (mon.0) 1293 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.141908+0000 mon.smithi134 (mon.0) 1294 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.142882+0000 mon.smithi134 (mon.0) 1295 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.143390+0000 mgr.smithi134.hychep (mgr.24599) 457 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.148972+0000 mon.smithi134 (mon.0) 1296 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.149505+0000 mon.smithi134 (mon.0) 1297 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-06T18:21:27.490 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.154743+0000 mon.smithi134 (mon.0) 1298 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.155226+0000 mon.smithi134 (mon.0) 1299 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.160213+0000 mon.smithi134 (mon.0) 1300 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.160701+0000 mon.smithi134 (mon.0) 1301 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.165738+0000 mon.smithi134 (mon.0) 1302 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.166256+0000 mon.smithi134 (mon.0) 1303 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.171088+0000 mon.smithi134 (mon.0) 1304 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.171601+0000 mon.smithi134 (mon.0) 1305 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.176690+0000 mon.smithi134 (mon.0) 1306 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.177191+0000 mon.smithi134 (mon.0) 1307 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.182035+0000 mon.smithi134 (mon.0) 1308 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.182562+0000 mon.smithi134 (mon.0) 1309 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.187725+0000 mon.smithi134 (mon.0) 1310 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.188272+0000 mon.smithi134 (mon.0) 1311 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.188755+0000 mon.smithi134 (mon.0) 1312 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.193773+0000 mon.smithi134 (mon.0) 1313 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.194333+0000 mon.smithi134 (mon.0) 1314 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.199704+0000 mon.smithi134 (mon.0) 1315 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.200233+0000 mon.smithi134 (mon.0) 1316 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.200711+0000 mon.smithi134 (mon.0) 1317 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.201183+0000 mon.smithi134 (mon.0) 1318 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.201642+0000 mon.smithi134 (mon.0) 1319 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.202084+0000 mon.smithi134 (mon.0) 1320 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.206992+0000 mon.smithi134 (mon.0) 1321 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.207392+0000 mgr.smithi134.hychep (mgr.24599) 458 : cephadm [INF] Upgrade: Complete! 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.207719+0000 mon.smithi134 (mon.0) 1322 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.211721+0000 mon.smithi134 (mon.0) 1323 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.212057+0000 mon.smithi134 (mon.0) 1324 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:27.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.213135+0000 mon.smithi134 (mon.0) 1325 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.213649+0000 mon.smithi134 (mon.0) 1326 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.214122+0000 mgr.smithi134.hychep (mgr.24599) 459 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.219132+0000 mon.smithi134 (mon.0) 1327 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.220985+0000 mon.smithi134 (mon.0) 1328 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.221305+0000 mgr.smithi134.hychep (mgr.24599) 460 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.221368+0000 mgr.smithi134.hychep (mgr.24599) 461 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.225999+0000 mon.smithi134 (mon.0) 1329 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.228666+0000 mon.smithi134 (mon.0) 1330 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.229666+0000 mon.smithi134 (mon.0) 1331 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.230118+0000 mon.smithi134 (mon.0) 1332 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.230549+0000 mgr.smithi134.hychep (mgr.24599) 462 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.235360+0000 mon.smithi134 (mon.0) 1333 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.237185+0000 mon.smithi134 (mon.0) 1334 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:27.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.237480+0000 mgr.smithi134.hychep (mgr.24599) 463 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.494 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:21:26.237542+0000 mgr.smithi134.hychep (mgr.24599) 464 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.494 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:26.242375+0000 mon.smithi134 (mon.0) 1335 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.101107+0000 mon.smithi134 (mon.0) 1272 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.101958+0000 mon.smithi134 (mon.0) 1273 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.102523+0000 mon.smithi134 (mon.0) 1274 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.103012+0000 mgr.smithi134.hychep (mgr.24599) 452 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.106353+0000 mon.smithi134 (mon.0) 1275 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.108280+0000 mon.smithi134 (mon.0) 1276 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.108613+0000 mgr.smithi134.hychep (mgr.24599) 453 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.108679+0000 mgr.smithi134.hychep (mgr.24599) 454 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.111899+0000 mon.smithi134 (mon.0) 1277 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.115887+0000 mon.smithi134 (mon.0) 1278 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.116233+0000 mgr.smithi134.hychep (mgr.24599) 455 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.116915+0000 mon.smithi134 (mon.0) 1279 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.117160+0000 mgr.smithi134.hychep (mgr.24599) 456 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.120916+0000 mon.smithi134 (mon.0) 1280 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.123074+0000 mon.smithi134 (mon.0) 1281 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.126474+0000 mon.smithi134 (mon.0) 1282 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.127930+0000 mon.smithi134 (mon.0) 1283 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.129367+0000 mon.smithi134 (mon.0) 1284 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.131210+0000 mon.smithi134 (mon.0) 1285 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.133118+0000 mon.smithi134 (mon.0) 1286 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.134163+0000 mon.smithi134 (mon.0) 1287 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.135237+0000 mon.smithi134 (mon.0) 1288 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.559 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.136422+0000 mon.smithi134 (mon.0) 1289 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.137621+0000 mon.smithi134 (mon.0) 1290 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.138735+0000 mon.smithi134 (mon.0) 1291 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.139948+0000 mon.smithi134 (mon.0) 1292 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.140945+0000 mon.smithi134 (mon.0) 1293 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.141908+0000 mon.smithi134 (mon.0) 1294 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.142882+0000 mon.smithi134 (mon.0) 1295 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.143390+0000 mgr.smithi134.hychep (mgr.24599) 457 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.148972+0000 mon.smithi134 (mon.0) 1296 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.149505+0000 mon.smithi134 (mon.0) 1297 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.154743+0000 mon.smithi134 (mon.0) 1298 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.155226+0000 mon.smithi134 (mon.0) 1299 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.560 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.160213+0000 mon.smithi134 (mon.0) 1300 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.160701+0000 mon.smithi134 (mon.0) 1301 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.165738+0000 mon.smithi134 (mon.0) 1302 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.166256+0000 mon.smithi134 (mon.0) 1303 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.171088+0000 mon.smithi134 (mon.0) 1304 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.171601+0000 mon.smithi134 (mon.0) 1305 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.176690+0000 mon.smithi134 (mon.0) 1306 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.177191+0000 mon.smithi134 (mon.0) 1307 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.182035+0000 mon.smithi134 (mon.0) 1308 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.182562+0000 mon.smithi134 (mon.0) 1309 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.187725+0000 mon.smithi134 (mon.0) 1310 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.188272+0000 mon.smithi134 (mon.0) 1311 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.188755+0000 mon.smithi134 (mon.0) 1312 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.193773+0000 mon.smithi134 (mon.0) 1313 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.194333+0000 mon.smithi134 (mon.0) 1314 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.199704+0000 mon.smithi134 (mon.0) 1315 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-06T18:21:27.561 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.200233+0000 mon.smithi134 (mon.0) 1316 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.200711+0000 mon.smithi134 (mon.0) 1317 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.201183+0000 mon.smithi134 (mon.0) 1318 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.201642+0000 mon.smithi134 (mon.0) 1319 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.202084+0000 mon.smithi134 (mon.0) 1320 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.206992+0000 mon.smithi134 (mon.0) 1321 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.207392+0000 mgr.smithi134.hychep (mgr.24599) 458 : cephadm [INF] Upgrade: Complete! 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.207719+0000 mon.smithi134 (mon.0) 1322 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.211721+0000 mon.smithi134 (mon.0) 1323 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.212057+0000 mon.smithi134 (mon.0) 1324 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.213135+0000 mon.smithi134 (mon.0) 1325 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.213649+0000 mon.smithi134 (mon.0) 1326 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.214122+0000 mgr.smithi134.hychep (mgr.24599) 459 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.219132+0000 mon.smithi134 (mon.0) 1327 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.562 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.220985+0000 mon.smithi134 (mon.0) 1328 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.221305+0000 mgr.smithi134.hychep (mgr.24599) 460 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.221368+0000 mgr.smithi134.hychep (mgr.24599) 461 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.225999+0000 mon.smithi134 (mon.0) 1329 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.228666+0000 mon.smithi134 (mon.0) 1330 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.229666+0000 mon.smithi134 (mon.0) 1331 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.230118+0000 mon.smithi134 (mon.0) 1332 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.230549+0000 mgr.smithi134.hychep (mgr.24599) 462 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.235360+0000 mon.smithi134 (mon.0) 1333 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.237185+0000 mon.smithi134 (mon.0) 1334 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.237480+0000 mgr.smithi134.hychep (mgr.24599) 463 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:21:26.237542+0000 mgr.smithi134.hychep (mgr.24599) 464 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:21:27.563 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:26.242375+0000 mon.smithi134 (mon.0) 1335 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:28.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:26.909106+0000 mgr.smithi134.hychep (mgr.24599) 465 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:28.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:27.238363+0000 mon.smithi134 (mon.0) 1336 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:28.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:26.909106+0000 mgr.smithi134.hychep (mgr.24599) 465 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:28.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:27.238363+0000 mon.smithi134 (mon.0) 1336 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:21:30.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:28.909758+0000 mgr.smithi134.hychep (mgr.24599) 466 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:30.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:28.909758+0000 mgr.smithi134.hychep (mgr.24599) 466 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:32.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:30.910354+0000 mgr.smithi134.hychep (mgr.24599) 467 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:32.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:30.910354+0000 mgr.smithi134.hychep (mgr.24599) 467 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:34.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:32.910925+0000 mgr.smithi134.hychep (mgr.24599) 468 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:34.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:32.910925+0000 mgr.smithi134.hychep (mgr.24599) 468 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:36.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:34.911497+0000 mgr.smithi134.hychep (mgr.24599) 469 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:36.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:34.911497+0000 mgr.smithi134.hychep (mgr.24599) 469 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:38.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:36.912122+0000 mgr.smithi134.hychep (mgr.24599) 470 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:38.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:36.912122+0000 mgr.smithi134.hychep (mgr.24599) 470 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:40.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:38.912708+0000 mgr.smithi134.hychep (mgr.24599) 471 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:40.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:38.912708+0000 mgr.smithi134.hychep (mgr.24599) 471 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:42.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:40.913298+0000 mgr.smithi134.hychep (mgr.24599) 472 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:42.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:40.913298+0000 mgr.smithi134.hychep (mgr.24599) 472 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:44.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:42.913846+0000 mgr.smithi134.hychep (mgr.24599) 473 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:44.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:42.913846+0000 mgr.smithi134.hychep (mgr.24599) 473 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:44.946 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch ps' 2024-02-06T18:21:45.555 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:45 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:44.157158+0000 mgr.smithi134.hychep (mgr.24599) 474 : audit [DBG] from='client.34480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:45.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:45 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:44.157158+0000 mgr.smithi134.hychep (mgr.24599) 474 : audit [DBG] from='client.34480 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:46.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:44.914393+0000 mgr.smithi134.hychep (mgr.24599) 475 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:46.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:44.914393+0000 mgr.smithi134.hychep (mgr.24599) 475 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:48.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:46.915041+0000 mgr.smithi134.hychep (mgr.24599) 476 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:48.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:46.915041+0000 mgr.smithi134.hychep (mgr.24599) 476 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (56s) 23s ago 17m 16.2M - 0.23.0 ba2b418f427c b0f4659ab6ed 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (6m) 23s ago 17m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (6m) 82s ago 15m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (31s) 23s ago 16m 23.0M - 8.3.5 dad864ee21e9 dd76bffe1f4d 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (2m) 23s ago 11m 41.1M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 5f6f0f8c6f7f 2024-02-06T18:21:49.606 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (2m) 82s ago 11m 14.9M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 925055fe862d 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (8m) 23s ago 18m 444M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (7m) 82s ago 16m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (7m) 23s ago 18m 67.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (7m) 82s ago 16m 50.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (112s) 23s ago 9m 240M - 3.5 3dc0b58dc7ab a1040293a3aa 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (106s) 82s ago 9m 62.9M - 3.5 3dc0b58dc7ab c9af94ae9435 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (93s) 23s ago 16m 13.8M - 1.3.1 1dbe0e931976 2aa917f76dca 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (86s) 82s ago 16m 3288k - 1.3.1 1dbe0e931976 73da8a48f2a9 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (6m) 23s ago 16m 233M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (5m) 23s ago 15m 253M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (5m) 23s ago 15m 158M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (4m) 23s ago 15m 215M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (4m) 82s ago 14m 242M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (3m) 82s ago 14m 244M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:21:49.607 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (3m) 82s ago 14m 240M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:21:49.608 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (2m) 82s ago 13m 283M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:21:49.608 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (73s) 23s ago 16m 65.5M - 2.33.4 514e6a882f6e a251df10695e 2024-02-06T18:21:50.298 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions' 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:48.915562+0000 mgr.smithi134.hychep (mgr.24599) 477 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.596589+0000 mon.smithi134 (mon.0) 1337 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.596920+0000 mon.smithi134 (mon.0) 1338 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.597211+0000 mon.smithi134 (mon.0) 1339 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.597470+0000 mon.smithi134 (mon.0) 1340 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.597723+0000 mon.smithi134 (mon.0) 1341 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.599256+0000 mon.smithi134 (mon.0) 1342 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:50.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.599520+0000 mon.smithi134 (mon.0) 1343 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.599774+0000 mon.smithi134 (mon.0) 1344 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.600030+0000 mon.smithi134 (mon.0) 1345 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.558 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.600287+0000 mon.smithi134 (mon.0) 1346 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:48.915562+0000 mgr.smithi134.hychep (mgr.24599) 477 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.596589+0000 mon.smithi134 (mon.0) 1337 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.596920+0000 mon.smithi134 (mon.0) 1338 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.597211+0000 mon.smithi134 (mon.0) 1339 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.597470+0000 mon.smithi134 (mon.0) 1340 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.597723+0000 mon.smithi134 (mon.0) 1341 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.599256+0000 mon.smithi134 (mon.0) 1342 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.599520+0000 mon.smithi134 (mon.0) 1343 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.599774+0000 mon.smithi134 (mon.0) 1344 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.600030+0000 mon.smithi134 (mon.0) 1345 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:50.678 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.600287+0000 mon.smithi134 (mon.0) 1346 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:21:51.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:51 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:49.594379+0000 mgr.smithi134.hychep (mgr.24599) 478 : audit [DBG] from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:51.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:51 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:49.594379+0000 mgr.smithi134.hychep (mgr.24599) 478 : audit [DBG] from='client.34484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:21:52.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:50.916218+0000 mgr.smithi134.hychep (mgr.24599) 479 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:52.538 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:21:52.539 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T18:21:52.540 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:21:52.540 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:21:52.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:50.916218+0000 mgr.smithi134.hychep (mgr.24599) 479 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:53.209 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-06T18:21:53.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:21:52.538227+0000 mon.smithi134 (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.134:0/497783352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:53.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:21:52.538227+0000 mon.smithi134 (mon.0) 1347 : audit [DBG] from='client.? 172.21.15.134:0/497783352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:21:54.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:52.916951+0000 mgr.smithi134.hychep (mgr.24599) 480 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:54.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:52.916951+0000 mgr.smithi134.hychep (mgr.24599) 480 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:21:55.160 INFO:teuthology.orchestra.run.smithi134.stdout:wait for servicemap items w/ changing names to refresh 2024-02-06T18:21:55.918 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'sleep 60' 2024-02-06T18:21:56.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:54.917469+0000 mgr.smithi134.hychep (mgr.24599) 481 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:56.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:54.917469+0000 mgr.smithi134.hychep (mgr.24599) 481 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:58.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:21:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:56.918125+0000 mgr.smithi134.hychep (mgr.24599) 482 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:21:58.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:21:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:56.918125+0000 mgr.smithi134.hychep (mgr.24599) 482 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:00.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:21:58.918759+0000 mgr.smithi134.hychep (mgr.24599) 483 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:00.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:21:58.918759+0000 mgr.smithi134.hychep (mgr.24599) 483 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:02.557 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:00.919395+0000 mgr.smithi134.hychep (mgr.24599) 484 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:02.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:00.919395+0000 mgr.smithi134.hychep (mgr.24599) 484 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:04.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:02.920043+0000 mgr.smithi134.hychep (mgr.24599) 485 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:04.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:02.920043+0000 mgr.smithi134.hychep (mgr.24599) 485 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:06.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:04.920786+0000 mgr.smithi134.hychep (mgr.24599) 486 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:06.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:04.920786+0000 mgr.smithi134.hychep (mgr.24599) 486 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:08.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:06.921559+0000 mgr.smithi134.hychep (mgr.24599) 487 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:08.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:06.921559+0000 mgr.smithi134.hychep (mgr.24599) 487 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:08.922162+0000 mgr.smithi134.hychep (mgr.24599) 488 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:08.922162+0000 mgr.smithi134.hychep (mgr.24599) 488 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:10.922895+0000 mgr.smithi134.hychep (mgr.24599) 489 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:10.922895+0000 mgr.smithi134.hychep (mgr.24599) 489 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:14.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:12.923559+0000 mgr.smithi134.hychep (mgr.24599) 490 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:14.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:12.923559+0000 mgr.smithi134.hychep (mgr.24599) 490 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:16.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:14.924059+0000 mgr.smithi134.hychep (mgr.24599) 491 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:16.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:14.924059+0000 mgr.smithi134.hychep (mgr.24599) 491 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:16.846374+0000 mon.smithi134 (mon.0) 1348 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-06T18:22:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:16.846715+0000 mon.smithi134 (mon.0) 1349 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-06T18:22:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:16.847005+0000 mon.smithi134 (mon.0) 1350 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T18:22:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:16.847305+0000 mon.smithi134 (mon.0) 1351 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T18:22:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:16.846374+0000 mon.smithi134 (mon.0) 1348 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-06T18:22:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:16.846715+0000 mon.smithi134 (mon.0) 1349 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-06T18:22:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:16.847005+0000 mon.smithi134 (mon.0) 1350 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T18:22:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:16.847305+0000 mon.smithi134 (mon.0) 1351 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T18:22:18.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:16.924730+0000 mgr.smithi134.hychep (mgr.24599) 492 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:18.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:16.924730+0000 mgr.smithi134.hychep (mgr.24599) 492 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:20.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:18.925351+0000 mgr.smithi134.hychep (mgr.24599) 493 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:20.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:18.925351+0000 mgr.smithi134.hychep (mgr.24599) 493 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:20.925951+0000 mgr.smithi134.hychep (mgr.24599) 494 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:20.925951+0000 mgr.smithi134.hychep (mgr.24599) 494 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:24.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:24 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:22.926735+0000 mgr.smithi134.hychep (mgr.24599) 495 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:24.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:22.926735+0000 mgr.smithi134.hychep (mgr.24599) 495 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:24.927516+0000 mgr.smithi134.hychep (mgr.24599) 496 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:26.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:26 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:26.245411+0000 mon.smithi134 (mon.0) 1352 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:22:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:24.927516+0000 mgr.smithi134.hychep (mgr.24599) 496 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:26.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:26 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:26.245411+0000 mon.smithi134 (mon.0) 1352 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T18:22:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:26.543064+0000 mon.smithi134 (mon.0) 1353 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:22:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:26.543761+0000 mon.smithi134 (mon.0) 1354 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:22:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:26.550103+0000 mon.smithi134 (mon.0) 1355 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:22:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:26.551985+0000 mon.smithi134 (mon.0) 1356 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:22:27.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:27 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:22:26.557070+0000 mon.smithi134 (mon.0) 1357 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:22:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:26.543064+0000 mon.smithi134 (mon.0) 1353 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T18:22:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:26.543761+0000 mon.smithi134 (mon.0) 1354 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-06T18:22:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:26.550103+0000 mon.smithi134 (mon.0) 1355 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:22:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:26.551985+0000 mon.smithi134 (mon.0) 1356 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-02-06T18:22:27.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:27 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:22:26.557070+0000 mon.smithi134 (mon.0) 1357 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' 2024-02-06T18:22:28.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:22:26.544290+0000 mgr.smithi134.hychep (mgr.24599) 497 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:22:28.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:22:26.552322+0000 mgr.smithi134.hychep (mgr.24599) 498 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:22:28.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cephadm 2024-02-06T18:22:26.552387+0000 mgr.smithi134.hychep (mgr.24599) 499 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:22:28.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:28 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:26.928145+0000 mgr.smithi134.hychep (mgr.24599) 500 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:28.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:22:26.544290+0000 mgr.smithi134.hychep (mgr.24599) 497 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-02-06T18:22:28.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:22:26.552322+0000 mgr.smithi134.hychep (mgr.24599) 498 : cephadm [INF] Filtered out host smithi134: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:22:28.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cephadm 2024-02-06T18:22:26.552387+0000 mgr.smithi134.hychep (mgr.24599) 499 : cephadm [INF] Filtered out host smithi149: does not belong to mon public_network(s): 172.21.0.0/20, host network(s): 2024-02-06T18:22:28.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:28 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:26.928145+0000 mgr.smithi134.hychep (mgr.24599) 500 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:30.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:30 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:28.928842+0000 mgr.smithi134.hychep (mgr.24599) 501 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:30.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:30 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:28.928842+0000 mgr.smithi134.hychep (mgr.24599) 501 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:32.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:32 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:30.929445+0000 mgr.smithi134.hychep (mgr.24599) 502 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:32.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:32 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:30.929445+0000 mgr.smithi134.hychep (mgr.24599) 502 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:34.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:34 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:32.930018+0000 mgr.smithi134.hychep (mgr.24599) 503 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:34.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:34 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:32.930018+0000 mgr.smithi134.hychep (mgr.24599) 503 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:36.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:36 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:34.930791+0000 mgr.smithi134.hychep (mgr.24599) 504 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:36.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:36 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:34.930791+0000 mgr.smithi134.hychep (mgr.24599) 504 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:38.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:38 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:36.931354+0000 mgr.smithi134.hychep (mgr.24599) 505 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:38.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:38 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:36.931354+0000 mgr.smithi134.hychep (mgr.24599) 505 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:40.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:40 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:38.932091+0000 mgr.smithi134.hychep (mgr.24599) 506 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:40.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:40 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:38.932091+0000 mgr.smithi134.hychep (mgr.24599) 506 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:42.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:42 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:40.932825+0000 mgr.smithi134.hychep (mgr.24599) 507 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:42.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:42 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:40.932825+0000 mgr.smithi134.hychep (mgr.24599) 507 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:44.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:44 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:42.933422+0000 mgr.smithi134.hychep (mgr.24599) 508 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:44.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:44 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:42.933422+0000 mgr.smithi134.hychep (mgr.24599) 508 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:46.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:46 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:44.934219+0000 mgr.smithi134.hychep (mgr.24599) 509 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:46.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:46 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:44.934219+0000 mgr.smithi134.hychep (mgr.24599) 509 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:48.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:46.934910+0000 mgr.smithi134.hychep (mgr.24599) 510 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:48.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:48 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:46.934910+0000 mgr.smithi134.hychep (mgr.24599) 510 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:50.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:50 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:48.935478+0000 mgr.smithi134.hychep (mgr.24599) 511 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:50.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:50 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:48.935478+0000 mgr.smithi134.hychep (mgr.24599) 511 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:52.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:52 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:50.936081+0000 mgr.smithi134.hychep (mgr.24599) 512 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:52.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:50.936081+0000 mgr.smithi134.hychep (mgr.24599) 512 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:54.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:54 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:52.936618+0000 mgr.smithi134.hychep (mgr.24599) 513 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:54.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:52.936618+0000 mgr.smithi134.hychep (mgr.24599) 513 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:22:56.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:56 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:54.937187+0000 mgr.smithi134.hychep (mgr.24599) 514 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:56.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:54.937187+0000 mgr.smithi134.hychep (mgr.24599) 514 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:58.486 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch ps' 2024-02-06T18:22:58.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:22:58 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:56.937736+0000 mgr.smithi134.hychep (mgr.24599) 515 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:22:58.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:22:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:56.937736+0000 mgr.smithi134.hychep (mgr.24599) 515 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:00.574 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T18:23:00.574 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 running (2m) 94s ago 18m 16.2M - 0.23.0 ba2b418f427c b0f4659ab6ed 2024-02-06T18:23:00.574 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (7m) 94s ago 18m 6597k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c4932cc918c9 2024-02-06T18:23:00.574 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (7m) 2m ago 17m 6593k - 16.2.14-512-gce0a401e 3dc0b58dc7ab c0958243f704 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 running (102s) 94s ago 18m 23.0M - 8.3.5 dad864ee21e9 dd76bffe1f4d 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi134.pyskyp smithi134 running (3m) 94s ago 13m 41.1M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 5f6f0f8c6f7f 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:mds.foofs.smithi149.wbrart smithi149 running (3m) 2m ago 13m 14.9M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 925055fe862d 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.hychep smithi134 *:8443,9283 running (9m) 94s ago 19m 444M - 16.2.14-512-gce0a401e 3dc0b58dc7ab 305c6910a03d 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.eefzub smithi149 *:8443,9283 running (9m) 2m ago 17m 387M - 16.2.14-512-gce0a401e 3dc0b58dc7ab a2216e634eb7 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (8m) 94s ago 19m 67.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6e0c2942c5a3 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (8m) 2m ago 18m 50.7M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 0c6f9193e074 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.0.0.smithi134.ommlig smithi134 *:2049 running (3m) 94s ago 10m 240M - 3.5 3dc0b58dc7ab a1040293a3aa 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:nfs.foo.1.0.smithi149.pbrklo smithi149 *:2049 running (2m) 2m ago 10m 62.9M - 3.5 3dc0b58dc7ab c9af94ae9435 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 running (2m) 94s ago 17m 13.8M - 1.3.1 1dbe0e931976 2aa917f76dca 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 running (2m) 2m ago 17m 3288k - 1.3.1 1dbe0e931976 73da8a48f2a9 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi134 running (7m) 94s ago 17m 233M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 8dad599baa85 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (7m) 94s ago 17m 253M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 4d72698ae90f 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi134 running (6m) 94s ago 16m 158M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 537adff2e89e 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (6m) 94s ago 16m 215M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f51f9979f2ab 2024-02-06T18:23:00.575 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (5m) 2m ago 15m 242M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab f9ec0c62eb0b 2024-02-06T18:23:00.576 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi149 running (5m) 2m ago 15m 244M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 455b2b34977f 2024-02-06T18:23:00.576 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (4m) 2m ago 15m 240M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab 7bf100110319 2024-02-06T18:23:00.576 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi149 running (4m) 2m ago 14m 283M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab b1f4d8d65317 2024-02-06T18:23:00.576 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 running (2m) 94s ago 17m 65.5M - 2.33.4 514e6a882f6e a251df10695e 2024-02-06T18:23:00.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:00 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:22:58.938444+0000 mgr.smithi134.hychep (mgr.24599) 516 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:00.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:22:58.938444+0000 mgr.smithi134.hychep (mgr.24599) 516 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:01.252 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions' 2024-02-06T18:23:01.623 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.563706+0000 mon.smithi134 (mon.0) 1358 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.564110+0000 mon.smithi134 (mon.0) 1359 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.564414+0000 mon.smithi134 (mon.0) 1360 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.564687+0000 mon.smithi134 (mon.0) 1361 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.564956+0000 mon.smithi134 (mon.0) 1362 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.566488+0000 mon.smithi134 (mon.0) 1363 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.566764+0000 mon.smithi134 (mon.0) 1364 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.567040+0000 mon.smithi134 (mon.0) 1365 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.567323+0000 mon.smithi134 (mon.0) 1366 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.624 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:01 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.567591+0000 mon.smithi134 (mon.0) 1367 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.563706+0000 mon.smithi134 (mon.0) 1358 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi134","key": "mon_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.564110+0000 mon.smithi134 (mon.0) 1359 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.564414+0000 mon.smithi134 (mon.0) 1360 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.564687+0000 mon.smithi134 (mon.0) 1361 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.564956+0000 mon.smithi134 (mon.0) 1362 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.566488+0000 mon.smithi134 (mon.0) 1363 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "mon.smithi149","key": "mon_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.566764+0000 mon.smithi134 (mon.0) 1364 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.567040+0000 mon.smithi134 (mon.0) 1365 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.567323+0000 mon.smithi134 (mon.0) 1366 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:01.808 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.567591+0000 mon.smithi134 (mon.0) 1367 : audit [DBG] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T18:23:02.577 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:00.561452+0000 mgr.smithi134.hychep (mgr.24599) 517 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:23:02.577 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:02 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:00.938959+0000 mgr.smithi134.hychep (mgr.24599) 518 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:00.561452+0000 mgr.smithi134.hychep (mgr.24599) 517 : audit [DBG] from='client.34492 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:23:02.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:00.938959+0000 mgr.smithi134.hychep (mgr.24599) 518 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:03.329 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "mon": { 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "mgr": { 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "osd": { 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 8 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "mds": { 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T18:23:03.330 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:23:03.331 INFO:teuthology.orchestra.run.smithi134.stdout: "overall": { 2024-02-06T18:23:03.331 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 14 2024-02-06T18:23:03.331 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:23:03.331 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-02-06T18:23:03.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:03 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:03.329491+0000 mon.smithi134 (mon.0) 1368 : audit [DBG] from='client.? 172.21.15.134:0/2956445749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:23:03.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:03.329491+0000 mon.smithi134 (mon.0) 1368 : audit [DBG] from='client.? 172.21.15.134:0/2956445749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:23:04.064 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-06T18:23:04.734 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:04 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:02.939467+0000 mgr.smithi134.hychep (mgr.24599) 519 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:23:04.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:02.939467+0000 mgr.smithi134.hychep (mgr.24599) 519 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:23:06.078 INFO:teuthology.orchestra.run.smithi134.stdout:true 2024-02-06T18:23:06.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:04.939949+0000 mgr.smithi134.hychep (mgr.24599) 520 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:06.681 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:06 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:06.066788+0000 mon.smithi134 (mon.0) 1369 : audit [DBG] from='client.? 172.21.15.134:0/3199015968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:23:06.693 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-06T18:23:06.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:04.939949+0000 mgr.smithi134.hychep (mgr.24599) 520 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:06.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:06.066788+0000 mon.smithi134 (mon.0) 1369 : audit [DBG] from='client.? 172.21.15.134:0/3199015968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:23:08.660 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:08 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:06.940603+0000 mgr.smithi134.hychep (mgr.24599) 521 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:08.803 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)" 2024-02-06T18:23:08.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:06.940603+0000 mgr.smithi134.hychep (mgr.24599) 521 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:09.391 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-06T18:23:09.392 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-06T18:23:09.392 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- ceph orch ls -f json 2024-02-06T18:23:09.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:09 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:08.792365+0000 mon.smithi134 (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.134:0/2275176614' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:23:09.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:08.792365+0000 mon.smithi134 (mon.0) 1370 : audit [DBG] from='client.? 172.21.15.134:0/2275176614' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T18:23:10.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:10 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:08.941031+0000 mgr.smithi134.hychep (mgr.24599) 522 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:10.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:08.941031+0000 mgr.smithi134.hychep (mgr.24599) 522 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:11.380 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-02-06T18:23:11.381 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-06T18:03:55.947547Z", "last_refresh": "2024-02-06T18:21:26.094877Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-06T18:03:43.920931Z", "last_refresh": "2024-02-06T18:20:26.829981Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-06T18:03:52.838690Z", "last_refresh": "2024-02-06T18:21:26.095004Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-06T18:09:36.778569Z", "last_refresh": "2024-02-06T18:20:26.830323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-06T18:03:42.181306Z", "last_refresh": "2024-02-06T18:20:26.829847Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-06T18:03:39.663782Z", "last_refresh": "2024-02-06T18:20:26.829709Z", "running": 2, "size": 5}}, {"events": ["2024-02-06T18:14:24.346514Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-06T18:12:29.133152Z", "last_refresh": "2024-02-06T18:20:26.830386Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-06T18:03:54.537938Z", "last_refresh": "2024-02-06T18:20:26.829917Z", "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-06T18:20:26.830043Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-06T18:03:50.675741Z", "last_refresh": "2024-02-06T18:21:26.095214Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-06T18:23:12.048 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-06T18:23:12.048 DEBUG:teuthology.parallel:result is None 2024-02-06T18:23:12.049 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-06T18:23:12.059 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:23:12.059 DEBUG:teuthology.orchestra.run.smithi134:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-06T18:23:12.089 INFO:teuthology.orchestra.run.smithi134.stderr:+ umount /mnt/foo 2024-02-06T18:23:12.112 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T18:23:12.122 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:23:12.122 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-06T18:23:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:10.941648+0000 mgr.smithi134.hychep (mgr.24599) 523 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:12.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:12 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:11.377021+0000 mgr.smithi134.hychep (mgr.24599) 524 : audit [DBG] from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T18:23:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:10.941648+0000 mgr.smithi134.hychep (mgr.24599) 523 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:12.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:11.377021+0000 mgr.smithi134.hychep (mgr.24599) 524 : audit [DBG] from='client.34508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T18:23:14.292 INFO:teuthology.orchestra.run.smithi134.stdout:foo 2024-02-06T18:23:14.669 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:14 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:12.942375+0000 mgr.smithi134.hychep (mgr.24599) 525 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:23:14.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:12.942375+0000 mgr.smithi134.hychep (mgr.24599) 525 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-06T18:23:14.954 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-06T18:23:15.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:15 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:14.278528+0000 mgr.smithi134.hychep (mgr.24599) 526 : audit [DBG] from='client.34512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:23:15.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:14.278528+0000 mgr.smithi134.hychep (mgr.24599) 526 : audit [DBG] from='client.34512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:23:16.637 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:16 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:14.942865+0000 mgr.smithi134.hychep (mgr.24599) 527 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:16.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:14.942865+0000 mgr.smithi134.hychep (mgr.24599) 527 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout:[ 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout: { 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout: "export_id": 1, 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout: "path": "/", 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout: "cluster_id": "foo", 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout: "pseudo": "/fake", 2024-02-06T18:23:17.157 INFO:teuthology.orchestra.run.smithi134.stdout: "access_type": "RW", 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "squash": "no_root_squash", 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "security_label": true, 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "protocols": [ 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: 4 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "transports": [ 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "TCP" 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: ], 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "fsal": { 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "name": "CEPH", 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "user_id": "nfs.foo.1", 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "fs_name": "foofs" 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: }, 2024-02-06T18:23:17.158 INFO:teuthology.orchestra.run.smithi134.stdout: "clients": [] 2024-02-06T18:23:17.159 INFO:teuthology.orchestra.run.smithi134.stdout: } 2024-02-06T18:23:17.159 INFO:teuthology.orchestra.run.smithi134.stdout:] 2024-02-06T18:23:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:16.851231+0000 mon.smithi134 (mon.0) 1371 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T18:23:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:16.851521+0000 mon.smithi134 (mon.0) 1372 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-06T18:23:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:16.851749+0000 mon.smithi134 (mon.0) 1373 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:23:17.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:17 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:16.851929+0000 mon.smithi134 (mon.0) 1374 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-06T18:23:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:16.851231+0000 mon.smithi134 (mon.0) 1371 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T18:23:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:16.851521+0000 mon.smithi134 (mon.0) 1372 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-06T18:23:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:16.851749+0000 mon.smithi134 (mon.0) 1373 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-02-06T18:23:17.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:16.851929+0000 mon.smithi134 (mon.0) 1374 : audit [INF] from='mgr.24599 172.21.15.134:0/739439357' entity='mgr.smithi134.hychep' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-06T18:23:17.868 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-06T18:23:18.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:16.943354+0000 mgr.smithi134.hychep (mgr.24599) 528 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:18.478 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:18 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:17.129718+0000 mgr.smithi134.hychep (mgr.24599) 529 : audit [DBG] from='client.34516 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:23:18.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:16.943354+0000 mgr.smithi134.hychep (mgr.24599) 528 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:18.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:17.129718+0000 mgr.smithi134.hychep (mgr.24599) 529 : audit [DBG] from='client.34516 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T18:23:19.687 INFO:teuthology.orchestra.run.smithi134.stdout:foo rec-0000000000000003:nfs.foo.1 2024-02-06T18:23:19.687 INFO:teuthology.orchestra.run.smithi134.stdout:foo grace 2024-02-06T18:23:19.687 INFO:teuthology.orchestra.run.smithi134.stdout:foo rec-0000000000000003:nfs.foo.0 2024-02-06T18:23:19.687 INFO:teuthology.orchestra.run.smithi134.stdout:foo conf-nfs.foo 2024-02-06T18:23:19.687 INFO:teuthology.orchestra.run.smithi134.stdout:foo export-1 2024-02-06T18:23:19.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:19 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:18.464660+0000 mon.smithi134 (mon.0) 1375 : cluster [DBG] mgrmap e46: smithi134.hychep(active, since 9m), standbys: smithi149.eefzub 2024-02-06T18:23:19.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:18.464660+0000 mon.smithi134 (mon.0) 1375 : cluster [DBG] mgrmap e46: smithi134.hychep(active, since 9m), standbys: smithi149.eefzub 2024-02-06T18:23:20.276 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-06T18:23:20.643 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:20 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:18.943823+0000 mgr.smithi134.hychep (mgr.24599) 530 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:20.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:18.943823+0000 mgr.smithi134.hychep (mgr.24599) 530 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-06T18:23:22.334 INFO:teuthology.orchestra.run.smithi134.stdout:5 2024-02-06T18:23:22.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: cluster 2024-02-06T18:23:20.944327+0000 mgr.smithi134.hychep (mgr.24599) 531 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-06T18:23:22.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:22 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: audit 2024-02-06T18:23:22.323005+0000 mon.smithi134 (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.134:0/2849067946' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-06T18:23:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: cluster 2024-02-06T18:23:20.944327+0000 mgr.smithi134.hychep (mgr.24599) 531 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 186 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-06T18:23:22.807 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: audit 2024-02-06T18:23:22.323005+0000 mon.smithi134 (mon.0) 1376 : audit [DBG] from='client.? 172.21.15.134:0/2849067946' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-06T18:23:23.030 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-06T18:23:23.041 INFO:tasks.cephadm:Teardown begin 2024-02-06T18:23:23.042 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:23:23.072 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:23:23.110 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-06T18:23:23.110 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-06T18:23:23.130 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-06T18:23:23.169 INFO:tasks.cephadm:Stopping all daemons... 2024-02-06T18:23:23.170 INFO:tasks.cephadm.mon.smithi134:Stopping mon.smithi134... 2024-02-06T18:23:23.170 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134 2024-02-06T18:23:23.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:23 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:23.485 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:23 smithi134 bash[95505]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon.smithi134" found: no such container 2024-02-06T18:23:23.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:23:23.493+0000 7f8bd43e8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:23.818 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:23 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134[72979]: debug 2024-02-06T18:23:23.493+0000 7f8bd43e8700 -1 mon.smithi134@0(leader) e3 *** Got Signal Terminated *** 2024-02-06T18:23:24.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Feb 06 18:23:23 smithi134 bash[95547]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi134 2024-02-06T18:23:24.351 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi134.service' 2024-02-06T18:23:24.404 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:23:24.404 INFO:tasks.cephadm.mon.smithi134:Stopped mon.smithi134 2024-02-06T18:23:24.404 INFO:tasks.cephadm.mon.smithi149:Stopping mon.smithi149... 2024-02-06T18:23:24.405 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi149 2024-02-06T18:23:24.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:24 smithi149 systemd[1]: Stopping Ceph mon.smithi149 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:24.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:24 smithi149 bash[64405]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon.smithi149" found: no such container 2024-02-06T18:23:24.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:23:24.722+0000 7f47fb503700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:24.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:24 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149[52821]: debug 2024-02-06T18:23:24.722+0000 7f47fb503700 -1 mon.smithi149@1(peon) e3 *** Got Signal Terminated *** 2024-02-06T18:23:25.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Feb 06 18:23:25 smithi149 bash[64443]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-mon-smithi149 2024-02-06T18:23:25.602 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@mon.smithi149.service' 2024-02-06T18:23:25.647 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:23:25.647 INFO:tasks.cephadm.mon.smithi149:Stopped mon.smithi149 2024-02-06T18:23:25.647 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-06T18:23:25.647 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.0 2024-02-06T18:23:25.951 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:23:25 smithi134 systemd[1]: Stopping Ceph osd.0 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:25.951 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:23:25 smithi134 bash[95682]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.0" found: no such container 2024-02-06T18:23:26.235 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:23:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:23:25.949+0000 7f260560c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:26.235 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:23:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:23:25.949+0000 7f260560c700 -1 osd.0 111 *** Got signal Terminated *** 2024-02-06T18:23:26.235 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:23:25 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0[77511]: debug 2024-02-06T18:23:25.949+0000 7f260560c700 -1 osd.0 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:23:31.735 INFO:journalctl@ceph.osd.0.smithi134.stdout:Feb 06 18:23:31 smithi134 bash[95723]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-0 2024-02-06T18:23:33.431 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.0.service' 2024-02-06T18:23:33.473 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:23:33.473 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-06T18:23:33.474 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-06T18:23:33.474 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.1 2024-02-06T18:23:33.735 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:23:33 smithi134 systemd[1]: Stopping Ceph osd.1 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:33.735 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:23:33 smithi134 bash[95957]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.1" found: no such container 2024-02-06T18:23:34.234 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:23:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:23:33.825+0000 7f9161e80700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:34.235 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:23:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:23:33.825+0000 7f9161e80700 -1 osd.1 111 *** Got signal Terminated *** 2024-02-06T18:23:34.235 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:23:33 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1[79572]: debug 2024-02-06T18:23:33.825+0000 7f9161e80700 -1 osd.1 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:23:39.485 INFO:journalctl@ceph.osd.1.smithi134.stdout:Feb 06 18:23:39 smithi134 bash[95998]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-1 2024-02-06T18:23:40.967 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.1.service' 2024-02-06T18:23:41.009 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:23:41.009 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-06T18:23:41.010 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-06T18:23:41.010 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.2 2024-02-06T18:23:41.235 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:23:41 smithi134 systemd[1]: Stopping Ceph osd.2 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:41.235 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:23:41 smithi134 bash[96235]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.2" found: no such container 2024-02-06T18:23:41.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:23:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:23:41.348+0000 7fe29ec91700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:41.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:23:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:23:41.348+0000 7fe29ec91700 -1 osd.2 111 *** Got signal Terminated *** 2024-02-06T18:23:41.735 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:23:41 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2[81517]: debug 2024-02-06T18:23:41.348+0000 7fe29ec91700 -1 osd.2 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:23:46.985 INFO:journalctl@ceph.osd.2.smithi134.stdout:Feb 06 18:23:46 smithi134 bash[96274]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-2 2024-02-06T18:23:48.477 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.2.service' 2024-02-06T18:23:48.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:23:48.519 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-06T18:23:48.519 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-06T18:23:48.519 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.3 2024-02-06T18:23:48.735 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:48 smithi134 systemd[1]: Stopping Ceph osd.3 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:48.735 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:48 smithi134 bash[96514]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.3" found: no such container 2024-02-06T18:23:49.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:23:48.838+0000 7f0e4f655700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:49.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:23:48.838+0000 7f0e4f655700 -1 osd.3 111 *** Got signal Terminated *** 2024-02-06T18:23:49.235 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:48 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:23:48.838+0000 7f0e4f655700 -1 osd.3 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:23:52.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:52.516+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:52.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:52 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:52.458+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:53.485 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:53 smithi134 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3[83547]: debug 2024-02-06T18:23:53.010+0000 7f0e4c5d2700 -1 osd.3 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.963298+0000 front 2024-02-06T18:23:27.963267+0000 (oldest deadline 2024-02-06T18:23:52.063401+0000) 2024-02-06T18:23:53.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:53.452+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:53.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:53.448+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:53.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:53 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:53.497+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:54.485 INFO:journalctl@ceph.osd.3.smithi134.stdout:Feb 06 18:23:54 smithi134 bash[96554]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-3 2024-02-06T18:23:54.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:54.489+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:54.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:54.450+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:54.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:54 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:54.427+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:55.400 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:55.092+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:23:55.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:55.399+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:55.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:55.453+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:55.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:55 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:55.432+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:55.954 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.3.service' 2024-02-06T18:23:55.996 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:23:55.996 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-06T18:23:55.996 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-06T18:23:55.996 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.4 2024-02-06T18:23:56.283 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:56.052+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:23:56.283 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:56 smithi149 systemd[1]: Stopping Ceph osd.4 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:23:56.283 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:56 smithi149 bash[64569]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.4" found: no such container 2024-02-06T18:23:56.557 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:56.439+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:56.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:56.406+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:56.557 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:56.282+0000 7f9822e83700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:23:56.558 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:56.282+0000 7f9822e83700 -1 osd.4 111 *** Got signal Terminated *** 2024-02-06T18:23:56.558 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:56.282+0000 7f9822e83700 -1 osd.4 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:23:56.558 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:56 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:56.403+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:57.433 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:57.081+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:23:57.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:57.453+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:57.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:57.488+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:57.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:57 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:57.432+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:58.306 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:58.040+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:23:58.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:58.458+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:58.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:58.514+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:58.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:58.420+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:23:59.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:58 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:58.993+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:23:59.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:23:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:23:59.441+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:23:59.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:23:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:23:59.481+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:23:59.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:23:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:23:59.437+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:00.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:59.987+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:00.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:23:59 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:23:59.987+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:00.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:00.466+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:00.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:00.464+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:00.807 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:24:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4[56159]: debug 2024-02-06T18:24:00.449+0000 7f9820601700 -1 osd.4 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.006785+0000 front 2024-02-06T18:23:28.006648+0000 (oldest deadline 2024-02-06T18:23:52.706648+0000) 2024-02-06T18:24:01.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:00.945+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:01.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:00 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:00.945+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:01.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:01.448+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:01.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:01.508+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:01.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:01.508+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:02.307 INFO:journalctl@ceph.osd.4.smithi149.stdout:Feb 06 18:24:01 smithi149 bash[64610]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-4 2024-02-06T18:24:02.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:01.901+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:02.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:01 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:01.901+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:02.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:02.399+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:02.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:02.543+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:02.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:02.543+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:03.276 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:02.861+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:03.276 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:02 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:02.861+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:03.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:03.411+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:03.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:03.411+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:03.615 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.4.service' 2024-02-06T18:24:03.657 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:24:03.657 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-06T18:24:03.657 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-06T18:24:03.657 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.5 2024-02-06T18:24:03.978 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:03.592+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:03.978 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:03.592+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:03.978 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 systemd[1]: Stopping Ceph osd.5 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:24:03.978 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 bash[64847]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.5" found: no such container 2024-02-06T18:24:03.978 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:03.824+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:03.979 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:03.824+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:04.306 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:03.977+0000 7fb4f476b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:24:04.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:03.977+0000 7fb4f476b700 -1 osd.5 111 *** Got signal Terminated *** 2024-02-06T18:24:04.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:03 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:03.977+0000 7fb4f476b700 -1 osd.5 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:24:04.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:04.387+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:04.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:04.387+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:04.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:04.628+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:04.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:04.628+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:05.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:04.862+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:05.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:04 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:04.862+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:05.615 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:05.360+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:05.616 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:05.360+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:05.874 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:05.614+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:05.874 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:05.614+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:06.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:05.873+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:06.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:05 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:05.873+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:06.613 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:06.347+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:06.613 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:06.347+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:06.892 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:06.612+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:06.893 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:06.612+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:07.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:06.891+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:07.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:06 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:06.891+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:07.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:07.601+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:07.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:07.601+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:07.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:07.601+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:07.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:07.363+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:07.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:07.363+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:07.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:07.363+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:08.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:07.884+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:08.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:07.884+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:08.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:07 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:07.884+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:41.565671+0000 front 2024-02-06T18:23:41.565690+0000 (oldest deadline 2024-02-06T18:24:07.465645+0000) 2024-02-06T18:24:08.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:08.599+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:08.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:08.599+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:08.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:08.599+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:08.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:08.396+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:08.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:08.396+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:08.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:08.396+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:09.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:08.847+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:30.464357+0000 front 2024-02-06T18:23:30.464177+0000 (oldest deadline 2024-02-06T18:23:54.564175+0000) 2024-02-06T18:24:09.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:08.847+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:34.564548+0000 front 2024-02-06T18:23:34.564618+0000 (oldest deadline 2024-02-06T18:23:59.864552+0000) 2024-02-06T18:24:09.307 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:08 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5[57742]: debug 2024-02-06T18:24:08.847+0000 7fb4f16e8700 -1 osd.5 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:41.565671+0000 front 2024-02-06T18:23:41.565690+0000 (oldest deadline 2024-02-06T18:24:07.465645+0000) 2024-02-06T18:24:09.807 INFO:journalctl@ceph.osd.5.smithi149.stdout:Feb 06 18:24:09 smithi149 bash[64887]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-5 2024-02-06T18:24:09.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:09.574+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:09.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:09.574+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:09.808 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:09.574+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:09.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:09.416+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:09.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:09.416+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:09.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:09 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:09.416+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:10.528 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:10.445+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:10.529 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:10.445+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:10.529 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:10.445+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:10.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:10.527+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:10.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:10.527+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:10.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:10 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:10.527+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:11.288 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.5.service' 2024-02-06T18:24:11.329 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:24:11.329 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-06T18:24:11.329 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-06T18:24:11.329 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.6 2024-02-06T18:24:11.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:11.433+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:11.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:11.433+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:11.557 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:11.433+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:11.557 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 systemd[1]: Stopping Ceph osd.6 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:24:11.557 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 bash[65127]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.6" found: no such container 2024-02-06T18:24:11.557 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:11.486+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:11.558 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:11.486+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:11.558 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:11.486+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:12.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:11.712+0000 7fda38070700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:24:12.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:11.712+0000 7fda38070700 -1 osd.6 111 *** Got signal Terminated *** 2024-02-06T18:24:12.057 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:11 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:11.712+0000 7fda38070700 -1 osd.6 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:24:12.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:12.473+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:12.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:12.473+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:12.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:12.473+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:12.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:12.405+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:12.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:12.405+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:12.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:12 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:12.405+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:13.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:13.520+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:13.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:13.520+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:13.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:13.520+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:13.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:13.356+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:13.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:13.356+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:13.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:13 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:13.356+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:14.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:14.493+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:14.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:14.493+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:14.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:14.493+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:14.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:14.337+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:14.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:14.337+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:14.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:14 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:14.337+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:15.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:15.451+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:15.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:15.451+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:15.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:15.451+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:15.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:15.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:15.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:15.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:15.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:15 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:15.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:16.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:16.460+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:28.241802+0000 front 2024-02-06T18:23:28.241765+0000 (oldest deadline 2024-02-06T18:23:52.341808+0000) 2024-02-06T18:24:16.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:16.460+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:35.243159+0000 front 2024-02-06T18:23:35.243019+0000 (oldest deadline 2024-02-06T18:24:01.142802+0000) 2024-02-06T18:24:16.807 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6[59332]: debug 2024-02-06T18:24:16.460+0000 7fda32fe9700 -1 osd.6 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:45.243544+0000 front 2024-02-06T18:23:45.243566+0000 (oldest deadline 2024-02-06T18:24:06.943654+0000) 2024-02-06T18:24:16.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:16.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:16.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:16.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:16.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:16.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:16.808 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:16 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:16.336+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:17.307 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:17 smithi149 bash[65168]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-6 2024-02-06T18:24:17.712 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:17.330+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:17.713 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:17.330+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:17.713 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:17.330+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:17.713 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:17 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:17.330+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:18.447 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:18.380+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:18.447 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:18.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:18.448 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:18.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:18.448 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:18 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:18.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:18.690 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.6.service' 2024-02-06T18:24:18.716 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:18 smithi149 systemd[1]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.6.service: Succeeded. 2024-02-06T18:24:18.717 INFO:journalctl@ceph.osd.6.smithi149.stdout:Feb 06 18:24:18 smithi149 systemd[1]: Stopped Ceph osd.6 for e8ac69d2-c519-11ee-95b6-87774f69a715. 2024-02-06T18:24:18.729 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:24:18.730 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-06T18:24:18.730 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-06T18:24:18.730 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.7 2024-02-06T18:24:19.032 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:18 smithi149 systemd[1]: Stopping Ceph osd.7 for e8ac69d2-c519-11ee-95b6-87774f69a715... 2024-02-06T18:24:19.032 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:18 smithi149 bash[65401]: Error: no container with name or ID "ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd.7" found: no such container 2024-02-06T18:24:19.306 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.031+0000 7f63b1d3f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T18:24:19.307 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.031+0000 7f63b1d3f700 -1 osd.7 111 *** Got signal Terminated *** 2024-02-06T18:24:19.307 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.031+0000 7f63b1d3f700 -1 osd.7 111 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T18:24:19.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.415+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:19.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.415+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:19.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.415+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:19.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:19 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:19.415+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:20.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:20.409+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:20.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:20.409+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:20.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:20.409+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:20.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:20 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:20.409+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:21.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:21.402+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:21.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:21.402+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:21.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:21.402+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:21.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:21 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:21.402+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:22.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:22.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:22.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:22.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:22.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:22.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:22.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:22 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:22.381+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:23.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:23.379+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6806 osd.0 since back 2024-02-06T18:23:27.877694+0000 front 2024-02-06T18:23:27.877688+0000 (oldest deadline 2024-02-06T18:23:51.977552+0000) 2024-02-06T18:24:23.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:23.379+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6814 osd.1 since back 2024-02-06T18:23:36.678650+0000 front 2024-02-06T18:23:36.678587+0000 (oldest deadline 2024-02-06T18:24:02.578532+0000) 2024-02-06T18:24:23.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:23.379+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6822 osd.2 since back 2024-02-06T18:23:42.579011+0000 front 2024-02-06T18:23:42.579077+0000 (oldest deadline 2024-02-06T18:24:06.679003+0000) 2024-02-06T18:24:23.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:23.379+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.134:6830 osd.3 since back 2024-02-06T18:23:50.780003+0000 front 2024-02-06T18:23:50.779993+0000 (oldest deadline 2024-02-06T18:24:16.079923+0000) 2024-02-06T18:24:23.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:23 smithi149 ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7[60876]: debug 2024-02-06T18:24:23.379+0000 7f63abcb6700 -1 osd.7 111 heartbeat_check: no reply from 172.21.15.149:6804 osd.4 since back 2024-02-06T18:24:01.281331+0000 front 2024-02-06T18:24:01.281270+0000 (oldest deadline 2024-02-06T18:24:22.981354+0000) 2024-02-06T18:24:24.807 INFO:journalctl@ceph.osd.7.smithi149.stdout:Feb 06 18:24:24 smithi149 bash[65441]: ceph-e8ac69d2-c519-11ee-95b6-87774f69a715-osd-7 2024-02-06T18:24:26.192 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e8ac69d2-c519-11ee-95b6-87774f69a715@osd.7.service' 2024-02-06T18:24:26.234 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T18:24:26.234 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-06T18:24:26.234 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.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-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.stderr: ... 2024-02-06T18:24:26.386 INFO:teuthology.orchestra.run.smithi134.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-06T18:24:26.396 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-06T18:24:26.397 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-06T18:24:26.535 INFO:teuthology.orchestra.run.smithi149.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-06T18:24:26.536 INFO:teuthology.orchestra.run.smithi149.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-06T18:24:26.536 INFO:teuthology.orchestra.run.smithi149.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-06T18:24:26.536 INFO:teuthology.orchestra.run.smithi149.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-02-06T18:24:26.536 INFO:teuthology.orchestra.run.smithi149.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-06T18:24:26.536 INFO:teuthology.orchestra.run.smithi149.stderr: ... 2024-02-06T18:24:26.536 INFO:teuthology.orchestra.run.smithi149.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-06T18:24:26.546 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-06T18:24:26.547 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:24:26.575 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T18:24:26.602 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-06T18:24:26.603 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/e8ac69d2-c519-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/7548089/remote/ubuntu@smithi134.front.sepia.ceph.com/crash 2024-02-06T18:24:26.604 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/crash -- . 2024-02-06T18:24:26.649 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/e8ac69d2-c519-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/7548089/remote/ubuntu@smithi149.front.sepia.ceph.com/crash 2024-02-06T18:24:26.650 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/crash -- . 2024-02-06T18:24:26.686 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-06T18:24:26.696 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T18:24:26.724 INFO:teuthology.orchestra.run.smithi134.stdout:2024-02-06T18:03:44.775139+0000 mon.smithi134 (mon.0) 67 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-06T18:24:26.725 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-06T18:24:26.725 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[SEC\]' /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T18:24:26.795 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[ERR\]' /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T18:24:26.863 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[WRN\]' /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T18:24:26.929 INFO:teuthology.orchestra.run.smithi134.stdout:2024-02-06T18:03:44.775139+0000 mon.smithi134 (mon.0) 67 : cluster [WRN] Health check failed: 2 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-02-06T18:24:26.931 INFO:tasks.cephadm:Compressing logs... 2024-02-06T18:24:26.931 DEBUG:teuthology.orchestra.run.smithi134:> 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-06T18:24:26.973 DEBUG:teuthology.orchestra.run.smithi149:> 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-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi134.pyskyp.log 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.2.log 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi134.pyskyp.log: 92.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-06T18:24:26.999 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-06T18:24:27.002 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.audit.log: 90.9% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-06T18:24:27.002 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.3.log 2024-02-06T18:24:27.002 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.0.log 2024-02-06T18:24:27.003 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.3.log: 92.0% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-06T18:24:27.004 INFO:teuthology.orchestra.run.smithi134.stderr: 87.9% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-06T18:24:27.004 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi134.hychep.log 2024-02-06T18:24:27.004 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mon.smithi134.log 2024-02-06T18:24:27.005 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi134.hychep.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log 2024-02-06T18:24:27.005 INFO:teuthology.orchestra.run.smithi149.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-06T18:24:27.005 INFO:teuthology.orchestra.run.smithi149.stderr:: No such file or directory 2024-02-06T18:24:27.006 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.6.log 2024-02-06T18:24:27.006 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-06T18:24:27.006 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-06T18:24:27.006 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.6.log: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-06T18:24:27.006 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.audit.log: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.cephadm.log: 88.1% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-06T18:24:27.006 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi149.wbrart.log 2024-02-06T18:24:27.007 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi149.eefzub.log 2024-02-06T18:24:27.007 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi149.wbrart.log: gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.7.log 2024-02-06T18:24:27.007 INFO:teuthology.orchestra.run.smithi149.stderr: 78.9% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi149.wbrart.log.gz 2024-02-06T18:24:27.008 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi149.eefzub.log: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.7.log: 90.2% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-06T18:24:27.008 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mon.smithi149.log 2024-02-06T18:24:27.008 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log 2024-02-06T18:24:27.010 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mon.smithi149.log: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log: 92.1% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-06T18:24:27.010 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mon.smithi134.log: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log: 87.7% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-06T18:24:27.010 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.1.log 2024-02-06T18:24:27.011 INFO:teuthology.orchestra.run.smithi149.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-06T18:24:27.012 INFO:teuthology.orchestra.run.smithi149.stderr: 87.7% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-06T18:24:27.012 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.4.log 2024-02-06T18:24:27.012 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.5.log 2024-02-06T18:24:27.020 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.1.log: 91.5% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mds.foofs.smithi134.pyskyp.log.gz 2024-02-06T18:24:27.056 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.4.log: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.5.log: 89.6% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi149.eefzub.log.gz 2024-02-06T18:24:27.250 INFO:teuthology.orchestra.run.smithi149.stderr: 92.7% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mon.smithi149.log.gz 2024-02-06T18:24:27.337 INFO:teuthology.orchestra.run.smithi134.stderr:gzip: /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi134.hychep.log: file size changed while zipping 2024-02-06T18:24:27.338 INFO:teuthology.orchestra.run.smithi134.stderr: 91.4% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mgr.smithi134.hychep.log.gz 2024-02-06T18:24:28.364 INFO:teuthology.orchestra.run.smithi134.stderr: 92.0% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-mon.smithi134.log.gz 2024-02-06T18:24:31.875 INFO:teuthology.orchestra.run.smithi134.stderr: 94.4% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.2.log.gz 2024-02-06T18:24:34.086 INFO:teuthology.orchestra.run.smithi149.stderr: 93.9% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.4.log.gz 2024-02-06T18:24:34.438 INFO:teuthology.orchestra.run.smithi149.stderr: 94.3% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.6.log.gz 2024-02-06T18:24:34.758 INFO:teuthology.orchestra.run.smithi134.stderr: 94.0% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.0.log.gz 2024-02-06T18:24:35.438 INFO:teuthology.orchestra.run.smithi134.stderr: 94.0% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.3.log.gz 2024-02-06T18:24:35.997 INFO:teuthology.orchestra.run.smithi134.stderr: 94.2% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.1.log.gz 2024-02-06T18:24:35.998 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-02-06T18:24:35.998 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m9.011s 2024-02-06T18:24:35.999 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m30.504s 2024-02-06T18:24:35.999 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m1.246s 2024-02-06T18:24:36.670 INFO:teuthology.orchestra.run.smithi149.stderr: 94.2% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.5.log.gz 2024-02-06T18:24:39.136 INFO:teuthology.orchestra.run.smithi149.stderr: 94.1% -- replaced with /var/log/ceph/e8ac69d2-c519-11ee-95b6-87774f69a715/ceph-osd.7.log.gz 2024-02-06T18:24:39.137 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-02-06T18:24:39.138 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m12.145s 2024-02-06T18:24:39.138 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m35.079s 2024-02-06T18:24:39.138 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m1.484s 2024-02-06T18:24:39.138 INFO:tasks.cephadm:Archiving logs... 2024-02-06T18:24:39.138 DEBUG:teuthology.misc:Transferring archived files from smithi134:/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/7548089/remote/ubuntu@smithi134.front.sepia.ceph.com/log 2024-02-06T18:24:39.139 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-06T18:24:43.447 DEBUG:teuthology.misc:Transferring archived files from smithi149:/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/7548089/remote/ubuntu@smithi149.front.sepia.ceph.com/log 2024-02-06T18:24:43.448 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-06T18:24:48.646 INFO:tasks.cephadm:Removing cluster... 2024-02-06T18:24:48.647 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 --force 2024-02-06T18:27:30.688 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e8ac69d2-c519-11ee-95b6-87774f69a715 --force 2024-02-06T18:28:01.313 INFO:tasks.cephadm:Removing cephadm ... 2024-02-06T18:28:01.314 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-06T18:28:01.337 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-06T18:28:01.355 INFO:tasks.cephadm:Teardown complete 2024-02-06T18:28:01.355 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-06T18:28:01.366 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-06T18:28:01.366 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T18:28:01.379 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T18:28:01.396 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-02-06T18:28:01.401 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T18:28:01.401 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-02-06T18:28:01.401 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 45 -851us[ -851us] +/- 106ms 2024-02-06T18:28:01.401 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -262us[ -252us] +/- 56ms 2024-02-06T18:28:01.401 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +1008us[+1008us] +/- 82ms 2024-02-06T18:28:01.401 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:28:01.411 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2024-02-06T18:28:01.415 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T18:28:01.415 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-02-06T18:28:01.415 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 47 -834us[ -834us] +/- 106ms 2024-02-06T18:28:01.415 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -248us[ -261us] +/- 56ms 2024-02-06T18:28:01.416 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +1023us[+1023us] +/- 82ms 2024-02-06T18:28:01.416 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T18:28:01.416 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-06T18:28:01.426 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-06T18:28:01.426 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-06T18:28:01.435 DEBUG:teuthology.orchestra.run.smithi134:> 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-06T18:28:01.514 DEBUG:teuthology.orchestra.run.smithi149:> 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-06T18:28:01.577 DEBUG:teuthology.orchestra.run.smithi134:> 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-06T18:28:01.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T18:28:01.610 DEBUG:teuthology.orchestra.run.smithi149:> 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-06T18:28:01.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T18:28:01.639 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-06T18:28:01.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-06T18:28:01.658 INFO:teuthology.task.internal:Duration was 1880.081733 seconds 2024-02-06T18:28:01.659 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-06T18:28:01.668 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-06T18:28:01.668 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-06T18:28:01.670 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-06T18:28:01.716 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T18:28:01.725 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T18:28:01.819 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-06T18:28:01.819 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-02-06T18:28:01.819 DEBUG:teuthology.orchestra.run.smithi134:> 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-06T18:28:01.842 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-02-06T18:28:01.842 DEBUG:teuthology.orchestra.run.smithi149:> 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-06T18:28:01.863 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-06T18:28:01.863 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-06T18:28:01.884 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-06T18:28:01.957 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-06T18:28:01.957 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-06T18:28:01.959 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-06T18:28:02.071 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-06T18:28:02.082 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-06T18:28:02.082 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-06T18:28:02.109 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-06T18:28:02.136 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-06T18:28:02.146 DEBUG:teuthology.orchestra.run.smithi134:> 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-06T18:28:02.152 DEBUG:teuthology.orchestra.run.smithi149:> 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-06T18:28:02.176 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-02-06T18:28:02.202 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-02-06T18:28:02.223 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-06T18:28:02.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T18:28:02.257 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-06T18:28:02.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T18:28:02.281 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-06T18:28:02.291 INFO:teuthology.task.internal:Transferring archived files... 2024-02-06T18:28:02.292 DEBUG:teuthology.misc:Transferring archived files from smithi134:/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/7548089/remote/smithi134 2024-02-06T18:28:02.293 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-06T18:28:02.340 DEBUG:teuthology.misc:Transferring archived files from smithi149:/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/7548089/remote/smithi149 2024-02-06T18:28:02.340 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-06T18:28:02.380 INFO:teuthology.task.internal:Removing archive directory... 2024-02-06T18:28:02.380 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-06T18:28:02.382 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-06T18:28:02.431 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-06T18:28:02.443 INFO:teuthology.task.internal:Not uploading archives. 2024-02-06T18:28:02.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-06T18:28:02.453 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-06T18:28:02.454 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-06T18:28:02.456 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-06T18:28:02.470 INFO:teuthology.orchestra.run.smithi134.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 6 18:28 /home/ubuntu/cephtest 2024-02-06T18:28:02.489 INFO:teuthology.orchestra.run.smithi149.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 6 18:28 /home/ubuntu/cephtest 2024-02-06T18:28:02.491 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-06T18:28:02.501 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-06T18:28:02.522 INFO:teuthology.nuke:Checking targets against current locks 2024-02-06T18:28:02.547 DEBUG:teuthology.nuke:shortname: smithi134 2024-02-06T18:28:02.548 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T18:28:02.571 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.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/7548089', '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:47:39.175944', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH4A3ARO/NqS7XPWVkxB7UBX7zL/cT/Y63aFowX+P7b3sHb+7vZDed9vlWwE3rg/YdSp0eiDO7DnLmNQN4weYpI='} 2024-02-06T18:28:02.574 DEBUG:teuthology.nuke:shortname: smithi149 2024-02-06T18:28:02.574 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T18:28:02.597 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.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/7548089', '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:47:39.174200', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOT3mZRcsdR0WezxNBAwMFtJNCr3BsSeqpHOvR7lsiZOJNeTHj96+7ERxTFBAB5E595dc23na5FvNv0fqZ50/c='} 2024-02-06T18:28:02.613 INFO:teuthology.orchestra.console.smithi134:Power off 2024-02-06T18:28:02.613 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-06T18:28:02.639 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-02-06T18:28:02.639 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T18:28:02.653 INFO:teuthology.orchestra.console.smithi149:Power off 2024-02-06T18:28:02.653 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-06T18:28:02.661 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-02-06T18:28:02.675 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2024-02-06T18:28:02.675 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T18:28:02.697 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-02-06T18:28:06.663 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T18:28:06.698 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T18:28:06.773 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-02-06T18:28:06.806 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-02-06T18:28:10.774 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T18:28:10.807 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T18:28:10.885 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-02-06T18:28:10.915 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2024-02-06T18:28:10.987 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-02-06T18:28:11.016 INFO:teuthology.orchestra.console.smithi149:Power off completed 2024-02-06T18:28:11.121 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: 1880.081732749939 failure_reason: '"2024-02-06T18:03:44.775139+0000 mon.smithi134 (mon.0) 67 : 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-06T18:28:11.121 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-06T18:28:11.217 INFO:teuthology.run:FAIL