2024-02-16T20:02:03.698 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-16T20:02:03.699 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891 --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --owner scheduled_lflores@teuthology --verbose --name lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi -- /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/orig.config.yaml 2024-02-16T20:02:03.738 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-16T20:02:03.818 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7562891' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-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-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 275f1a43d17fa76eaaeaa5a9b5f0c30bd6001d0b owner: scheduled_lflores@teuthology priority: 25 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_275f1a43d17fa76eaaeaa5a9b5f0c30bd6001d0b/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 275f1a43d17fa76eaaeaa5a9b5f0c30bd6001d0b targets: smithi022.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDA4AFrL9tSOvk2Im4473TogJwSbLJcCBKSVIy9/cSVhlFLcJIY9EY0zRKxlQXX8FjxiWGL41F9eHMZgYtsgeQE= smithi117.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC1mCi1ye11yKOJL1rJpVT1YyNVZhwr/IVBLhMvpBQfA83NteUi8H1Z1siULuYVzTdkTjlJdXVXiai5QFCAuYd8= 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: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-16_19:10:44 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: lflores 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-16T20:02:03.818 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_275f1a43d17fa76eaaeaa5a9b5f0c30bd6001d0b/qa; will attempt to use it 2024-02-16T20:02:03.819 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_275f1a43d17fa76eaaeaa5a9b5f0c30bd6001d0b/qa/tasks 2024-02-16T20:02:03.819 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-16T20:02:03.821 INFO:teuthology.task.internal:Checking packages... 2024-02-16T20:02:03.844 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-16T20:02:03.844 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-16T20:02:03.844 INFO:teuthology.packaging:ref: None 2024-02-16T20:02:03.844 INFO:teuthology.packaging:tag: None 2024-02-16T20:02:03.845 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-16T20:02:03.845 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-16T20:02:03.845 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-08-0854-pacific 2024-02-16T20:02:04.072 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-16T20:02:04.073 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-16T20:02:04.080 INFO:teuthology.task.internal:no buildpackages task found 2024-02-16T20:02:04.080 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-16T20:02:04.091 INFO:teuthology.task.internal:Saving configuration 2024-02-16T20:02:04.105 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-16T20:02:04.111 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-16T20:02:04.136 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891', '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-16 19:57:13.184936', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDA4AFrL9tSOvk2Im4473TogJwSbLJcCBKSVIy9/cSVhlFLcJIY9EY0zRKxlQXX8FjxiWGL41F9eHMZgYtsgeQE='} 2024-02-16T20:02:04.157 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891', '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-16 19:57:13.186588', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC1mCi1ye11yKOJL1rJpVT1YyNVZhwr/IVBLhMvpBQfA83NteUi8H1Z1siULuYVzTdkTjlJdXVXiai5QFCAuYd8='} 2024-02-16T20:02:04.157 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-16T20:02:04.163 INFO:teuthology.task.internal:roles: ubuntu@smithi022.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-16T20:02:04.163 INFO:teuthology.task.internal:roles: ubuntu@smithi117.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-16T20:02:04.163 INFO:teuthology.run_tasks:Running task console_log... 2024-02-16T20:02:04.234 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd58c830ee0>, signals=[15]) 2024-02-16T20:02:04.235 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-16T20:02:04.241 INFO:teuthology.task.internal:Opening connections... 2024-02-16T20:02:04.241 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:02:04.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:02:04.320 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi117.front.sepia.ceph.com 2024-02-16T20:02:04.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:02:04.391 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-16T20:02:04.398 DEBUG:teuthology.orchestra.run.smithi022:> uname -m 2024-02-16T20:02:04.421 INFO:teuthology.orchestra.run.smithi022.stdout:x86_64 2024-02-16T20:02:04.421 DEBUG:teuthology.orchestra.run.smithi022:> cat /etc/os-release 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:NAME="CentOS Stream" 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION="8" 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:ID="centos" 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:ID_LIKE="rhel fedora" 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_ID="8" 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:PLATFORM_ID="platform:el8" 2024-02-16T20:02:04.482 INFO:teuthology.orchestra.run.smithi022.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-16T20:02:04.483 INFO:teuthology.orchestra.run.smithi022.stdout:ANSI_COLOR="0;31" 2024-02-16T20:02:04.483 INFO:teuthology.orchestra.run.smithi022.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-16T20:02:04.483 INFO:teuthology.orchestra.run.smithi022.stdout:HOME_URL="https://centos.org/" 2024-02-16T20:02:04.483 INFO:teuthology.orchestra.run.smithi022.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-16T20:02:04.483 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-16T20:02:04.483 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-16T20:02:04.483 INFO:teuthology.lock.ops:Updating smithi022.front.sepia.ceph.com on lock server 2024-02-16T20:02:04.504 DEBUG:teuthology.orchestra.run.smithi117:> uname -m 2024-02-16T20:02:04.525 INFO:teuthology.orchestra.run.smithi117.stdout:x86_64 2024-02-16T20:02:04.525 DEBUG:teuthology.orchestra.run.smithi117:> cat /etc/os-release 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:NAME="CentOS Stream" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION="8" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:ID="centos" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:ID_LIKE="rhel fedora" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION_ID="8" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:PLATFORM_ID="platform:el8" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:ANSI_COLOR="0;31" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:HOME_URL="https://centos.org/" 2024-02-16T20:02:04.587 INFO:teuthology.orchestra.run.smithi117.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-16T20:02:04.588 INFO:teuthology.orchestra.run.smithi117.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-16T20:02:04.588 INFO:teuthology.orchestra.run.smithi117.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-16T20:02:04.588 INFO:teuthology.lock.ops:Updating smithi117.front.sepia.ceph.com on lock server 2024-02-16T20:02:04.612 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-16T20:02:04.620 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-16T20:02:04.626 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-16T20:02:04.626 DEBUG:teuthology.orchestra.run.smithi022:> test '!' -e /home/ubuntu/cephtest 2024-02-16T20:02:04.628 DEBUG:teuthology.orchestra.run.smithi117:> test '!' -e /home/ubuntu/cephtest 2024-02-16T20:02:04.648 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-16T20:02:04.654 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-16T20:02:04.654 DEBUG:teuthology.orchestra.run.smithi022:> test -z $(ls -A /var/lib/ceph) 2024-02-16T20:02:04.688 DEBUG:teuthology.orchestra.run.smithi117:> test -z $(ls -A /var/lib/ceph) 2024-02-16T20:02:04.717 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-16T20:02:04.770 INFO:teuthology.run_tasks:Running task kernel... 2024-02-16T20:02:04.786 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-16T20:02:04.786 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-16T20:02:04.786 DEBUG:teuthology.orchestra.run.smithi022:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-16T20:02:04.787 DEBUG:teuthology.orchestra.run.smithi117:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-16T20:02:04.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:02:04.807 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2024-02-16T20:02:04.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:02:04.808 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-02-16T20:02:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:4.18.0-489.el8.x86_64 2024-02-16T20:02:04.868 INFO:teuthology.task.kernel:Running kernel on smithi022: 4.18.0-489.el8.x86_64 2024-02-16T20:02:04.868 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum install -y kernel 2024-02-16T20:02:04.869 INFO:teuthology.orchestra.run.smithi117.stdout:4.18.0-489.el8.x86_64 2024-02-16T20:02:04.869 INFO:teuthology.task.kernel:Running kernel on smithi117: 4.18.0-489.el8.x86_64 2024-02-16T20:02:04.869 DEBUG:teuthology.orchestra.run.smithi117:> sudo yum install -y kernel 2024-02-16T20:02:13.637 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - AppStream 4.4 MB/s | 27 MB 00:06 2024-02-16T20:02:19.182 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 10 MB 00:00 2024-02-16T20:02:19.631 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - AppStream 2.2 MB/s | 27 MB 00:12 2024-02-16T20:02:21.379 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2024-02-16T20:02:21.946 INFO:teuthology.orchestra.run.smithi117.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2024-02-16T20:02:22.206 INFO:teuthology.orchestra.run.smithi117.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-16T20:02:23.875 INFO:teuthology.orchestra.run.smithi117.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-02-16T20:02:25.831 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-02-16T20:02:27.623 INFO:teuthology.orchestra.run.smithi117.stdout:lab-extras 454 kB/s | 24 kB 00:00 2024-02-16T20:02:28.065 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - Extras 37 kB/s | 18 kB 00:00 2024-02-16T20:02:28.516 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2024-02-16T20:02:28.759 INFO:teuthology.orchestra.run.smithi022.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-16T20:02:30.336 INFO:teuthology.orchestra.run.smithi022.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-16T20:02:30.611 INFO:teuthology.orchestra.run.smithi117.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-16T20:02:30.611 INFO:teuthology.orchestra.run.smithi117.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-16T20:02:30.722 INFO:teuthology.orchestra.run.smithi117.stdout:Dependencies resolved. 2024-02-16T20:02:30.722 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout: Package Architecture Version Repository Size 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout:Installing: 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout:Installing dependencies: 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction Summary 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout:Install 3 Packages 2024-02-16T20:02:30.723 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:02:30.724 INFO:teuthology.orchestra.run.smithi117.stdout:Total download size: 90 M 2024-02-16T20:02:30.724 INFO:teuthology.orchestra.run.smithi117.stdout:Installed size: 97 M 2024-02-16T20:02:30.724 INFO:teuthology.orchestra.run.smithi117.stdout:Downloading Packages: 2024-02-16T20:02:31.440 INFO:teuthology.orchestra.run.smithi117.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2024-02-16T20:02:32.166 INFO:teuthology.orchestra.run.smithi117.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 26 MB/s | 36 MB 00:01 2024-02-16T20:02:32.899 INFO:teuthology.orchestra.run.smithi117.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2024-02-16T20:02:32.900 INFO:teuthology.orchestra.run.smithi117.stdout:-------------------------------------------------------------------------------- 2024-02-16T20:02:32.900 INFO:teuthology.orchestra.run.smithi117.stdout:Total 41 MB/s | 90 MB 00:02 2024-02-16T20:02:33.586 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction check 2024-02-16T20:02:33.997 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction check succeeded. 2024-02-16T20:02:33.997 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction test 2024-02-16T20:02:34.343 INFO:teuthology.orchestra.run.smithi022.stdout:lab-extras 362 kB/s | 24 kB 00:00 2024-02-16T20:02:35.253 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction test succeeded. 2024-02-16T20:02:35.271 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction 2024-02-16T20:02:37.432 INFO:teuthology.orchestra.run.smithi022.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-16T20:02:37.432 INFO:teuthology.orchestra.run.smithi022.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-16T20:02:37.554 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout: Package Architecture Version Repository Size 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout:Installing: 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2024-02-16T20:02:37.555 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout:Install 3 Packages 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:02:37.556 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 90 M 2024-02-16T20:02:37.557 INFO:teuthology.orchestra.run.smithi022.stdout:Installed size: 97 M 2024-02-16T20:02:37.557 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2024-02-16T20:02:38.033 INFO:teuthology.orchestra.run.smithi117.stdout: Preparing : 1/1 2024-02-16T20:02:38.461 INFO:teuthology.orchestra.run.smithi022.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2024-02-16T20:02:38.554 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-16T20:02:39.270 INFO:teuthology.orchestra.run.smithi022.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2024-02-16T20:02:39.654 INFO:teuthology.orchestra.run.smithi022.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 23 MB/s | 43 MB 00:01 2024-02-16T20:02:39.654 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2024-02-16T20:02:39.654 INFO:teuthology.orchestra.run.smithi022.stdout:Total 43 MB/s | 90 MB 00:02 2024-02-16T20:02:40.367 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2024-02-16T20:02:40.802 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2024-02-16T20:02:40.802 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2024-02-16T20:02:42.102 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2024-02-16T20:02:42.109 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-16T20:02:42.124 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2024-02-16T20:02:42.487 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-16T20:02:45.204 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2024-02-16T20:02:45.695 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-16T20:02:45.910 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-16T20:02:46.229 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:02:49.679 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-16T20:02:50.061 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-16T20:02:53.743 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-16T20:02:54.049 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:08.125 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:08.148 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:08.496 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:08.497 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-16T20:03:08.497 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout:Installed: 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:03:09.016 INFO:teuthology.orchestra.run.smithi117.stdout:Complete! 2024-02-16T20:03:09.162 DEBUG:teuthology.orchestra.run.smithi117:> rpm -q kernel | sort -rV | head -n 1 2024-02-16T20:03:09.398 INFO:teuthology.orchestra.run.smithi117.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-16T20:03:09.398 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-16T20:03:09.399 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-16T20:03:09.399 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-16T20:03:09.399 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-16T20:03:09.399 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-16T20:03:09.399 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi117.front.sepia.ceph.com, path=None, version=distro) 2024-02-16T20:03:09.399 DEBUG:teuthology.orchestra.run.smithi117:> rpm -q kernel | sort -rV | head -n 1 2024-02-16T20:03:09.608 INFO:teuthology.orchestra.run.smithi117.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-16T20:03:09.609 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-16T20:03:09.609 DEBUG:teuthology.orchestra.run.smithi117:> sudo rpm -qi grub2-tools 2024-02-16T20:03:09.642 INFO:teuthology.orchestra.run.smithi117.stdout:Name : grub2-tools 2024-02-16T20:03:09.642 INFO:teuthology.orchestra.run.smithi117.stdout:Epoch : 1 2024-02-16T20:03:09.642 INFO:teuthology.orchestra.run.smithi117.stdout:Version : 2.02 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Release : 129.el8 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Architecture: x86_64 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Group : System Environment/Base 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Size : 9265586 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:License : GPLv3+ 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Relocations : (not relocatable) 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Packager : CentOS BuildSystem 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:Vendor : CentOS 2024-02-16T20:03:09.643 INFO:teuthology.orchestra.run.smithi117.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:Summary : Support tools for GRUB. 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:Description : 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:hardware devices. 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:03:09.644 INFO:teuthology.orchestra.run.smithi117.stdout:This subpackage provides tools for support of all platforms. 2024-02-16T20:03:09.645 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-16T20:03:09.645 INFO:teuthology.task.kernel:Updating grub on smithi117 to boot 4.18.0-539.el8.x86_64 2024-02-16T20:03:09.645 DEBUG:teuthology.orchestra.run.smithi117:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-16T20:03:11.197 INFO:teuthology.orchestra.run.smithi117.stderr:Generating grub configuration file ... 2024-02-16T20:03:13.258 INFO:teuthology.orchestra.run.smithi117.stderr:done 2024-02-16T20:03:13.259 DEBUG:teuthology.orchestra.run.smithi117:> mktemp 2024-02-16T20:03:13.282 INFO:teuthology.orchestra.run.smithi117.stdout:/tmp/tmp.vbF0Lc8xs6 2024-02-16T20:03:13.282 DEBUG:teuthology.orchestra.run.smithi117:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vbF0Lc8xs6 2024-02-16T20:03:13.359 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 0666 /tmp/tmp.vbF0Lc8xs6 2024-02-16T20:03:13.494 DEBUG:teuthology.orchestra.remote:smithi117:/tmp/tmp.vbF0Lc8xs6 is 6KB 2024-02-16T20:03:13.543 DEBUG:teuthology.orchestra.run.smithi117:> rm -fr /tmp/tmp.vbF0Lc8xs6 2024-02-16T20:03:13.560 DEBUG:teuthology.orchestra.run.smithi117:> sudo /bin/ls /boot/loader/entries || true 2024-02-16T20:03:13.626 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-16T20:03:13.626 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-16T20:03:13.626 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-16T20:03:13.626 INFO:teuthology.orchestra.run.smithi117.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-16T20:03:13.627 DEBUG:teuthology.orchestra.run.smithi117:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-16T20:03:13.791 DEBUG:teuthology.orchestra.run.smithi117:> sudo shutdown -r now 2024-02-16T20:03:18.181 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:18.205 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:18.567 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:18.567 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-16T20:03:18.567 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:03:19.113 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2024-02-16T20:03:19.278 DEBUG:teuthology.orchestra.run.smithi022:> rpm -q kernel | sort -rV | head -n 1 2024-02-16T20:03:19.506 INFO:teuthology.orchestra.run.smithi022.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-16T20:03:19.506 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-16T20:03:19.506 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-16T20:03:19.506 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-16T20:03:19.506 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-16T20:03:19.506 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-16T20:03:19.506 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi022.front.sepia.ceph.com, path=None, version=distro) 2024-02-16T20:03:19.506 DEBUG:teuthology.orchestra.run.smithi022:> rpm -q kernel | sort -rV | head -n 1 2024-02-16T20:03:19.726 INFO:teuthology.orchestra.run.smithi022.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-16T20:03:19.727 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-16T20:03:19.727 DEBUG:teuthology.orchestra.run.smithi022:> sudo rpm -qi grub2-tools 2024-02-16T20:03:19.761 INFO:teuthology.orchestra.run.smithi022.stdout:Name : grub2-tools 2024-02-16T20:03:19.761 INFO:teuthology.orchestra.run.smithi022.stdout:Epoch : 1 2024-02-16T20:03:19.761 INFO:teuthology.orchestra.run.smithi022.stdout:Version : 2.02 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Release : 129.el8 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Architecture: x86_64 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Group : System Environment/Base 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Size : 9265586 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:License : GPLv3+ 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Relocations : (not relocatable) 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Packager : CentOS BuildSystem 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Vendor : CentOS 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-16T20:03:19.762 INFO:teuthology.orchestra.run.smithi022.stdout:Summary : Support tools for GRUB. 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout:Description : 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout:hardware devices. 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:03:19.763 INFO:teuthology.orchestra.run.smithi022.stdout:This subpackage provides tools for support of all platforms. 2024-02-16T20:03:19.764 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-16T20:03:19.764 INFO:teuthology.task.kernel:Updating grub on smithi022 to boot 4.18.0-539.el8.x86_64 2024-02-16T20:03:19.764 DEBUG:teuthology.orchestra.run.smithi022:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-16T20:03:21.090 INFO:teuthology.orchestra.run.smithi022.stderr:Generating grub configuration file ... 2024-02-16T20:03:22.841 INFO:teuthology.orchestra.run.smithi022.stderr:done 2024-02-16T20:03:22.843 DEBUG:teuthology.orchestra.run.smithi022:> mktemp 2024-02-16T20:03:22.873 INFO:teuthology.orchestra.run.smithi022.stdout:/tmp/tmp.FdKBkPsP0o 2024-02-16T20:03:22.874 DEBUG:teuthology.orchestra.run.smithi022:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FdKBkPsP0o 2024-02-16T20:03:22.946 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 0666 /tmp/tmp.FdKBkPsP0o 2024-02-16T20:03:23.091 DEBUG:teuthology.orchestra.remote:smithi022:/tmp/tmp.FdKBkPsP0o is 6KB 2024-02-16T20:03:23.114 DEBUG:teuthology.orchestra.run.smithi022:> rm -fr /tmp/tmp.FdKBkPsP0o 2024-02-16T20:03:23.132 DEBUG:teuthology.orchestra.run.smithi022:> sudo /bin/ls /boot/loader/entries || true 2024-02-16T20:03:23.197 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-16T20:03:23.198 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-16T20:03:23.198 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-16T20:03:23.198 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-16T20:03:23.199 DEBUG:teuthology.orchestra.run.smithi022:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-16T20:03:23.334 DEBUG:teuthology.orchestra.run.smithi022:> sudo shutdown -r now 2024-02-16T20:03:43.807 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-16T20:03:43.808 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-16T20:03:43.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:03:53.344 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-16T20:03:53.345 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-16T20:03:53.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:04:43.841 DEBUG:teuthology.orchestra.remote:timed out 2024-02-16T20:04:52.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-16T20:04:52.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:04:53.204 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-02-16T20:04:53.348 DEBUG:teuthology.orchestra.remote:timed out 2024-02-16T20:04:53.482 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-16T20:04:53.482 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-16T20:04:53.482 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-02-16T20:04:53.499 INFO:teuthology.orchestra.run.smithi117.stdout:4.18.0-539.el8.x86_64 2024-02-16T20:04:53.500 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-16T20:04:53.500 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-16T20:04:53.500 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-16T20:04:54.501 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-16T20:04:54.502 DEBUG:teuthology.orchestra.run.smithi117:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-16T20:04:54.558 INFO:teuthology.orchestra.run.smithi117.stdout:ttyS1 2024-02-16T20:04:54.573 DEBUG:teuthology.parallel:result is None 2024-02-16T20:05:02.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-16T20:05:02.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:05:03.136 DEBUG:teuthology.orchestra.run.smithi022:> true 2024-02-16T20:05:03.751 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-16T20:05:03.751 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-16T20:05:03.751 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2024-02-16T20:05:03.768 INFO:teuthology.orchestra.run.smithi022.stdout:4.18.0-539.el8.x86_64 2024-02-16T20:05:03.768 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-16T20:05:03.768 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-16T20:05:03.768 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-16T20:05:04.769 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-16T20:05:04.770 DEBUG:teuthology.orchestra.run.smithi022:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-16T20:05:04.826 INFO:teuthology.orchestra.run.smithi022.stdout:ttyS1 2024-02-16T20:05:04.842 DEBUG:teuthology.parallel:result is None 2024-02-16T20:05:04.842 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-16T20:05:04.850 INFO:teuthology.task.internal:Creating test directory... 2024-02-16T20:05:04.850 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-16T20:05:04.852 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-16T20:05:04.875 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-16T20:05:04.882 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-16T20:05:04.892 INFO:teuthology.task.internal:Creating archive directory... 2024-02-16T20:05:04.892 DEBUG:teuthology.orchestra.run.smithi022:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-16T20:05:04.912 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-16T20:05:04.949 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-16T20:05:04.955 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-16T20:05:04.956 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:05:04.987 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:05:05.024 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-16T20:05:05.027 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-16T20:05:05.035 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-16T20:05:05.039 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-16T20:05:05.041 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-16T20:05:05.048 INFO:teuthology.task.internal:Configuring sudo... 2024-02-16T20:05:05.048 DEBUG:teuthology.orchestra.run.smithi022:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-16T20:05:05.080 DEBUG:teuthology.orchestra.run.smithi117:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-16T20:05:05.112 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-16T20:05:05.126 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-16T20:05:05.127 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-16T20:05:05.151 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-16T20:05:05.172 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-16T20:05:05.258 DEBUG:teuthology.orchestra.run.smithi022:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-16T20:05:05.311 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-16T20:05:05.397 DEBUG:teuthology.orchestra.run.smithi022:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-16T20:05:05.439 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:05:05.439 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-16T20:05:05.507 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-16T20:05:05.556 DEBUG:teuthology.orchestra.run.smithi117:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-16T20:05:05.617 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-16T20:05:05.662 DEBUG:teuthology.orchestra.run.smithi117:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-16T20:05:05.707 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-16T20:05:05.707 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-16T20:05:05.775 DEBUG:teuthology.orchestra.run.smithi022:> sudo service rsyslog restart 2024-02-16T20:05:05.777 DEBUG:teuthology.orchestra.run.smithi117:> sudo service rsyslog restart 2024-02-16T20:05:05.828 INFO:teuthology.orchestra.run.smithi022.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-16T20:05:05.879 INFO:teuthology.orchestra.run.smithi117.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-16T20:05:06.236 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-16T20:05:06.245 INFO:teuthology.task.internal:Starting timer... 2024-02-16T20:05:06.245 INFO:teuthology.run_tasks:Running task pcp... 2024-02-16T20:05:06.255 INFO:teuthology.run_tasks:Running task selinux... 2024-02-16T20:05:06.270 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-16T20:05:06.271 DEBUG:teuthology.orchestra.run.smithi022:> sudo service auditd rotate 2024-02-16T20:05:06.371 INFO:teuthology.orchestra.run.smithi022.stdout:Rotating logs: 2024-02-16T20:05:06.373 DEBUG:teuthology.orchestra.run.smithi117:> sudo service auditd rotate 2024-02-16T20:05:06.457 INFO:teuthology.orchestra.run.smithi117.stdout:Rotating logs: 2024-02-16T20:05:06.458 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-16T20:05:06.459 DEBUG:teuthology.orchestra.run.smithi022:> /usr/sbin/getenforce 2024-02-16T20:05:06.493 INFO:teuthology.orchestra.run.smithi022.stdout:Permissive 2024-02-16T20:05:06.494 DEBUG:teuthology.orchestra.run.smithi117:> /usr/sbin/getenforce 2024-02-16T20:05:06.516 INFO:teuthology.orchestra.run.smithi117.stdout:Permissive 2024-02-16T20:05:06.516 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi022.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi117.front.sepia.ceph.com': 'permissive'} 2024-02-16T20:05:06.516 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:05:06.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:05:06.563 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:05:06.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:05:06.590 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-16T20:05:06.590 DEBUG:teuthology.orchestra.run.smithi022:> sudo /usr/sbin/setenforce permissive 2024-02-16T20:05:06.632 DEBUG:teuthology.orchestra.run.smithi117:> sudo /usr/sbin/setenforce permissive 2024-02-16T20:05:06.662 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-16T20:05:06.674 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-16T20:05:06.691 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-16T20:05:06.692 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi022.front.sepia.ceph.com,smithi117.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-16T20:22:30.732 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi022.front.sepia.ceph.com'), Remote(name='ubuntu@smithi117.front.sepia.ceph.com')] 2024-02-16T20:22:30.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-16T20:22:30.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:22:30.813 DEBUG:teuthology.orchestra.run.smithi022:> true 2024-02-16T20:22:30.882 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2024-02-16T20:22:30.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-16T20:22:30.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-16T20:22:30.953 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-02-16T20:22:31.023 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-02-16T20:22:31.024 INFO:teuthology.run_tasks:Running task clock... 2024-02-16T20:22:31.035 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-16T20:22:31.035 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-16T20:22:31.035 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:22:31.038 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-16T20:22:31.039 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:22:31.069 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-16T20:22:31.083 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-16T20:22:31.096 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-16T20:22:31.110 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-16T20:22:31.146 INFO:teuthology.orchestra.run.smithi022.stderr:sudo: ntpd: command not found 2024-02-16T20:22:31.158 INFO:teuthology.orchestra.run.smithi022.stdout:506 Cannot talk to daemon 2024-02-16T20:22:31.172 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-16T20:22:31.184 INFO:teuthology.orchestra.run.smithi117.stderr:sudo: ntpd: command not found 2024-02-16T20:22:31.186 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-16T20:22:31.195 INFO:teuthology.orchestra.run.smithi117.stdout:506 Cannot talk to daemon 2024-02-16T20:22:31.209 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-16T20:22:31.222 INFO:teuthology.orchestra.run.smithi117.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-16T20:22:31.263 INFO:teuthology.orchestra.run.smithi022.stderr:bash: ntpq: command not found 2024-02-16T20:22:31.267 INFO:teuthology.orchestra.run.smithi022.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-16T20:22:31.267 INFO:teuthology.orchestra.run.smithi022.stdout:=============================================================================== 2024-02-16T20:22:31.267 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.268 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.268 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.268 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.291 INFO:teuthology.orchestra.run.smithi117.stderr:bash: ntpq: command not found 2024-02-16T20:22:31.296 INFO:teuthology.orchestra.run.smithi117.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-16T20:22:31.296 INFO:teuthology.orchestra.run.smithi117.stdout:=============================================================================== 2024-02-16T20:22:31.296 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.296 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.296 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.296 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:22:31.296 INFO:teuthology.run_tasks:Running task pexec... 2024-02-16T20:22:31.305 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-16T20:22:31.306 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:22:31.306 DEBUG:teuthology.orchestra.run.smithi022:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-16T20:22:31.306 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi117.front.sepia.ceph.com 2024-02-16T20:22:31.306 DEBUG:teuthology.orchestra.run.smithi117:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-16T20:22:32.118 INFO:teuthology.orchestra.run.smithi117.stdout:Last metadata expiration check: 0:13:01 ago on Fri 16 Feb 2024 08:09:30 PM UTC. 2024-02-16T20:22:32.124 INFO:teuthology.orchestra.run.smithi022.stdout:Last metadata expiration check: 0:12:53 ago on Fri 16 Feb 2024 08:09:38 PM UTC. 2024-02-16T20:22:34.154 INFO:teuthology.orchestra.run.smithi117.stdout:Dependencies resolved. 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout: Package Architecture Version Repository Size 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout:Resetting modules: 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout: container-tools 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction Summary 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:22:34.155 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:22:34.302 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout: Package Architecture Version Repository Size 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout:Resetting modules: 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2024-02-16T20:22:34.303 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:22:34.304 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:22:34.418 INFO:teuthology.orchestra.run.smithi117.stdout:Complete! 2024-02-16T20:22:34.568 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2024-02-16T20:22:35.315 INFO:teuthology.orchestra.run.smithi117.stdout:Last metadata expiration check: 0:13:05 ago on Fri 16 Feb 2024 08:09:30 PM UTC. 2024-02-16T20:22:35.442 INFO:teuthology.orchestra.run.smithi022.stdout:Last metadata expiration check: 0:12:57 ago on Fri 16 Feb 2024 08:09:38 PM UTC. 2024-02-16T20:22:37.374 INFO:teuthology.orchestra.run.smithi117.stdout:Dependencies resolved. 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: Package Arch Version Repository Size 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout:Installing group/module packages: 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout:Installing dependencies: 2024-02-16T20:22:37.409 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout:Installing weak dependencies: 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout:Installing module profiles: 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: container-tools/common 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout:Enabling module streams: 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: container-tools rhel8 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction Summary 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout:================================================================================ 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout:Install 13 Packages 2024-02-16T20:22:37.410 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:22:37.411 INFO:teuthology.orchestra.run.smithi117.stdout:Total download size: 28 M 2024-02-16T20:22:37.411 INFO:teuthology.orchestra.run.smithi117.stdout:Installed size: 92 M 2024-02-16T20:22:37.411 INFO:teuthology.orchestra.run.smithi117.stdout:Downloading Packages: 2024-02-16T20:22:37.659 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2024-02-16T20:22:37.698 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: Package Arch Version Repository Size 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout:Installing group/module packages: 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-16T20:22:37.699 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout:Installing weak dependencies: 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout:Installing module profiles: 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools/common 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout:Enabling module streams: 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools rhel8 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout:Install 13 Packages 2024-02-16T20:22:37.700 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:22:37.701 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 28 M 2024-02-16T20:22:37.701 INFO:teuthology.orchestra.run.smithi022.stdout:Installed size: 92 M 2024-02-16T20:22:37.701 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2024-02-16T20:22:56.886 INFO:teuthology.orchestra.run.smithi117.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 35 kB/s | 688 kB 00:19 2024-02-16T20:22:58.194 INFO:teuthology.orchestra.run.smithi117.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 29 kB/s | 38 kB 00:01 2024-02-16T20:22:59.873 INFO:teuthology.orchestra.run.smithi022.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 31 kB/s | 688 kB 00:21 2024-02-16T20:23:01.148 INFO:teuthology.orchestra.run.smithi022.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 30 kB/s | 38 kB 00:01 2024-02-16T20:23:07.542 INFO:teuthology.orchestra.run.smithi117.stdout:(3/13): crun-1.14-1.module_el8+871+552be958.x86 27 kB/s | 257 kB 00:09 2024-02-16T20:23:07.939 INFO:teuthology.orchestra.run.smithi022.stdout:(3/13): crun-1.14-1.module_el8+871+552be958.x86 38 kB/s | 257 kB 00:06 2024-02-16T20:23:09.709 INFO:teuthology.orchestra.run.smithi117.stdout:(4/13): aardvark-dns-1.10.0-1.module_el8+871+55 32 kB/s | 1.0 MB 00:32 2024-02-16T20:23:09.831 INFO:teuthology.orchestra.run.smithi022.stdout:(4/13): aardvark-dns-1.10.0-1.module_el8+871+55 32 kB/s | 1.0 MB 00:31 2024-02-16T20:23:16.464 INFO:teuthology.orchestra.run.smithi022.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 27 kB/s | 180 kB 00:06 2024-02-16T20:23:18.389 INFO:teuthology.orchestra.run.smithi022.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 13 kB/s | 25 kB 00:01 2024-02-16T20:23:20.489 INFO:teuthology.orchestra.run.smithi022.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 45 kB/s | 94 kB 00:02 2024-02-16T20:23:22.640 INFO:teuthology.orchestra.run.smithi117.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 14 kB/s | 180 kB 00:12 2024-02-16T20:23:24.290 INFO:teuthology.orchestra.run.smithi117.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 15 kB/s | 25 kB 00:01 2024-02-16T20:23:27.723 INFO:teuthology.orchestra.run.smithi117.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 27 kB/s | 94 kB 00:03 2024-02-16T20:25:29.567 INFO:teuthology.orchestra.run.smithi117.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 31 kB/s | 4.3 MB 02:22 2024-02-16T20:25:38.587 INFO:teuthology.orchestra.run.smithi022.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 29 kB/s | 4.3 MB 02:30 2024-02-16T20:26:44.385 INFO:teuthology.orchestra.run.smithi117.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 35 kB/s | 2.5 MB 01:14 2024-02-16T20:26:45.718 INFO:teuthology.orchestra.run.smithi117.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 39 kB/s | 53 kB 00:01 2024-02-16T20:26:47.684 INFO:teuthology.orchestra.run.smithi117.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 21 kB/s | 41 kB 00:01 2024-02-16T20:27:05.892 INFO:teuthology.orchestra.run.smithi022.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 30 kB/s | 2.5 MB 01:27 2024-02-16T20:27:07.526 INFO:teuthology.orchestra.run.smithi022.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 32 kB/s | 53 kB 00:01 2024-02-16T20:27:09.659 INFO:teuthology.orchestra.run.smithi022.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 19 kB/s | 41 kB 00:02 2024-02-16T20:27:55.020 INFO:teuthology.orchestra.run.smithi022.stdout:(12/13): buildah-1.33.5-1.module_el8+885+7da147 31 kB/s | 9.7 MB 05:17 2024-02-16T20:28:08.936 INFO:teuthology.orchestra.run.smithi117.stdout:(12/13): buildah-1.33.5-1.module_el8+885+7da147 30 kB/s | 9.7 MB 05:31 2024-02-16T20:28:18.750 INFO:teuthology.orchestra.run.smithi022.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 30 kB/s | 8.8 MB 04:58 2024-02-16T20:28:18.751 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2024-02-16T20:28:18.751 INFO:teuthology.orchestra.run.smithi022.stdout:Total 83 kB/s | 28 MB 05:41 2024-02-16T20:28:19.021 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2024-02-16T20:28:19.043 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2024-02-16T20:28:19.043 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2024-02-16T20:28:19.320 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2024-02-16T20:28:19.324 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2024-02-16T20:28:19.992 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2024-02-16T20:28:20.958 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-16T20:28:21.142 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-16T20:28:21.436 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-16T20:28:21.622 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-16T20:28:21.844 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-16T20:28:22.483 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-16T20:28:23.522 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-16T20:28:23.735 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-16T20:28:23.925 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-16T20:28:24.392 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-16T20:28:24.576 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-16T20:28:24.824 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-16T20:28:25.001 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-16T20:28:25.443 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-16T20:28:25.443 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-16T20:28:25.444 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-16T20:28:26.077 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-16T20:28:26.077 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:28:26.077 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2024-02-16T20:28:26.077 INFO:teuthology.orchestra.run.smithi022.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-16T20:28:26.077 INFO:teuthology.orchestra.run.smithi022.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-16T20:28:26.077 INFO:teuthology.orchestra.run.smithi022.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:28:26.078 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2024-02-16T20:28:26.351 DEBUG:teuthology.parallel:result is None 2024-02-16T20:28:39.705 INFO:teuthology.orchestra.run.smithi117.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 29 kB/s | 8.8 MB 05:11 2024-02-16T20:28:39.706 INFO:teuthology.orchestra.run.smithi117.stdout:-------------------------------------------------------------------------------- 2024-02-16T20:28:39.706 INFO:teuthology.orchestra.run.smithi117.stdout:Total 78 kB/s | 28 MB 06:02 2024-02-16T20:28:39.967 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction check 2024-02-16T20:28:39.988 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction check succeeded. 2024-02-16T20:28:39.988 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction test 2024-02-16T20:28:40.252 INFO:teuthology.orchestra.run.smithi117.stdout:Transaction test succeeded. 2024-02-16T20:28:40.255 INFO:teuthology.orchestra.run.smithi117.stdout:Running transaction 2024-02-16T20:28:40.970 INFO:teuthology.orchestra.run.smithi117.stdout: Preparing : 1/1 2024-02-16T20:28:41.917 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-16T20:28:42.144 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-16T20:28:42.297 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-16T20:28:42.524 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-16T20:28:42.732 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-16T20:28:43.309 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-16T20:28:44.298 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-16T20:28:44.523 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-16T20:28:44.776 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-16T20:28:45.244 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-16T20:28:45.473 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-16T20:28:45.686 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-16T20:28:45.896 INFO:teuthology.orchestra.run.smithi117.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-16T20:28:46.310 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-16T20:28:46.311 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-16T20:28:46.311 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-16T20:28:46.311 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-16T20:28:46.311 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-16T20:28:46.311 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout:Installed: 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-16T20:28:46.905 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-16T20:28:46.906 INFO:teuthology.orchestra.run.smithi117.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-16T20:28:46.906 INFO:teuthology.orchestra.run.smithi117.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-16T20:28:46.906 INFO:teuthology.orchestra.run.smithi117.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-16T20:28:46.906 INFO:teuthology.orchestra.run.smithi117.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-16T20:28:46.906 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:28:46.906 INFO:teuthology.orchestra.run.smithi117.stdout:Complete! 2024-02-16T20:28:47.192 DEBUG:teuthology.parallel:result is None 2024-02-16T20:28:47.193 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-16T20:28:47.271 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', '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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-16T20:28:47.271 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-16T20:28:47.272 INFO:tasks.cephadm:Cluster fsid is fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:28:47.272 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-16T20:28:47.272 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-16T20:28:47.272 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi022': '172.21.15.22', 'mon.smithi117': '172.21.15.117'} 2024-02-16T20:28:47.272 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-16T20:28:47.272 DEBUG:teuthology.orchestra.run.smithi022:> sudo hostname $(hostname -s) 2024-02-16T20:28:47.308 DEBUG:teuthology.orchestra.run.smithi117:> sudo hostname $(hostname -s) 2024-02-16T20:28:47.335 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-16T20:28:47.335 DEBUG:teuthology.orchestra.run.smithi022:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-16T20:28:47.594 INFO:teuthology.orchestra.run.smithi022.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 16 20:28 /home/ubuntu/cephtest/cephadm 2024-02-16T20:28:47.594 DEBUG:teuthology.orchestra.run.smithi117:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-16T20:28:47.739 INFO:teuthology.orchestra.run.smithi117.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 16 20:28 /home/ubuntu/cephtest/cephadm 2024-02-16T20:28:47.739 DEBUG:teuthology.orchestra.run.smithi022:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-16T20:28:47.763 DEBUG:teuthology.orchestra.run.smithi117:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-16T20:28:47.790 DEBUG:teuthology.orchestra.run.smithi022:> sudo mkdir -p /etc/ceph 2024-02-16T20:28:47.834 DEBUG:teuthology.orchestra.run.smithi117:> sudo mkdir -p /etc/ceph 2024-02-16T20:28:47.862 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 777 /etc/ceph 2024-02-16T20:28:47.904 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 777 /etc/ceph 2024-02-16T20:28:47.930 INFO:tasks.cephadm:Writing seed config... 2024-02-16T20:28:47.931 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-16T20:28:47.931 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-16T20:28:47.931 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-16T20:28:47.931 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-16T20:28:47.932 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-16T20:28:47.932 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-16T20:28:47.932 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-16T20:28:47.932 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-16T20:28:47.932 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:28:47.932 DEBUG:teuthology.orchestra.run.smithi022:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-16T20:28:47.964 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 = fcadf1c4-cd09-11ee-95ba-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-16T20:28:47.964 DEBUG:teuthology.orchestra.run.smithi022:mon.smithi022> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service 2024-02-16T20:28:48.007 INFO:tasks.cephadm:Bootstrapping... 2024-02-16T20:28:48.007 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid fcadf1c4-cd09-11ee-95ba-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.22 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:28:48.036 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:-- Logs begin at Fri 2024-02-16 20:04:41 UTC. -- 2024-02-16T20:28:48.301 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-16T20:28:49.490 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 4.9.3-dev 2024-02-16T20:28:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying podman|docker is present... 2024-02-16T20:28:49.501 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-16T20:28:49.525 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 4.9.3-dev 2024-02-16T20:28:49.541 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying lvm2 is present... 2024-02-16T20:28:49.542 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying time synchronization is in place... 2024-02-16T20:28:49.542 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled chrony.service 2024-02-16T20:28:49.549 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-16T20:28:49.549 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active chrony.service 2024-02-16T20:28:49.555 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2024-02-16T20:28:49.556 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-16T20:28:49.562 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: enabled 2024-02-16T20:28:49.562 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active chronyd.service 2024-02-16T20:28:49.568 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: active 2024-02-16T20:28:49.569 INFO:teuthology.orchestra.run.smithi022.stderr:Unit chronyd.service is enabled and running 2024-02-16T20:28:49.569 INFO:teuthology.orchestra.run.smithi022.stderr:Repeating the final host check... 2024-02-16T20:28:49.569 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-16T20:28:49.590 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 4.9.3-dev 2024-02-16T20:28:49.597 INFO:teuthology.orchestra.run.smithi022.stderr:podman|docker (/bin/podman) is present 2024-02-16T20:28:49.638 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl is present 2024-02-16T20:28:49.638 INFO:teuthology.orchestra.run.smithi022.stderr:lvcreate is present 2024-02-16T20:28:49.638 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled chrony.service 2024-02-16T20:28:49.641 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-16T20:28:49.641 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active chrony.service 2024-02-16T20:28:49.641 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2024-02-16T20:28:49.641 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: enabled 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active chronyd.service 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: active 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Unit chronyd.service is enabled and running 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Host looks OK 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Cluster fsid: fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Acquiring lock 140371159179392 on /run/cephadm/fcadf1c4-cd09-11ee-95ba-87774f69a715.lock 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Lock 140371159179392 acquired on /run/cephadm/fcadf1c4-cd09-11ee-95ba-87774f69a715.lock 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying IP 172.21.15.22 port 3300 ... 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying IP 172.21.15.22 port 6789 ... 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Base mon IP is 172.21.15.22, final addrv is [v2:172.21.15.22:3300,v1:172.21.15.22:6789] 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /sbin/ip route ls 2024-02-16T20:28:49.642 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.22 metric 100 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.22 metric 100 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /sbin/ip -6 route ls 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1664sec hoplimit 64 pref medium 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /sbin/ip -6 addr ls 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:5de4/64 scope link 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:Mon IP `172.21.15.22` is in CIDR network `172.21.0.0/20` 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-16T20:28:49.643 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-16T20:28:49.729 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-16T20:28:56.468 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Getting image source signatures 2024-02-16T20:28:56.483 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-16T20:28:56.483 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-16T20:29:10.563 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-16T20:29:10.663 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Writing manifest to image destination 2024-02-16T20:29:10.973 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-16T20:29:10.986 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-16T20:29:11.642 INFO:teuthology.orchestra.run.smithi022.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-16T20:29:12.239 INFO:teuthology.orchestra.run.smithi022.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-16T20:29:12.239 INFO:teuthology.orchestra.run.smithi022.stderr:Extracting ceph user uid/gid from container image... 2024-02-16T20:29:12.239 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-16T20:29:12.867 INFO:teuthology.orchestra.run.smithi022.stderr:stat: 167 167 2024-02-16T20:29:13.439 INFO:teuthology.orchestra.run.smithi022.stderr:Creating initial keys... 2024-02-16T20:29:13.439 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-16T20:29:13.948 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-authtool: AQCZxc9lI63mMxAAMtqeLmIaeqwhbxixSE+Kug== 2024-02-16T20:29:14.459 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-16T20:29:15.028 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-authtool: AQCaxc9lqsW9NhAA/T9G6Az/mrT6G6wq2//KnQ== 2024-02-16T20:29:15.615 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-16T20:29:16.092 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-authtool: AQCcxc9lrCzjARAANGAiNFaIR5f6Ffv2SbdI5A== 2024-02-16T20:29:16.685 INFO:teuthology.orchestra.run.smithi022.stderr:Creating initial monmap... 2024-02-16T20:29:16.685 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpr780nsv0:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 --addv smithi022 [v2:172.21.15.22:3300,v1:172.21.15.22:6789] /tmp/monmap 2024-02-16T20:29:17.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-16T20:29:17.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:17.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-16T20:29:17.846 INFO:teuthology.orchestra.run.smithi022.stderr:monmaptool for smithi022 [v2:172.21.15.22:3300,v1:172.21.15.22:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-16T20:29:17.846 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: set fsid to fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:17.846 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-16T20:29:17.846 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:29:17.847 INFO:teuthology.orchestra.run.smithi022.stderr:Creating mon... 2024-02-16T20:29:17.847 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022:/var/lib/ceph/mon/ceph-smithi022:z -v /tmp/ceph-tmp8xkz_7cy:/tmp/keyring:z -v /tmp/ceph-tmpr780nsv0:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi022 --fsid fcadf1c4-cd09-11ee-95ba-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-16T20:29:18.454 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.369+0000 7f0b085ab700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-16T20:29:18.454 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.369+0000 7f0b085ab700 1 imported monmap: 2024-02-16T20:29:18.454 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-16T20:29:18.454 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:18.454 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: last_changed 2024-02-16T20:29:17.286199+0000 2024-02-16T20:29:18.454 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: created 2024-02-16T20:29:17.286199+0000 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon.smithi022 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.369+0000 7f0b085ab700 0 /usr/bin/ceph-mon: set fsid to fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: RocksDB version: 6.8.1 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Compile date Jul 8 2021 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: DB SUMMARY 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi022/store.db dir, Total Num: 0, files: 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi022/store.db: 2024-02-16T20:29:18.455 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.error_if_exists: 0 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.create_if_missing: 1 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.paranoid_checks: 1 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.env: 0x55a078d261c0 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.fs: Posix File System 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.info_log: 0x55a079c5ac20 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.statistics: (nil) 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.use_fsync: 0 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_log_file_size: 0 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-16T20:29:18.456 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.allow_fallocate: 1 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.use_direct_reads: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.db_log_dir: 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi022/store.db 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_subcompactions: 1 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_background_flushes: -1 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-16T20:29:18.457 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.write_buffer_manager: 0x55a079c63530 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.unordered_write: 0 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-16T20:29:18.458 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.row_cache: None 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.wal_filter: None 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.preserve_deletes: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.two_write_queues: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.atomic_flush: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-16T20:29:18.459 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.log_readahead_size: 0 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_background_jobs: 2 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_background_compactions: -1 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.max_open_files: -1 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-16T20:29:18.460 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Compression algorithms supported: 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kZSTD supported: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kXpressCompression supported: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kLZ4Compression supported: 1 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kBZip2Compression supported: 0 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kZlibCompression supported: 1 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: kSnappyCompression supported: 1 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.370+0000 7f0b085ab700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000001 2024-02-16T20:29:18.461 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.merge_operator: 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_filter: None 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a079b74160) 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-16T20:29:18.462 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache: 0x55a079baad10 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-16T20:29:18.463 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-16T20:29:18.464 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression: NoCompression 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.num_levels: 7 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-16T20:29:18.465 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-16T20:29:18.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-16T20:29:18.467 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.table_properties_collectors: 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.inplace_update_support: 0 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-16T20:29:18.468 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.bloom_locality: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.max_successive_merges: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.ttl: 2592000 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.371+0000 7f0b085ab700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.372+0000 7f0b085ab700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi022/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-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.372+0000 7f0b085ab700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.469 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.373+0000 7f0b085ab700 4 rocksdb: DB pointer 0x55a079c6f800 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.373+0000 7f0af1434700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.373+0000 7f0af1434700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:18.470 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:29:18.471 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:29:18.472 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 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-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.374+0000 7f0b085ab700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.375+0000 7f0b085ab700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-16T20:29:18.473 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2024-02-16T20:29:18.375+0000 7f0b085ab700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi022 for mon.smithi022 2024-02-16T20:29:18.895 INFO:teuthology.orchestra.run.smithi022.stderr:create mon.smithi022 on 2024-02-16T20:29:18.896 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:18.902 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl disable ceph.target 2024-02-16T20:29:19.002 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl enable ceph.target 2024-02-16T20:29:19.010 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-16T20:29:19.093 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl start ceph.target 2024-02-16T20:29:19.100 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl enable ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target 2024-02-16T20:29:19.107 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target. 2024-02-16T20:29:19.107 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target. 2024-02-16T20:29:19.191 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl start ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target 2024-02-16T20:29:19.198 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl daemon-reload 2024-02-16T20:29:19.284 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022 2024-02-16T20:29:19.311 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl reset-failed ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022 2024-02-16T20:29:19.316 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to reset failed state of unit ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service: Unit ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service not loaded. 2024-02-16T20:29:19.317 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl enable ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022 2024-02-16T20:29:19.323 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target.wants/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service → /etc/systemd/system/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@.service. 2024-02-16T20:29:19.410 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl start ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022 2024-02-16T20:29:19.452 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:19 smithi022 systemd[1]: Starting Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:29:20.064 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-16T20:29:20.072 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2024-02-16T20:29:20.073 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active firewalld.service 2024-02-16T20:29:20.080 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2024-02-16T20:29:20.080 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2024-02-16T20:29:20.080 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to enable service . firewalld.service is not available 2024-02-16T20:29:20.081 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mon to start... 2024-02-16T20:29:20.081 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mon... 2024-02-16T20:29:20.081 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022:/var/lib/ceph/mon/ceph-smithi022:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-16T20:29:20.285 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.025669+0000 mon.smithi022 (mon.0) 0 : [INF] mkfs fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:20.285 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.022153+0000 mon.smithi022 (mon.0) 1 : cluster [INF] mon.smithi022 is new leader, mons smithi022 in quorum (ranks 0) 2024-02-16T20:29:20.285 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:20 smithi022 bash[34167]: 2876349e1daaf78d954c8753ea080544920012f98621c8093802f8d57782d87b 2024-02-16T20:29:20.285 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:20 smithi022 systemd[1]: Started Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: cluster: 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: id: fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: services: 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi022 (age 0.99514s) 2024-02-16T20:29:21.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: data: 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: pgs: 2024-02-16T20:29:21.023 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:21.324 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.025219+0000 mon.smithi022 (mon.0) 2 : cluster [INF] mon.smithi022 is new leader, mons smithi022 in quorum (ranks 0) 2024-02-16T20:29:21.324 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.025343+0000 mon.smithi022 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0]} 2024-02-16T20:29:21.325 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.026746+0000 mon.smithi022 (mon.0) 4 : cluster [DBG] fsmap 2024-02-16T20:29:21.325 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.028444+0000 mon.smithi022 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-16T20:29:21.325 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: cluster 2024-02-16T20:29:20.028793+0000 mon.smithi022 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-16T20:29:21.325 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: audit 2024-02-16T20:29:21.020330+0000 mon.smithi022 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.22:0/853145416' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-16T20:29:21.578 INFO:teuthology.orchestra.run.smithi022.stderr:mon is available 2024-02-16T20:29:21.578 INFO:teuthology.orchestra.run.smithi022.stderr:Assimilating anything we can from ceph.conf... 2024-02-16T20:29:21.578 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022:/var/lib/ceph/mon/ceph-smithi022:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi022/config 2024-02-16T20:29:22.219 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:22.219 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [global] 2024-02-16T20:29:22.219 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: fsid = fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:22.219 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.22:3300,v1:172.21.15.22:6789] 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [mgr] 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [osd] 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-16T20:29:22.220 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-16T20:29:22.589 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: audit 2024-02-16T20:29:22.215128+0000 mon.smithi022 (mon.0) 8 : audit [INF] from='client.? 172.21.15.22:0/3723139356' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-16T20:29:22.590 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: audit 2024-02-16T20:29:22.217840+0000 mon.smithi022 (mon.0) 9 : audit [INF] from='client.? 172.21.15.22:0/3723139356' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-16T20:29:22.976 INFO:teuthology.orchestra.run.smithi022.stderr:Generating new minimal ceph.conf... 2024-02-16T20:29:22.976 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z -v /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022:/var/lib/ceph/mon/ceph-smithi022:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi022/config 2024-02-16T20:29:23.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: audit 2024-02-16T20:29:23.595943+0000 mon.smithi022 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.22:0/1107066865' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:29:24.290 INFO:teuthology.orchestra.run.smithi022.stderr:Restarting the monitor... 2024-02-16T20:29:24.290 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl restart ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022 2024-02-16T20:29:24.398 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:24 smithi022 systemd[1]: Stopping Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:29:24.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: debug 2024-02-16T20:29:24.396+0000 7f78febfe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi022 -f --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 (PID: 1) UID: 0 2024-02-16T20:29:24.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34183]: debug 2024-02-16T20:29:24.396+0000 7f78febfe700 -1 mon.smithi022@0(leader) e1 *** Got Signal Terminated *** 2024-02-16T20:29:25.075 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:24 smithi022 podman[34509]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022 2024-02-16T20:29:25.450 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service: Succeeded. 2024-02-16T20:29:25.524 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 systemd[1]: Stopped Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:29:25.524 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 systemd[1]: Starting Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:29:25.579 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.568+0000 7fca93faf700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-16T20:29:25.579 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.568+0000 7fca93faf700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.568+0000 7fca93faf700 0 pidfile_write: ignore empty --pid-file 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.573+0000 7fca93faf700 0 load: jerasure load: lrc load: isa 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: RocksDB version: 6.8.1 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Compile date Jul 8 2021 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: DB SUMMARY 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: CURRENT file: CURRENT 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi022/store.db dir, Total Num: 1, files: 000004.sst 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi022/store.db: 000006.log size: 86187 ; 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.error_if_exists: 0 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.create_if_missing: 0 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.paranoid_checks: 1 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.env: 0x55db3520c1c0 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.fs: Posix File System 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.info_log: 0x55db36f73a40 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-16T20:29:25.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.statistics: (nil) 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.use_fsync: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_log_file_size: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.allow_fallocate: 1 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.use_direct_reads: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.db_log_dir: 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi022/store.db 2024-02-16T20:29:25.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_subcompactions: 1 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_background_flushes: -1 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.write_buffer_manager: 0x55db37bea030 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-16T20:29:25.583 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.unordered_write: 0 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.row_cache: None 2024-02-16T20:29:25.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.wal_filter: None 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.preserve_deletes: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.two_write_queues: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.atomic_flush: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.log_readahead_size: 0 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_background_jobs: 2 2024-02-16T20:29:25.585 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_background_compactions: -1 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_open_files: -1 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-16T20:29:25.586 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Compression algorithms supported: 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kZSTD supported: 0 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kXpressCompression supported: 0 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kLZ4Compression supported: 1 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kBZip2Compression supported: 0 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kZlibCompression supported: 1 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: kSnappyCompression supported: 1 2024-02-16T20:29:25.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-16T20:29:25.631 INFO:teuthology.orchestra.run.smithi022.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-16T20:29:25.631 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-16T20:29:25.859 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000005 2024-02-16T20:29:25.859 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.859 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.merge_operator: 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_filter: None 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55db36e8c170) 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cache_index_and_filter_blocks: 1 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: pin_top_level_index_and_filter: 1 2024-02-16T20:29:25.860 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: index_type: 0 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: data_block_index_type: 0 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: index_shortening: 1 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: data_block_hash_table_util_ratio: 0.750000 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: hash_index_allow_collision: 1 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: checksum: 1 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: no_block_cache: 0 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_cache: 0x55db36ec2f10 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_cache_name: BinnedLRUCache 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_cache_options: 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: capacity : 536870912 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: num_shard_bits : 4 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: strict_capacity_limit : 0 2024-02-16T20:29:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: high_pri_pool_ratio: 0.000 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_cache_compressed: (nil) 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: persistent_cache: (nil) 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_size: 4096 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_size_deviation: 10 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_restart_interval: 16 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: index_block_restart_interval: 1 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: metadata_block_size: 4096 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: partition_filters: 0 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: use_delta_encoding: 1 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: whole_key_filtering: 1 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: verify_compression: 0 2024-02-16T20:29:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: read_amp_bytes_per_bit: 0 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: format_version: 2 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: enable_index_compression: 1 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: block_align: 0 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression: NoCompression 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.num_levels: 7 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-16T20:29:25.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-16T20:29:25.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-16T20:29:25.865 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-16T20:29:25.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.table_properties_collectors: 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.inplace_update_support: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.bloom_locality: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.max_successive_merges: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-16T20:29:25.867 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.ttl: 2592000 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.574+0000 7fca93faf700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.575+0000 7fca93faf700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.575+0000 7fca93faf700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.575+0000 7fca93faf700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708115365576380, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.575+0000 7fca93faf700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.576+0000 7fca93faf700 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-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.576+0000 7fca93faf700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708115365577346, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82918, "table_properties": {"data_size": 81176, "index_size": 347, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 75718, "raw_average_value_size": 378, "num_data_blocks": 11, "num_entries": 200, "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": 1708115365, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.576+0000 7fca93faf700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.868 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.577+0000 7fca93faf700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708115365577824, "job": 1, "event": "recovery_finished"} 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.578+0000 7fca93faf700 4 rocksdb: DB pointer 0x55db36f87800 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.578+0000 7fca7adb7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.578+0000 7fca7adb7700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** DB Stats ** 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** Compaction Stats [default] ** 2024-02-16T20:29:25.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** Compaction Stats [default] ** 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:29:25.870 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Cumulative compaction: 0.00 GB write, 23.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Interval compaction: 0.00 GB write, 23.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** Compaction Stats [default] ** 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.871 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** Compaction Stats [default] ** 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.8 0.00 0.00 1 0.001 0 0 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: Cumulative compaction: 0.00 GB write, 22.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:29:25.872 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.579+0000 7fca93faf700 0 starting mon.smithi022 rank 0 at public addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] at bind addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi022 fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 1 mon.smithi022@-1(???) e1 preinit fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 0 mon.smithi022@-1(???).mds e1 new map 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 0 mon.smithi022@-1(???).mds e1 print_map 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: e1 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 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-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: legacy client fscid: -1 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.873 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: No filesystems configured 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 0 mon.smithi022@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 0 mon.smithi022@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 0 mon.smithi022@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 0 mon.smithi022@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:23.595943+0000 mon.smithi022 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.22:0/1107066865' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.580+0000 7fca93faf700 1 mon.smithi022@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expand map: {default=false} 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta from 'false' to 'false' 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expanded map: {default=false} 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expand map: {default=info} 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta from 'info' to 'info' 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expanded map: {default=info} 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expand map: {default=daemon} 2024-02-16T20:29:25.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expand map: {default=debug} 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:29:25.581+0000 7fca93faf700 20 expand_channel_meta expanded map: {default=debug} 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 bash[34581]: 4f10ce38d92f29af606bb23f7532e753d610d4c618f06934c2ff6a42469c0b50 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 systemd[1]: Started Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:25.597307+0000 mon.smithi022 (mon.0) 1 : cluster [INF] mon.smithi022 is new leader, mons smithi022 in quorum (ranks 0) 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:25.597369+0000 mon.smithi022 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0]} 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:25.597402+0000 mon.smithi022 (mon.0) 3 : cluster [DBG] fsmap 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:25.597428+0000 mon.smithi022 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-16T20:29:25.875 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:25.597821+0000 mon.smithi022 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-16T20:29:26.736 INFO:teuthology.orchestra.run.smithi022.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-16T20:29:26.736 INFO:teuthology.orchestra.run.smithi022.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:29:26.736 INFO:teuthology.orchestra.run.smithi022.stderr:Creating mgr... 2024-02-16T20:29:26.736 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying port 9283 ... 2024-02-16T20:29:26.739 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl daemon-reload 2024-02-16T20:29:26.839 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq 2024-02-16T20:29:26.865 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl reset-failed ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq 2024-02-16T20:29:26.871 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to reset failed state of unit ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq.service: Unit ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq.service not loaded. 2024-02-16T20:29:26.872 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl enable ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq 2024-02-16T20:29:26.878 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715.target.wants/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq.service → /etc/systemd/system/ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@.service. 2024-02-16T20:29:26.968 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl start ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mgr.smithi022.hdvvsq 2024-02-16T20:29:27.553 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:26.232009+0000 mon.smithi022 (mon.0) 6 : audit [INF] from='client.? 172.21.15.22:0/3680918330' entity='client.admin' 2024-02-16T20:29:27.557 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-16T20:29:27.565 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2024-02-16T20:29:27.566 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active firewalld.service 2024-02-16T20:29:27.573 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2024-02-16T20:29:27.574 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2024-02-16T20:29:27.574 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to enable service . firewalld.service is not available 2024-02-16T20:29:27.574 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-16T20:29:27.582 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2024-02-16T20:29:27.582 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active firewalld.service 2024-02-16T20:29:27.590 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2024-02-16T20:29:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2024-02-16T20:29:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-16T20:29:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr to start... 2024-02-16T20:29:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr... 2024-02-16T20:29:27.591 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-16T20:29:28.209 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:28.209 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:29:28.209 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "fcadf1c4-cd09-11ee-95ba-87774f69a715", 2024-02-16T20:29:28.209 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:28.210 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.211 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.212 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": false, 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2024-02-16T20:29:20.026033+0000", 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:28.213 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-16T20:29:28.214 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:29:28.559 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:28.203028+0000 mon.smithi022 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.22:0/1554786304' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-16T20:29:28.803 INFO:teuthology.orchestra.run.smithi022.stderr:mgr not available, waiting (1/15)... 2024-02-16T20:29:30.805 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-16T20:29:32.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:31.880156+0000 mon.smithi022 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.22:0/3475812701' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "fcadf1c4-cd09-11ee-95ba-87774f69a715", 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2024-02-16T20:29:32.363 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-16T20:29:32.364 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2024-02-16T20:29:32.365 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": false, 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2024-02-16T20:29:32.366 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2024-02-16T20:29:20.026033+0000", 2024-02-16T20:29:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2024-02-16T20:29:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-16T20:29:32.367 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:29:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:32.815446+0000 mon.smithi022 (mon.0) 9 : cluster [INF] Activating manager daemon smithi022.hdvvsq 2024-02-16T20:29:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:32.817840+0000 mon.smithi022 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi022.hdvvsq(active, starting, since 0.00250438s) 2024-02-16T20:29:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.818900+0000 mon.smithi022 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:29:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.819034+0000 mon.smithi022 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.819160+0000 mon.smithi022 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.819352+0000 mon.smithi022 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.819658+0000 mon.smithi022 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:32.821621+0000 mon.smithi022 (mon.0) 16 : cluster [INF] Manager daemon smithi022.hdvvsq is now available 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.829153+0000 mon.smithi022 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.834601+0000 mon.smithi022 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.835918+0000 mon.smithi022 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.840846+0000 mon.smithi022 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:32.842615+0000 mon.smithi022 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.22:0/1404471815' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:34.456 INFO:teuthology.orchestra.run.smithi022.stderr:mgr not available, waiting (2/15)... 2024-02-16T20:29:35.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:33.821441+0000 mon.smithi022 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi022.hdvvsq(active, since 1.0061s) 2024-02-16T20:29:36.459 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-16T20:29:36.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:35.821183+0000 mon.smithi022 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi022.hdvvsq(active, since 3s) 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "fcadf1c4-cd09-11ee-95ba-87774f69a715", 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2024-02-16T20:29:37.287 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-16T20:29:37.288 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:37.289 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": true, 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-16T20:29:37.290 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2024-02-16T20:29:20.026033+0000", 2024-02-16T20:29:37.291 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2024-02-16T20:29:37.291 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2024-02-16T20:29:37.291 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-16T20:29:37.291 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:29:37.862 INFO:teuthology.orchestra.run.smithi022.stderr:mgr is available 2024-02-16T20:29:37.862 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z -v /tmp/tmp51207eed:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-16T20:29:37.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:37.281602+0000 mon.smithi022 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.22:0/3651529356' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [global] 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: fsid = fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [mgr] 2024-02-16T20:29:38.701 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-16T20:29:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2024-02-16T20:29:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [osd] 2024-02-16T20:29:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-16T20:29:38.702 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-16T20:29:38.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:38.699142+0000 mon.smithi022 (mon.0) 25 : audit [INF] from='client.? 172.21.15.22:0/3850794351' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-16T20:29:39.261 INFO:teuthology.orchestra.run.smithi022.stderr:Enabling cephadm module... 2024-02-16T20:29:39.262 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-16T20:29:42.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:42.365143+0000 mon.smithi022 (mon.0) 26 : audit [INF] from='client.? 172.21.15.22:0/2106085727' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-16T20:29:43.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:42.417977+0000 mon.smithi022 (mon.0) 27 : audit [INF] from='client.? 172.21.15.22:0/2106085727' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-16T20:29:43.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:42.418029+0000 mon.smithi022 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi022.hdvvsq(active, since 9s) 2024-02-16T20:29:47.179 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-16T20:29:49.027 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:47.729315+0000 mon.smithi022 (mon.0) 29 : cluster [INF] Active manager daemon smithi022.hdvvsq restarted 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:47.729801+0000 mon.smithi022 (mon.0) 30 : cluster [INF] Activating manager daemon smithi022.hdvvsq 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:47.731445+0000 mon.smithi022 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:47.782009+0000 mon.smithi022 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi022.hdvvsq(active, starting, since 0.0523165s) 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.782981+0000 mon.smithi022 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.783586+0000 mon.smithi022 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.784378+0000 mon.smithi022 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.784540+0000 mon.smithi022 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.784682+0000 mon.smithi022 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:47.798039+0000 mon.smithi022 (mon.0) 38 : cluster [INF] Manager daemon smithi022.hdvvsq is now available 2024-02-16T20:29:49.028 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.812635+0000 mon.smithi022 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.815349+0000 mon.smithi022 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.817757+0000 mon.smithi022 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.910692+0000 mon.smithi022 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.911425+0000 mon.smithi022 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.913144+0000 mon.smithi022 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.914905+0000 mon.smithi022 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.925873+0000 mon.smithi022 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:29:49.029 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:47.927143+0000 mon.smithi022 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:29:49.689 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:29:49.689 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 7, 2024-02-16T20:29:49.689 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": true, 2024-02-16T20:29:49.689 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "active_name": "smithi022.hdvvsq", 2024-02-16T20:29:49.689 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-16T20:29:49.689 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:29:49.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:48.784575+0000 mon.smithi022 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi022.hdvvsq(active, since 1.05488s) 2024-02-16T20:29:49.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:49.688538+0000 mon.smithi022 (mon.0) 49 : audit [DBG] from='client.? 172.21.15.22:0/652488478' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-16T20:29:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for the mgr to restart... 2024-02-16T20:29:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr epoch 7... 2024-02-16T20:29:50.217 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-16T20:29:50.811 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:29:50.811 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-16T20:29:50.812 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "initialized": true 2024-02-16T20:29:50.812 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:29:51.153 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:29:49.784675+0000 mon.smithi022 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi022.hdvvsq(active, since 2s) 2024-02-16T20:29:51.416 INFO:teuthology.orchestra.run.smithi022.stderr:mgr epoch 7 is available 2024-02-16T20:29:51.416 INFO:teuthology.orchestra.run.smithi022.stderr:Setting orchestrator backend to cephadm... 2024-02-16T20:29:51.416 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-16T20:29:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:50.805687+0000 mgr.smithi022.hdvvsq (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-16T20:29:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:50.811536+0000 mgr.smithi022.hdvvsq (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-16T20:29:52.712 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-16T20:29:53.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:52.194935+0000 mgr.smithi022.hdvvsq (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:29:53.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:52.198771+0000 mon.smithi022 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:53.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:52.202333+0000 mon.smithi022 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:29:53.526 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: value unchanged 2024-02-16T20:29:54.102 INFO:teuthology.orchestra.run.smithi022.stderr:Generating ssh key... 2024-02-16T20:29:54.102 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-16T20:29:54.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:53.526570+0000 mgr.smithi022.hdvvsq (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:29:55.774 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:29:55.128042+0000 mgr.smithi022.hdvvsq (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-16T20:29:56.317 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-16T20:29:56.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:55.738072+0000 mon.smithi022 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:56.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:55.739644+0000 mon.smithi022 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:29:57.054 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3qLY7AFLu1667P4kvBs5CmZT2lTPzOOrYsv+qrHVOKVJWLV2nvtQ+S338wkoytMqHKNQ4edNvztnWD7m8Kc7KiNry5qEtNNqsS54/dRdM3ZwWVu++xHZrk5uoHAayVoH5/42Q6a6kz+nVFV2NZPXN+RNzj79BJu9hjUTX/JPHsceT7FWQ0ZUZFGpqhZyMf4F2/hkjEmS0RpQXHY6kaz5EtcoQMoC7Pn14Gr7xQBHkHhoZ9hwaQ0WvkQNe7tg2NYcO74p5gurv4mkG4dS1OvfTb5CbYrul/t+A53HHIy6gDBfZ4Yc6RzFxpNvD4/D2haSMdlgpuuGVs+itM7ogArVLjeS2hRDDGyguResJo+AipnAjZ2CTGHoxWBQGudh5iWkiyhZe+YdGRsBMqV9xJ+iUQVbCMKpuOLP88Srse75vW3qwu9VGXnf6FencLpmkKfQQqwcFuG2YvhbWqEjVSIErPGZI/QNgr8D1HY5nzlSdg3255vYI2ZJIAFR89ywy87M= ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:29:57.682 INFO:teuthology.orchestra.run.smithi022.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-16T20:29:57.682 INFO:teuthology.orchestra.run.smithi022.stderr:Adding key to root@localhost authorized_keys... 2024-02-16T20:29:57.683 INFO:teuthology.orchestra.run.smithi022.stderr:Adding host smithi022... 2024-02-16T20:29:57.683 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi022 172.21.15.22 2024-02-16T20:29:58.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:57.054638+0000 mgr.smithi022.hdvvsq (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:29:58.973 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Added host 'smithi022' with addr '172.21.15.22' 2024-02-16T20:29:58.998 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:58.372115+0000 mgr.smithi022.hdvvsq (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi022", "addr": "172.21.15.22", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:29:59.554 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying mon service with default placement... 2024-02-16T20:29:59.554 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-16T20:30:00.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:58.971955+0000 mon.smithi022 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:00.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:29:58.972226+0000 mgr.smithi022.hdvvsq (mgr.14116) 9 : cephadm [INF] Added host smithi022 2024-02-16T20:30:00.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:29:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:29:58.972448+0000 mon.smithi022 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:30:00.272 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-16T20:30:00.828 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying mgr service with default placement... 2024-02-16T20:30:00.828 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-16T20:30:01.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:00.268880+0000 mgr.smithi022.hdvvsq (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:01.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:00.269647+0000 mgr.smithi022.hdvvsq (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-16T20:30:01.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:00.271885+0000 mon.smithi022 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:01.564 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-16T20:30:02.192 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying crash service with default placement... 2024-02-16T20:30:02.193 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-16T20:30:02.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-16T20:30:02.898 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:01.561905+0000 mgr.smithi022.hdvvsq (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:02.898 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:01.562435+0000 mgr.smithi022.hdvvsq (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-16T20:30:02.898 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:01.564477+0000 mon.smithi022 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:03.423 INFO:teuthology.orchestra.run.smithi022.stderr:Enabling mgr prometheus module... 2024-02-16T20:30:03.423 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-16T20:30:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:02.874643+0000 mgr.smithi022.hdvvsq (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:02.875286+0000 mgr.smithi022.hdvvsq (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-16T20:30:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:02.877367+0000 mon.smithi022 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.22:0/3414101250' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:04.215014+0000 mon.smithi022 (mon.0) 60 : audit [INF] from='client.? 172.21.15.22:0/1917091201' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-16T20:30:05.563 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying prometheus service with default placement... 2024-02-16T20:30:05.563 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-16T20:30:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:04.882618+0000 mon.smithi022 (mon.0) 61 : audit [INF] from='client.? 172.21.15.22:0/1917091201' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-16T20:30:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:04.882697+0000 mon.smithi022 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi022.hdvvsq(active, since 17s) 2024-02-16T20:30:11.316 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-16T20:30:11.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:10.256400+0000 mon.smithi022 (mon.0) 63 : cluster [INF] Active manager daemon smithi022.hdvvsq restarted 2024-02-16T20:30:11.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:10.256795+0000 mon.smithi022 (mon.0) 64 : cluster [INF] Activating manager daemon smithi022.hdvvsq 2024-02-16T20:30:11.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:10.258435+0000 mon.smithi022 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-16T20:30:11.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:10.309185+0000 mon.smithi022 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi022.hdvvsq(active, starting, since 0.0524735s) 2024-02-16T20:30:11.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.310306+0000 mon.smithi022 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:30:11.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.310901+0000 mon.smithi022 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.311550+0000 mon.smithi022 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.311742+0000 mon.smithi022 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.311889+0000 mon.smithi022 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:10.326185+0000 mon.smithi022 (mon.0) 72 : cluster [INF] Manager daemon smithi022.hdvvsq is now available 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.429357+0000 mon.smithi022 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.430534+0000 mon.smithi022 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.448655+0000 mon.smithi022 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:30:11.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:10.456889+0000 mon.smithi022 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:30:11.929 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying grafana service with default placement... 2024-02-16T20:30:11.929 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-16T20:30:12.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:11.311425+0000 mon.smithi022 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi022.hdvvsq(active, since 1.05471s) 2024-02-16T20:30:12.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:11.312807+0000 mgr.smithi022.hdvvsq (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-16T20:30:12.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:11.314875+0000 mon.smithi022 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:12.704 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-16T20:30:13.243 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying node-exporter service with default placement... 2024-02-16T20:30:13.243 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-16T20:30:13.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:12.316345+0000 mon.smithi022 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi022.hdvvsq(active, since 2s) 2024-02-16T20:30:13.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:12.701303+0000 mgr.smithi022.hdvvsq (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:13.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:12.701856+0000 mgr.smithi022.hdvvsq (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-16T20:30:13.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:12.703985+0000 mon.smithi022 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:13.985 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-16T20:30:14.599 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying alertmanager service with default placement... 2024-02-16T20:30:14.599 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-16T20:30:15.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:13.982610+0000 mgr.smithi022.hdvvsq (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:15.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:13.983269+0000 mgr.smithi022.hdvvsq (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-16T20:30:15.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:13.985499+0000 mon.smithi022 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:15.328 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-16T20:30:15.956 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-16T20:30:16.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:15.325066+0000 mgr.smithi022.hdvvsq (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:16.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:15.325578+0000 mgr.smithi022.hdvvsq (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-16T20:30:16.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:15.327732+0000 mon.smithi022 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:17.263 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-16T20:30:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:16.679149+0000 mon.smithi022 (mon.0) 83 : audit [INF] from='client.? 172.21.15.22:0/1305047935' entity='client.admin' 2024-02-16T20:30:18.774 INFO:teuthology.orchestra.run.smithi022.stderr:Enabling the dashboard module... 2024-02-16T20:30:18.774 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-16T20:30:19.351 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:18.075357+0000 mon.smithi022 (mon.0) 84 : audit [INF] from='client.? 172.21.15.22:0/3025384937' entity='client.admin' 2024-02-16T20:30:20.909 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:19.628365+0000 mon.smithi022 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:20.910 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:19.875385+0000 mon.smithi022 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.22:0/1738067430' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:20.910 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:20.159085+0000 mon.smithi022 (mon.0) 87 : audit [INF] from='client.? 172.21.15.22:0/2617012017' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-16T20:30:21.545 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-16T20:30:22.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:20.877494+0000 mon.smithi022 (mon.0) 88 : audit [INF] from='client.? 172.21.15.22:0/2617012017' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-16T20:30:22.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:20.877575+0000 mon.smithi022 (mon.0) 89 : cluster [DBG] mgrmap e13: smithi022.hdvvsq(active, since 10s) 2024-02-16T20:30:22.401 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:30:22.402 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-16T20:30:22.402 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": true, 2024-02-16T20:30:22.402 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "active_name": "smithi022.hdvvsq", 2024-02-16T20:30:22.402 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-16T20:30:22.402 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:30:22.927 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for the mgr to restart... 2024-02-16T20:30:22.927 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr epoch 13... 2024-02-16T20:30:22.927 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-16T20:30:22.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:22.401194+0000 mon.smithi022 (mon.0) 90 : audit [DBG] from='client.? 172.21.15.22:0/1812677387' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:26.232622+0000 mon.smithi022 (mon.0) 91 : cluster [INF] Active manager daemon smithi022.hdvvsq restarted 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:26.233074+0000 mon.smithi022 (mon.0) 92 : cluster [INF] Activating manager daemon smithi022.hdvvsq 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:26.234681+0000 mon.smithi022 (mon.0) 93 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:26.595860+0000 mon.smithi022 (mon.0) 94 : cluster [DBG] mgrmap e14: smithi022.hdvvsq(active, starting, since 0.362873s) 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.596940+0000 mon.smithi022 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.597771+0000 mon.smithi022 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:30:27.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.598743+0000 mon.smithi022 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.598902+0000 mon.smithi022 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.599037+0000 mon.smithi022 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:26.612949+0000 mon.smithi022 (mon.0) 100 : cluster [INF] Manager daemon smithi022.hdvvsq is now available 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.720216+0000 mon.smithi022 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.721330+0000 mon.smithi022 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.748399+0000 mon.smithi022 (mon.0) 103 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:30:27.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:26.751107+0000 mon.smithi022 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:30:27.603 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2024-02-16T20:30:27.604 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-16T20:30:27.604 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "initialized": true 2024-02-16T20:30:27.604 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2024-02-16T20:30:28.511 INFO:teuthology.orchestra.run.smithi022.stderr:mgr epoch 13 is available 2024-02-16T20:30:28.511 INFO:teuthology.orchestra.run.smithi022.stderr:Generating a dashboard self-signed certificate... 2024-02-16T20:30:28.511 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-16T20:30:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:27.597549+0000 mgr.smithi022.hdvvsq (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-16T20:30:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:27.597833+0000 mon.smithi022 (mon.0) 105 : cluster [DBG] mgrmap e15: smithi022.hdvvsq(active, since 1.36485s) 2024-02-16T20:30:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:27.603642+0000 mgr.smithi022.hdvvsq (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-16T20:30:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:28.145603+0000 mon.smithi022 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:29.466 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-16T20:30:30.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:29.148221+0000 mon.smithi022 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi022.hdvvsq(active, since 2s) 2024-02-16T20:30:30.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:29.417783+0000 mgr.smithi022.hdvvsq (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:30.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:29.465034+0000 mon.smithi022 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:30.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:29.466725+0000 mon.smithi022 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:30.598 INFO:teuthology.orchestra.run.smithi022.stderr:Creating initial admin user... 2024-02-16T20:30:30.599 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi1mvmfh4:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-02-16T20:30:31.601 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$acIBhfEchVrg5nM0985H.eEgWM/3ZipZraE.2LV8QWyp6lrHX8YRq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708115431, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-16T20:30:32.280 INFO:teuthology.orchestra.run.smithi022.stderr:Fetching dashboard port number... 2024-02-16T20:30:32.281 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp5m7rcduo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp0dvn7o_y:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-16T20:30:32.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:31.356622+0000 mgr.smithi022.hdvvsq (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:32.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:31.601197+0000 mon.smithi022 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:33.026 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 8443 2024-02-16T20:30:33.696 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-16T20:30:33.699 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:32.603003+0000 mon.smithi022 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi022.hdvvsq(active, since 6s) 2024-02-16T20:30:33.700 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:33.026832+0000 mon.smithi022 (mon.0) 112 : audit [DBG] from='client.? 172.21.15.22:0/4012650120' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-16T20:30:33.707 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2024-02-16T20:30:33.708 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: systemctl is-active firewalld.service 2024-02-16T20:30:33.716 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2024-02-16T20:30:33.717 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2024-02-16T20:30:33.717 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-16T20:30:33.720 INFO:teuthology.orchestra.run.smithi022.stderr:Ceph Dashboard is now available at: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: URL: https://smithi022.front.sepia.ceph.com:8443/ 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: User: admin 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: Password: 3brahhqfg5 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr:You can access the Ceph CLI with: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.721 INFO:teuthology.orchestra.run.smithi022.stderr: ceph telemetry on 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr:For more information see: 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr:Bootstrap complete. 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr:Releasing lock 140371159179392 on /run/cephadm/fcadf1c4-cd09-11ee-95ba-87774f69a715.lock 2024-02-16T20:30:33.722 INFO:teuthology.orchestra.run.smithi022.stderr:Lock 140371159179392 released on /run/cephadm/fcadf1c4-cd09-11ee-95ba-87774f69a715.lock 2024-02-16T20:30:33.767 INFO:tasks.cephadm:Fetching config... 2024-02-16T20:30:33.768 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:30:33.768 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-16T20:30:33.788 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-16T20:30:33.788 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:30:33.788 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-16T20:30:33.847 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-16T20:30:33.847 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:30:33.847 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/keyring of=/dev/stdout 2024-02-16T20:30:33.918 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-16T20:30:33.918 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:30:33.918 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-16T20:30:33.978 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-16T20:30:33.978 DEBUG:teuthology.orchestra.run.smithi022:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3qLY7AFLu1667P4kvBs5CmZT2lTPzOOrYsv+qrHVOKVJWLV2nvtQ+S338wkoytMqHKNQ4edNvztnWD7m8Kc7KiNry5qEtNNqsS54/dRdM3ZwWVu++xHZrk5uoHAayVoH5/42Q6a6kz+nVFV2NZPXN+RNzj79BJu9hjUTX/JPHsceT7FWQ0ZUZFGpqhZyMf4F2/hkjEmS0RpQXHY6kaz5EtcoQMoC7Pn14Gr7xQBHkHhoZ9hwaQ0WvkQNe7tg2NYcO74p5gurv4mkG4dS1OvfTb5CbYrul/t+A53HHIy6gDBfZ4Yc6RzFxpNvD4/D2haSMdlgpuuGVs+itM7ogArVLjeS2hRDDGyguResJo+AipnAjZ2CTGHoxWBQGudh5iWkiyhZe+YdGRsBMqV9xJ+iUQVbCMKpuOLP88Srse75vW3qwu9VGXnf6FencLpmkKfQQqwcFuG2YvhbWqEjVSIErPGZI/QNgr8D1HY5nzlSdg3255vYI2ZJIAFR89ywy87M= ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-16T20:30:34.058 INFO:teuthology.orchestra.run.smithi022.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3qLY7AFLu1667P4kvBs5CmZT2lTPzOOrYsv+qrHVOKVJWLV2nvtQ+S338wkoytMqHKNQ4edNvztnWD7m8Kc7KiNry5qEtNNqsS54/dRdM3ZwWVu++xHZrk5uoHAayVoH5/42Q6a6kz+nVFV2NZPXN+RNzj79BJu9hjUTX/JPHsceT7FWQ0ZUZFGpqhZyMf4F2/hkjEmS0RpQXHY6kaz5EtcoQMoC7Pn14Gr7xQBHkHhoZ9hwaQ0WvkQNe7tg2NYcO74p5gurv4mkG4dS1OvfTb5CbYrul/t+A53HHIy6gDBfZ4Yc6RzFxpNvD4/D2haSMdlgpuuGVs+itM7ogArVLjeS2hRDDGyguResJo+AipnAjZ2CTGHoxWBQGudh5iWkiyhZe+YdGRsBMqV9xJ+iUQVbCMKpuOLP88Srse75vW3qwu9VGXnf6FencLpmkKfQQqwcFuG2YvhbWqEjVSIErPGZI/QNgr8D1HY5nzlSdg3255vYI2ZJIAFR89ywy87M= ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:30:34.070 DEBUG:teuthology.orchestra.run.smithi117:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3qLY7AFLu1667P4kvBs5CmZT2lTPzOOrYsv+qrHVOKVJWLV2nvtQ+S338wkoytMqHKNQ4edNvztnWD7m8Kc7KiNry5qEtNNqsS54/dRdM3ZwWVu++xHZrk5uoHAayVoH5/42Q6a6kz+nVFV2NZPXN+RNzj79BJu9hjUTX/JPHsceT7FWQ0ZUZFGpqhZyMf4F2/hkjEmS0RpQXHY6kaz5EtcoQMoC7Pn14Gr7xQBHkHhoZ9hwaQ0WvkQNe7tg2NYcO74p5gurv4mkG4dS1OvfTb5CbYrul/t+A53HHIy6gDBfZ4Yc6RzFxpNvD4/D2haSMdlgpuuGVs+itM7ogArVLjeS2hRDDGyguResJo+AipnAjZ2CTGHoxWBQGudh5iWkiyhZe+YdGRsBMqV9xJ+iUQVbCMKpuOLP88Srse75vW3qwu9VGXnf6FencLpmkKfQQqwcFuG2YvhbWqEjVSIErPGZI/QNgr8D1HY5nzlSdg3255vYI2ZJIAFR89ywy87M= ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-16T20:30:34.116 INFO:teuthology.orchestra.run.smithi117.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3qLY7AFLu1667P4kvBs5CmZT2lTPzOOrYsv+qrHVOKVJWLV2nvtQ+S338wkoytMqHKNQ4edNvztnWD7m8Kc7KiNry5qEtNNqsS54/dRdM3ZwWVu++xHZrk5uoHAayVoH5/42Q6a6kz+nVFV2NZPXN+RNzj79BJu9hjUTX/JPHsceT7FWQ0ZUZFGpqhZyMf4F2/hkjEmS0RpQXHY6kaz5EtcoQMoC7Pn14Gr7xQBHkHhoZ9hwaQ0WvkQNe7tg2NYcO74p5gurv4mkG4dS1OvfTb5CbYrul/t+A53HHIy6gDBfZ4Yc6RzFxpNvD4/D2haSMdlgpuuGVs+itM7ogArVLjeS2hRDDGyguResJo+AipnAjZ2CTGHoxWBQGudh5iWkiyhZe+YdGRsBMqV9xJ+iUQVbCMKpuOLP88Srse75vW3qwu9VGXnf6FencLpmkKfQQqwcFuG2YvhbWqEjVSIErPGZI/QNgr8D1HY5nzlSdg3255vYI2ZJIAFR89ywy87M= ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:30:34.128 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-16T20:30:37.360 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:36.140297+0000 mon.smithi022 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:37.360 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:36.432811+0000 mon.smithi022 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi022", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:30:37.360 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:36.435994+0000 mon.smithi022 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:37.360 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:36.442949+0000 mgr.smithi022.hdvvsq (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi022 on smithi022 2024-02-16T20:30:37.361 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:36.775957+0000 mon.smithi022 (mon.0) 116 : audit [INF] from='client.? 172.21.15.22:0/200241609' entity='client.admin' 2024-02-16T20:30:37.379 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-16T20:30:37.380 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-16T20:30:39.954 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi117 2024-02-16T20:30:39.954 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-16T20:30:39.954 DEBUG:teuthology.orchestra.run.smithi117:> dd of=/etc/ceph/ceph.conf 2024-02-16T20:30:39.976 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-16T20:30:39.977 DEBUG:teuthology.orchestra.run.smithi117:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:30:40.037 INFO:tasks.cephadm:Adding host smithi117 to orchestrator... 2024-02-16T20:30:40.037 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch host add smithi117 2024-02-16T20:30:40.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:39.376984+0000 mgr.smithi022.hdvvsq (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:30:40.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:39.379286+0000 mon.smithi022 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:47.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:46.599922+0000 mgr.smithi022.hdvvsq (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:30:49.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:48.600389+0000 mgr.smithi022.hdvvsq (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:30:50.946 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:49.666888+0000 mon.smithi022 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:50.947 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:49.668331+0000 mon.smithi022 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:30:50.947 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:49.669863+0000 mon.smithi022 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-16T20:30:50.947 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:49.670407+0000 mon.smithi022 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:30:50.947 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:49.670921+0000 mgr.smithi022.hdvvsq (mgr.14164) 9 : cephadm [INF] Deploying daemon crash.smithi022 on smithi022 2024-02-16T20:30:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:50.600720+0000 mgr.smithi022.hdvvsq (mgr.14164) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.737330+0000 mon.smithi022 (mon.0) 122 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.820366+0000 mon.smithi022 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.912721+0000 mon.smithi022 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.914397+0000 mon.smithi022 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.914733+0000 mon.smithi022 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.915057+0000 mgr.smithi022.hdvvsq (mgr.14164) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:51.917132+0000 mon.smithi022 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:30:51.920016+0000 mgr.smithi022.hdvvsq (mgr.14164) 12 : cephadm [INF] Deploying daemon grafana.smithi022 on smithi022 2024-02-16T20:30:54.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:52.600924+0000 mgr.smithi022.hdvvsq (mgr.14164) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:30:56.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:54.601297+0000 mgr.smithi022.hdvvsq (mgr.14164) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:30:58.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:56.601545+0000 mgr.smithi022.hdvvsq (mgr.14164) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:30:58.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:30:56.740039+0000 mon.smithi022 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:30:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:30:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:30:58.601946+0000 mgr.smithi022.hdvvsq (mgr.14164) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:00.602172+0000 mgr.smithi022.hdvvsq (mgr.14164) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:02.602365+0000 mgr.smithi022.hdvvsq (mgr.14164) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:04.834 INFO:teuthology.orchestra.run.smithi117.stdout:Added host 'smithi117' with addr '172.21.15.117' 2024-02-16T20:31:05.501 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch host ls --format=json 2024-02-16T20:31:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:04.259258+0000 mgr.smithi022.hdvvsq (mgr.14164) 19 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi117", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:31:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:04.602623+0000 mgr.smithi022.hdvvsq (mgr.14164) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:04.833540+0000 mon.smithi022 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:04.833927+0000 mgr.smithi022.hdvvsq (mgr.14164) 21 : cephadm [INF] Added host smithi117 2024-02-16T20:31:07.548 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:07.548 INFO:teuthology.orchestra.run.smithi117.stdout:[{"addr": "172.21.15.22", "hostname": "smithi022", "labels": [], "status": ""}, {"addr": "172.21.15.117", "hostname": "smithi117", "labels": [], "status": ""}] 2024-02-16T20:31:08.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:06.602842+0000 mgr.smithi022.hdvvsq (mgr.14164) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:08.256 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-16T20:31:08.256 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd crush tunables default 2024-02-16T20:31:09.062 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:07.546962+0000 mgr.smithi022.hdvvsq (mgr.14164) 23 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:31:10.063 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:08.603095+0000 mgr.smithi022.hdvvsq (mgr.14164) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:11.617 INFO:teuthology.orchestra.run.smithi022.stderr:adjusted tunables profile to default 2024-02-16T20:31:11.698 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:10.603303+0000 mgr.smithi022.hdvvsq (mgr.14164) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:11.698 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:10.740121+0000 mon.smithi022 (mon.0) 130 : audit [INF] from='client.? 172.21.15.22:0/2556840119' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-16T20:31:11.698 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:11.186781+0000 mon.smithi022 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:12.292 INFO:tasks.cephadm:Adding mon.smithi022 on smithi022 2024-02-16T20:31:12.292 INFO:tasks.cephadm:Adding mon.smithi117 on smithi117 2024-02-16T20:31:12.292 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch apply mon '2;smithi022:172.21.15.22=smithi022;smithi117:172.21.15.117=smithi117' 2024-02-16T20:31:12.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:11.189463+0000 mgr.smithi022.hdvvsq (mgr.14164) 26 : cephadm [INF] Deploying daemon node-exporter.smithi022 on smithi022 2024-02-16T20:31:12.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:11.613326+0000 mon.smithi022 (mon.0) 132 : audit [INF] from='client.? 172.21.15.22:0/2556840119' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-16T20:31:12.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:11.613384+0000 mon.smithi022 (mon.0) 133 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-16T20:31:12.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:11.743374+0000 mon.smithi022 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:12.603623+0000 mgr.smithi022.hdvvsq (mgr.14164) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:14.312 INFO:teuthology.orchestra.run.smithi117.stdout:Scheduled mon update... 2024-02-16T20:31:15.021 DEBUG:teuthology.orchestra.run.smithi117:mon.smithi117> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi117.service 2024-02-16T20:31:15.024 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:15.024 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:15.054 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:-- Logs begin at Fri 2024-02-16 20:04:37 UTC. -- 2024-02-16T20:31:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:14.307326+0000 mgr.smithi022.hdvvsq (mgr.14164) 28 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi022:172.21.15.22=smithi022;smithi117:172.21.15.117=smithi117", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:31:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:14.308834+0000 mgr.smithi022.hdvvsq (mgr.14164) 29 : cephadm [INF] Saving service mon spec with placement smithi022:172.21.15.22=smithi022;smithi117:172.21.15.117=smithi117;count:2 2024-02-16T20:31:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:14.311711+0000 mon.smithi022 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:14.603966+0000 mgr.smithi022.hdvvsq (mgr.14164) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:17.149 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:17.150 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:17.151 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:16.604290+0000 mgr.smithi022.hdvvsq (mgr.14164) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:17.149384+0000 mon.smithi022 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.117:0/191735007' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:18.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:18.811 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:19.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:18.604672+0000 mgr.smithi022.hdvvsq (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:20.889 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:20.889 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:20.890 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:20.604867+0000 mgr.smithi022.hdvvsq (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:20.888679+0000 mon.smithi022 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.117:0/180591503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:21.208842+0000 mon.smithi022 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:22.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:22.564 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:21.214774+0000 mgr.smithi022.hdvvsq (mgr.14164) 34 : cephadm [INF] Deploying daemon prometheus.smithi022 on smithi022 2024-02-16T20:31:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:21.746170+0000 mon.smithi022 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:24.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:22.605146+0000 mgr.smithi022.hdvvsq (mgr.14164) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:24.709 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:24.709 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:24.711 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:25.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:24.708965+0000 mon.smithi022 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.117:0/2826519871' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:26.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:24.605520+0000 mgr.smithi022.hdvvsq (mgr.14164) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:26.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:26.256 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:26.749919+0000 mon.smithi022 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:31:28.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:26.605728+0000 mgr.smithi022.hdvvsq (mgr.14164) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:28.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:26.754341+0000 mon.smithi022 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:31:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:28.605982+0000 mgr.smithi022.hdvvsq (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:31.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:30.606212+0000 mgr.smithi022.hdvvsq (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:32.728 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:32.728 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:32.728 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:32.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:32.171750+0000 mon.smithi022 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.117:0/1198553909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:33.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:32.606546+0000 mgr.smithi022.hdvvsq (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:35.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:34.606798+0000 mgr.smithi022.hdvvsq (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:36.030908+0000 mon.smithi022 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:36.031937+0000 mon.smithi022 (mon.0) 145 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:31:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:36.032968+0000 mon.smithi022 (mon.0) 146 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:31:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:36.033612+0000 mon.smithi022 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:31:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:36.607126+0000 mgr.smithi022.hdvvsq (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:36.614821+0000 mon.smithi022 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:36.750194+0000 mon.smithi022 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:38.544 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:38.544 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:38.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:37.582463+0000 mon.smithi022 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:39.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:38.607570+0000 mgr.smithi022.hdvvsq (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:41.597 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:41.597 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:41.599 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:41.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:40.607808+0000 mgr.smithi022.hdvvsq (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:41.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:41.344344+0000 mon.smithi022 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:41.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:41.596579+0000 mon.smithi022 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.117:0/134096385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:42.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:41.588576+0000 mgr.smithi022.hdvvsq (mgr.14164) 45 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:31:42.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:41.608841+0000 mgr.smithi022.hdvvsq (mgr.14164) 46 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:31:42.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:41.636530+0000 mon.smithi022 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:43.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:43.425 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:42.608175+0000 mgr.smithi022.hdvvsq (mgr.14164) 47 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.124029+0000 mon.smithi022 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.393711+0000 mon.smithi022 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.394429+0000 mon.smithi022 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.397780+0000 mon.smithi022 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.399646+0000 mon.smithi022 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.401685+0000 mon.smithi022 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-16T20:31:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:43.402491+0000 mon.smithi022 (mon.0) 160 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:31:44.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:43.403327+0000 mgr.smithi022.hdvvsq (mgr.14164) 48 : cephadm [INF] Deploying daemon crash.smithi117 on smithi117 2024-02-16T20:31:45.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:44.608539+0000 mgr.smithi022.hdvvsq (mgr.14164) 49 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:46.283 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:46.283 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:46.285 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:46.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:46.282872+0000 mon.smithi022 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.117:0/2599333252' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:46.608865+0000 mgr.smithi022.hdvvsq (mgr.14164) 50 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:47.608609+0000 mon.smithi022 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:47.610950+0000 mon.smithi022 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:31:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:47.613019+0000 mon.smithi022 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-16T20:31:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:47.613889+0000 mon.smithi022 (mon.0) 165 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:31:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:47.614901+0000 mon.smithi022 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:31:48.061 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:48.061 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:48.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:47.615615+0000 mgr.smithi022.hdvvsq (mgr.14164) 51 : cephadm [INF] Deploying daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:31:49.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:48.609202+0000 mgr.smithi022.hdvvsq (mgr.14164) 52 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:50.966 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:31:50.966 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":1,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:29:17.286199Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-16T20:31:50.968 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 1 2024-02-16T20:31:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:50.609459+0000 mgr.smithi022.hdvvsq (mgr.14164) 53 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:50.965796+0000 mon.smithi022 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.117:0/2170827960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:31:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:51.516465+0000 mon.smithi022 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:51.518531+0000 mon.smithi022 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:31:51.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:51.519370+0000 mon.smithi022 (mon.0) 170 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:31:52.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-16T20:31:52.950 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-16T20:31:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:31:51.520209+0000 mgr.smithi022.hdvvsq (mgr.14164) 54 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-16T20:31:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:51.753445+0000 mon.smithi022 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:31:54.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:52.609739+0000 mgr.smithi022.hdvvsq (mgr.14164) 55 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:55.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:55 smithi117 systemd[1]: Starting Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:31:56.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:31:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:54.610017+0000 mgr.smithi022.hdvvsq (mgr.14164) 56 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.414+0000 7f84693ad700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.414+0000 7f84693ad700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.414+0000 7f84693ad700 0 pidfile_write: ignore empty --pid-file 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.418+0000 7f84693ad700 0 load: jerasure load: lrc load: isa 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: RocksDB version: 6.8.1 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-16T20:31:56.712 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Compile date Jul 8 2021 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: DB SUMMARY 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: CURRENT file: CURRENT 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi117/store.db dir, Total Num: 0, files: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi117/store.db: 000003.log size: 511 ; 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.error_if_exists: 0 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.create_if_missing: 0 2024-02-16T20:31:56.713 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.paranoid_checks: 1 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.env: 0x55ab4bd321c0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.fs: Posix File System 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.info_log: 0x55ab4d197a40 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.statistics: (nil) 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.use_fsync: 0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_log_file_size: 0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.allow_fallocate: 1 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-16T20:31:56.714 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.use_direct_reads: 0 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.db_log_dir: 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi117/store.db 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_subcompactions: 1 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_background_flushes: -1 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-16T20:31:56.715 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.write_buffer_manager: 0x55ab4de0e030 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.unordered_write: 0 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-16T20:31:56.716 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.row_cache: None 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.wal_filter: None 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.preserve_deletes: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.two_write_queues: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.atomic_flush: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-16T20:31:56.717 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.log_readahead_size: 0 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_background_jobs: 2 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_background_compactions: -1 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-16T20:31:56.718 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_open_files: -1 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Compression algorithms supported: 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kZSTD supported: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kXpressCompression supported: 0 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kLZ4Compression supported: 1 2024-02-16T20:31:56.719 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kBZip2Compression supported: 0 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kZlibCompression supported: 1 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: kSnappyCompression supported: 1 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000001 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.merge_operator: 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_filter: None 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-16T20:31:56.720 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ab4d0b0170) 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cache_index_and_filter_blocks: 1 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: pin_top_level_index_and_filter: 1 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: index_type: 0 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: data_block_index_type: 0 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: index_shortening: 1 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: data_block_hash_table_util_ratio: 0.750000 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: hash_index_allow_collision: 1 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: checksum: 1 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: no_block_cache: 0 2024-02-16T20:31:56.721 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_cache: 0x55ab4d0e6f10 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_cache_name: BinnedLRUCache 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_cache_options: 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: capacity : 536870912 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: num_shard_bits : 4 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: strict_capacity_limit : 0 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: high_pri_pool_ratio: 0.000 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_cache_compressed: (nil) 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: persistent_cache: (nil) 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_size: 4096 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_size_deviation: 10 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_restart_interval: 16 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: index_block_restart_interval: 1 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: metadata_block_size: 4096 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: partition_filters: 0 2024-02-16T20:31:56.722 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: use_delta_encoding: 1 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: whole_key_filtering: 1 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: verify_compression: 0 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: read_amp_bytes_per_bit: 0 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: format_version: 2 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: enable_index_compression: 1 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: block_align: 0 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression: NoCompression 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-16T20:31:56.723 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.num_levels: 7 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-16T20:31:56.724 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-16T20:31:56.725 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-16T20:31:56.726 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.table_properties_collectors: 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.inplace_update_support: 0 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-16T20:31:56.727 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.bloom_locality: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.max_successive_merges: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.ttl: 2592000 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.419+0000 7f84693ad700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi117/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-16T20:31:56.728 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-16T20:31:56.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708115516422547, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-16T20:31:56.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-16T20:31:56.729 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 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-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708115516423075, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "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": 1708115516, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.422+0000 7f84693ad700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.423+0000 7f84693ad700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708115516423457, "job": 1, "event": "recovery_finished"} 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.423+0000 7f84693ad700 4 rocksdb: DB pointer 0x55ab4d1ab800 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.423+0000 7f84501b5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.423+0000 7f84501b5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** DB Stats ** 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-16T20:31:56.730 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** Compaction Stats [default] ** 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** Compaction Stats [default] ** 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:31:56.731 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Cumulative compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Interval compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** Compaction Stats [default] ** 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:31:56.732 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** Compaction Stats [default] ** 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:31:56.733 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: Cumulative compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.424+0000 7f84693ad700 0 mon.smithi117 does not exist in monmap, will attempt to join an existing cluster 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.424+0000 7f84693ad700 0 using public_addr v2:172.21.15.117:0/0 -> [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.424+0000 7f84693ad700 0 starting mon.smithi117 rank -1 at public addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] at bind addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi117 fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.426+0000 7f84693ad700 1 mon.smithi117@-1(???) e0 preinit fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 0 mon.smithi117@-1(synchronizing).mds e1 new map 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 0 mon.smithi117@-1(synchronizing).mds e1 print_map 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: e1 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 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-16T20:31:56.734 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: legacy client fscid: -1 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: No filesystems configured 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 0 mon.smithi117@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 0 mon.smithi117@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 0 mon.smithi117@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 0 mon.smithi117@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:31:54.610017+0000 mgr.smithi022.hdvvsq (mgr.14164) 56 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:31:56.735 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.454+0000 7f84529ba700 1 mon.smithi117@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expand map: {default=false} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta from 'false' to 'false' 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expanded map: {default=false} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expand map: {default=info} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta from 'info' to 'info' 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expanded map: {default=info} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expand map: {default=daemon} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expand map: {default=debug} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:31:56.456+0000 7f84529ba700 20 expand_channel_meta expanded map: {default=debug} 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 bash[36747]: 3e6721ab839b4434bb9d3573910a9c894125d7bd89ee5fdecc6b68d51bd138fd 2024-02-16T20:31:56.736 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:31:56 smithi117 systemd[1]: Started Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:32:01.493 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-02-16T20:32:01.493 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":2,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","modified":"2024-02-16T20:31:56.458970Z","created":"2024-02-16T20:29:17.286199Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi117","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-16T20:32:01.496 INFO:teuthology.orchestra.run.smithi117.stderr:dumped monmap epoch 2 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:56.461464+0000 mon.smithi022 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:31:56.461650+0000 mon.smithi022 (mon.0) 174 : cluster [INF] mon.smithi022 calling monitor election 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:56.474430+0000 mon.smithi022 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:56.607401+0000 mon.smithi022 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:31:56.610353+0000 mgr.smithi022.hdvvsq (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:56.641335+0000 mon.smithi022 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.117:0/367046611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:57.458975+0000 mon.smithi022 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:58.458856+0000 mon.smithi022 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:31:58.460286+0000 mon.smithi117 (mon.1) 1 : cluster [INF] mon.smithi117 calling monitor election 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:31:58.610720+0000 mgr.smithi022.hdvvsq (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:31:59.459361+0000 mon.smithi022 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:00.459270+0000 mon.smithi022 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:00.611009+0000 mgr.smithi022.hdvvsq (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.459554+0000 mon.smithi022 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.488679+0000 mon.smithi022 (mon.0) 183 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi117 in quorum (ranks 0,1) 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.491806+0000 mon.smithi022 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.491853+0000 mon.smithi022 (mon.0) 185 : cluster [DBG] fsmap 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.491881+0000 mon.smithi022 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.492111+0000 mon.smithi022 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi022.hdvvsq(active, since 95s) 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.492742+0000 mon.smithi022 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.494389+0000 mon.smithi022 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.495804+0000 mon.smithi022 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.496209+0000 mon.smithi022 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.496627+0000 mon.smithi022 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:32:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.498570+0000 mon.smithi022 (mon.0) 193 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:56.461464+0000 mon.smithi022 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:56.461650+0000 mon.smithi022 (mon.0) 174 : cluster [INF] mon.smithi022 calling monitor election 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:56.474430+0000 mon.smithi022 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:56.607401+0000 mon.smithi022 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:56.610353+0000 mgr.smithi022.hdvvsq (mgr.14164) 57 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:56.641335+0000 mon.smithi022 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.117:0/367046611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:57.458975+0000 mon.smithi022 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:58.458856+0000 mon.smithi022 (mon.0) 179 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:58.460286+0000 mon.smithi117 (mon.1) 1 : cluster [INF] mon.smithi117 calling monitor election 2024-02-16T20:32:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:31:58.610720+0000 mgr.smithi022.hdvvsq (mgr.14164) 58 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:31:59.459361+0000 mon.smithi022 (mon.0) 180 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:00.459270+0000 mon.smithi022 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:00.611009+0000 mgr.smithi022.hdvvsq (mgr.14164) 59 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.459554+0000 mon.smithi022 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.488679+0000 mon.smithi022 (mon.0) 183 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi117 in quorum (ranks 0,1) 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.491806+0000 mon.smithi022 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.491853+0000 mon.smithi022 (mon.0) 185 : cluster [DBG] fsmap 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.491881+0000 mon.smithi022 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.492111+0000 mon.smithi022 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi022.hdvvsq(active, since 95s) 2024-02-16T20:32:01.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.492742+0000 mon.smithi022 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:32:01.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.494389+0000 mon.smithi022 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:32:01.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.495804+0000 mon.smithi022 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-02-16T20:32:01.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.496209+0000 mon.smithi022 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:32:01.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.496627+0000 mon.smithi022 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.117:0/1948372098' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:32:01.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.498570+0000 mon.smithi022 (mon.0) 193 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:02.180 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-16T20:32:02.180 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph config generate-minimal-conf 2024-02-16T20:32:02.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:01.500684+0000 mgr.smithi022.hdvvsq (mgr.14164) 60 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-16T20:32:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:01.553094+0000 mon.smithi022 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi022.hdvvsq(active, since 95s), standbys: smithi117.kdrhet 2024-02-16T20:32:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.553252+0000 mon.smithi022 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi117.kdrhet", "id": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:32:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:01.757630+0000 mon.smithi022 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:02.459612+0000 mon.smithi022 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:02.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:01.500684+0000 mgr.smithi022.hdvvsq (mgr.14164) 60 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-16T20:32:02.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:01.553094+0000 mon.smithi022 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi022.hdvvsq(active, since 95s), standbys: smithi117.kdrhet 2024-02-16T20:32:02.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.553252+0000 mon.smithi022 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi117.kdrhet", "id": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:32:02.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:01.757630+0000 mon.smithi022 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:02.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:02.459612+0000 mon.smithi022 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:32:03.809 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:02.611232+0000 mgr.smithi022.hdvvsq (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:03.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:02.611232+0000 mgr.smithi022.hdvvsq (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:04.194 INFO:teuthology.orchestra.run.smithi022.stdout:# minimal ceph.conf for fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:32:04.211 INFO:teuthology.orchestra.run.smithi022.stdout:[global] 2024-02-16T20:32:04.211 INFO:teuthology.orchestra.run.smithi022.stdout: fsid = fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:32:04.211 INFO:teuthology.orchestra.run.smithi022.stdout: mon_host = [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] 2024-02-16T20:32:04.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:04.194870+0000 mon.smithi022 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.22:0/1926038184' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:04.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:04.194870+0000 mon.smithi022 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.22:0/1926038184' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:05.164 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-16T20:32:05.164 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:32:05.164 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.conf 2024-02-16T20:32:05.198 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:32:05.198 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:32:05.268 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-16T20:32:05.268 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.conf 2024-02-16T20:32:05.307 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-16T20:32:05.307 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:32:05.377 INFO:tasks.cephadm:Deploying OSDs... 2024-02-16T20:32:05.377 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:32:05.377 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/scratch_devs of=/dev/stdout 2024-02-16T20:32:05.397 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-16T20:32:05.397 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_1 2024-02-16T20:32:05.456 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-16T20:32:05.456 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:05.456 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 160654 Links: 1 2024-02-16T20:32:05.456 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:05.456 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:05.457 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2024-02-16 20:31:33.260697094 +0000 2024-02-16T20:32:05.457 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2024-02-16 20:12:55.512392750 +0000 2024-02-16T20:32:05.457 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2024-02-16 20:12:55.512392750 +0000 2024-02-16T20:32:05.457 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2024-02-16T20:32:05.457 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-16T20:32:05.525 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2024-02-16T20:32:05.525 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2024-02-16T20:32:05.525 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000102298 s, 5.0 MB/s 2024-02-16T20:32:05.526 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-16T20:32:05.587 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_2 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 160704 Links: 1 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2024-02-16 20:31:33.260697094 +0000 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2024-02-16 20:12:55.878388004 +0000 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2024-02-16 20:12:55.878388004 +0000 2024-02-16T20:32:05.646 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2024-02-16T20:32:05.647 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-16T20:32:05.712 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2024-02-16T20:32:05.713 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2024-02-16T20:32:05.713 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 8.8108e-05 s, 5.8 MB/s 2024-02-16T20:32:05.714 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-16T20:32:05.773 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_3 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 168138 Links: 1 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2024-02-16 20:31:33.260697094 +0000 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2024-02-16 20:12:56.205383764 +0000 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2024-02-16 20:12:56.205383764 +0000 2024-02-16T20:32:05.832 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2024-02-16T20:32:05.833 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-16T20:32:05.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:04.611623+0000 mgr.smithi022.hdvvsq (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:05.897 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:04.611623+0000 mgr.smithi022.hdvvsq (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:05.899 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2024-02-16T20:32:05.899 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2024-02-16T20:32:05.899 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 8.4108e-05 s, 6.1 MB/s 2024-02-16T20:32:05.900 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-16T20:32:05.959 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_4 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 166489 Links: 1 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2024-02-16 20:31:33.260697094 +0000 2024-02-16T20:32:06.018 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2024-02-16 20:12:56.539379433 +0000 2024-02-16T20:32:06.019 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2024-02-16 20:12:56.539379433 +0000 2024-02-16T20:32:06.019 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2024-02-16T20:32:06.019 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-16T20:32:06.084 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2024-02-16T20:32:06.084 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2024-02-16T20:32:06.084 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000103966 s, 4.9 MB/s 2024-02-16T20:32:06.085 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-16T20:32:06.145 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-02-16T20:32:06.145 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/scratch_devs of=/dev/stdout 2024-02-16T20:32:06.167 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-16T20:32:06.167 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_1 2024-02-16T20:32:06.228 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 166368 Links: 1 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-16 20:32:02.392969592 +0000 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-16 20:12:31.753254876 +0000 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-16 20:12:31.753254876 +0000 2024-02-16T20:32:06.229 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-16T20:32:06.229 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-16T20:32:06.298 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-16T20:32:06.298 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-16T20:32:06.298 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000271522 s, 1.9 MB/s 2024-02-16T20:32:06.299 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-16T20:32:06.360 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_2 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 156630 Links: 1 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-16 20:32:02.392969592 +0000 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-16 20:12:32.113247847 +0000 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-16 20:12:32.113247847 +0000 2024-02-16T20:32:06.420 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-16T20:32:06.420 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-16T20:32:06.487 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-16T20:32:06.487 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-16T20:32:06.487 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000242428 s, 2.1 MB/s 2024-02-16T20:32:06.488 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-16T20:32:06.548 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_3 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 167194 Links: 1 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-16 20:32:02.392969592 +0000 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-16 20:12:32.492240448 +0000 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-16 20:12:32.492240448 +0000 2024-02-16T20:32:06.607 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-16T20:32:06.607 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-16T20:32:06.673 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-16T20:32:06.673 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-16T20:32:06.673 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000187638 s, 2.7 MB/s 2024-02-16T20:32:06.674 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-16T20:32:06.733 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_4 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 6h/6d Inode: 169114 Links: 1 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout:Context: system_u:object_r:device_t:s0 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-02-16 20:32:02.392969592 +0000 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-02-16 20:12:32.866233146 +0000 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-02-16 20:12:32.866233146 +0000 2024-02-16T20:32:06.792 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-02-16T20:32:06.793 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-16T20:32:06.857 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-02-16T20:32:06.857 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-02-16T20:32:06.857 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000205654 s, 2.5 MB/s 2024-02-16T20:32:06.858 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-16T20:32:06.917 INFO:tasks.cephadm:Deploying osd.0 on smithi022 with /dev/vg_nvme/lv_4... 2024-02-16T20:32:06.917 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-16T20:32:07.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:06.612017+0000 mgr.smithi022.hdvvsq (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:07.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:06.612017+0000 mgr.smithi022.hdvvsq (mgr.14164) 63 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:09.026 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-16T20:32:09.026 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-16T20:32:09.026 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10+0 records in 2024-02-16T20:32:09.026 INFO:teuthology.orchestra.run.smithi022.stderr:10+0 records out 2024-02-16T20:32:09.026 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00843579 s, 1.2 GB/s 2024-02-16T20:32:09.026 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping successful for: 2024-02-16T20:32:09.699 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi022:vg_nvme/lv_4 2024-02-16T20:32:09.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:08.612464+0000 mgr.smithi022.hdvvsq (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:10.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:08.612464+0000 mgr.smithi022.hdvvsq (mgr.14164) 64 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:11.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:10.612811+0000 mgr.smithi022.hdvvsq (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:11.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:11.527621+0000 mon.smithi022 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:11.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:11.529141+0000 mon.smithi022 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:32:11.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:11.530243+0000 mon.smithi022 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:11.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:11.531158+0000 mon.smithi022 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:32:11.951 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:10.612811+0000 mgr.smithi022.hdvvsq (mgr.14164) 65 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:11.951 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:11.527621+0000 mon.smithi022 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:11.951 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:11.529141+0000 mon.smithi022 (mon.0) 200 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:32:11.951 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:11.530243+0000 mon.smithi022 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:11.952 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:11.531158+0000 mon.smithi022 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:32:13.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:11.761983+0000 mon.smithi022 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:13.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:12.640546+0000 mon.smithi022 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:32:13.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:12.641973+0000 mon.smithi022 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:32:13.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:12.642493+0000 mon.smithi022 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:11.761983+0000 mon.smithi022 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:12.640546+0000 mon.smithi022 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:32:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:12.641973+0000 mon.smithi022 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:32:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:12.642493+0000 mon.smithi022 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:13.925 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:12.613064+0000 mgr.smithi022.hdvvsq (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:13.925 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:12.639644+0000 mgr.smithi022.hdvvsq (mgr.14164) 67 : audit [DBG] from='client.14216 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:32:13.925 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:13.334565+0000 mon.smithi022 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:13.925 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:13.378402+0000 mon.smithi022 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:14.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:12.613064+0000 mgr.smithi022.hdvvsq (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:14.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:12.639644+0000 mgr.smithi022.hdvvsq (mgr.14164) 67 : audit [DBG] from='client.14216 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:32:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:13.334565+0000 mon.smithi022 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:13.378402+0000 mon.smithi022 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:15.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:13.334987+0000 mgr.smithi022.hdvvsq (mgr.14164) 68 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-16T20:32:15.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:13.349852+0000 mgr.smithi022.hdvvsq (mgr.14164) 69 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:32:15.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:13.334987+0000 mgr.smithi022.hdvvsq (mgr.14164) 68 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-16T20:32:15.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:13.349852+0000 mgr.smithi022.hdvvsq (mgr.14164) 69 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:32:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:14.613291+0000 mgr.smithi022.hdvvsq (mgr.14164) 70 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:15.203203+0000 mon.smithi022 (mon.0) 209 : audit [INF] from='client.? 172.21.15.22:0/4059232204' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e3469c2-c70c-49e0-8a02-83c84548b3ad"}]: dispatch 2024-02-16T20:32:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:15.206857+0000 mon.smithi022 (mon.0) 210 : audit [INF] from='client.? 172.21.15.22:0/4059232204' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e3469c2-c70c-49e0-8a02-83c84548b3ad"}]': finished 2024-02-16T20:32:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:15.206901+0000 mon.smithi022 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-16T20:32:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:15.207012+0000 mon.smithi022 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:15.661022+0000 mon.smithi022 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.22:0/328175731' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:32:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:14.613291+0000 mgr.smithi022.hdvvsq (mgr.14164) 70 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:15.203203+0000 mon.smithi022 (mon.0) 209 : audit [INF] from='client.? 172.21.15.22:0/4059232204' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0e3469c2-c70c-49e0-8a02-83c84548b3ad"}]: dispatch 2024-02-16T20:32:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:15.206857+0000 mon.smithi022 (mon.0) 210 : audit [INF] from='client.? 172.21.15.22:0/4059232204' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0e3469c2-c70c-49e0-8a02-83c84548b3ad"}]': finished 2024-02-16T20:32:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:15.206901+0000 mon.smithi022 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-16T20:32:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:15.207012+0000 mon.smithi022 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:15.661022+0000 mon.smithi022 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.22:0/328175731' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:32:18.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:16.613536+0000 mgr.smithi022.hdvvsq (mgr.14164) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:18.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:17.758227+0000 mon.smithi022 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:18.155 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:16.613536+0000 mgr.smithi022.hdvvsq (mgr.14164) 71 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:18.156 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:17.758227+0000 mon.smithi022 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:17.758851+0000 mgr.smithi022.hdvvsq (mgr.14164) 72 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:17.782640+0000 mon.smithi022 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:17.785634+0000 mon.smithi022 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:17.788169+0000 mgr.smithi022.hdvvsq (mgr.14164) 73 : cephadm [INF] Reconfiguring mon.smithi022 (unknown last config time)... 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:17.788408+0000 mon.smithi022 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:17.789007+0000 mon.smithi022 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:17.789535+0000 mon.smithi022 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:17.789985+0000 mgr.smithi022.hdvvsq (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mon.smithi022 on smithi022 2024-02-16T20:32:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:17.758851+0000 mgr.smithi022.hdvvsq (mgr.14164) 72 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:32:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:17.782640+0000 mon.smithi022 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:17.785634+0000 mon.smithi022 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:17.788169+0000 mgr.smithi022.hdvvsq (mgr.14164) 73 : cephadm [INF] Reconfiguring mon.smithi022 (unknown last config time)... 2024-02-16T20:32:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:17.788408+0000 mon.smithi022 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:32:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:17.789007+0000 mon.smithi022 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:32:19.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:17.789535+0000 mon.smithi022 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:19.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:17.789985+0000 mgr.smithi022.hdvvsq (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mon.smithi022 on smithi022 2024-02-16T20:32:19.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:18.613748+0000 mgr.smithi022.hdvvsq (mgr.14164) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:18.613748+0000 mgr.smithi022.hdvvsq (mgr.14164) 75 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:20.972 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:19.849391+0000 mon.smithi022 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:19.849930+0000 mgr.smithi022.hdvvsq (mgr.14164) 76 : cephadm [INF] Reconfiguring mgr.smithi022.hdvvsq (unknown last config time)... 2024-02-16T20:32:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:19.850166+0000 mon.smithi022 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.hdvvsq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:32:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:19.850900+0000 mon.smithi022 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:32:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:19.851482+0000 mon.smithi022 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:19.852007+0000 mgr.smithi022.hdvvsq (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mgr.smithi022.hdvvsq on smithi022 2024-02-16T20:32:21.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:19.849391+0000 mon.smithi022 (mon.0) 220 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:21.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:19.849930+0000 mgr.smithi022.hdvvsq (mgr.14164) 76 : cephadm [INF] Reconfiguring mgr.smithi022.hdvvsq (unknown last config time)... 2024-02-16T20:32:21.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:19.850166+0000 mon.smithi022 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.hdvvsq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:32:21.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:19.850900+0000 mon.smithi022 (mon.0) 222 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:32:21.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:19.851482+0000 mon.smithi022 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:21.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:19.852007+0000 mgr.smithi022.hdvvsq (mgr.14164) 77 : cephadm [INF] Reconfiguring daemon mgr.smithi022.hdvvsq on smithi022 2024-02-16T20:32:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:20.613970+0000 mgr.smithi022.hdvvsq (mgr.14164) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:21.733723+0000 mon.smithi022 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:22.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:20.613970+0000 mgr.smithi022.hdvvsq (mgr.14164) 78 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:22.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:21.733723+0000 mon.smithi022 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:23.182 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:21.734398+0000 mgr.smithi022.hdvvsq (mgr.14164) 79 : cephadm [INF] Reconfiguring alertmanager.smithi022 (dependencies changed)... 2024-02-16T20:32:23.182 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:21.736846+0000 mgr.smithi022.hdvvsq (mgr.14164) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi022 on smithi022 2024-02-16T20:32:23.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:21.734398+0000 mgr.smithi022.hdvvsq (mgr.14164) 79 : cephadm [INF] Reconfiguring alertmanager.smithi022 (dependencies changed)... 2024-02-16T20:32:23.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:21.736846+0000 mgr.smithi022.hdvvsq (mgr.14164) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi022 on smithi022 2024-02-16T20:32:23.901 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:22.614212+0000 mgr.smithi022.hdvvsq (mgr.14164) 81 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:23.902 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:23.208292+0000 mon.smithi022 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-16T20:32:23.902 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:23.209080+0000 mon.smithi022 (mon.0) 226 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:24.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:22.614212+0000 mgr.smithi022.hdvvsq (mgr.14164) 81 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:24.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:23.208292+0000 mon.smithi022 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-16T20:32:24.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:23.209080+0000 mon.smithi022 (mon.0) 226 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:25.168 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:23.209722+0000 mgr.smithi022.hdvvsq (mgr.14164) 82 : cephadm [INF] Deploying daemon osd.0 on smithi022 2024-02-16T20:32:25.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:23.209722+0000 mgr.smithi022.hdvvsq (mgr.14164) 82 : cephadm [INF] Deploying daemon osd.0 on smithi022 2024-02-16T20:32:26.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:24.614540+0000 mgr.smithi022.hdvvsq (mgr.14164) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:26.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:24.614540+0000 mgr.smithi022.hdvvsq (mgr.14164) 83 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:27.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:26.751270+0000 mon.smithi022 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:32:27.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:26.755605+0000 mon.smithi022 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:32:27.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:26.751270+0000 mon.smithi022 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:32:27.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:26.755605+0000 mon.smithi022 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:32:28.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:26.614894+0000 mgr.smithi022.hdvvsq (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:28.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:26.614894+0000 mgr.smithi022.hdvvsq (mgr.14164) 84 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:29.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:28.084280+0000 mon.smithi022 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:29.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:28.085009+0000 mgr.smithi022.hdvvsq (mgr.14164) 85 : cephadm [INF] Reconfiguring crash.smithi022 (monmap changed)... 2024-02-16T20:32:29.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:28.085338+0000 mon.smithi022 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:32:29.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:28.086115+0000 mon.smithi022 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:29.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:28.086804+0000 mgr.smithi022.hdvvsq (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon crash.smithi022 on smithi022 2024-02-16T20:32:29.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:28.615188+0000 mgr.smithi022.hdvvsq (mgr.14164) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:28.084280+0000 mon.smithi022 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:28.085009+0000 mgr.smithi022.hdvvsq (mgr.14164) 85 : cephadm [INF] Reconfiguring crash.smithi022 (monmap changed)... 2024-02-16T20:32:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:28.085338+0000 mon.smithi022 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:32:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:28.086115+0000 mon.smithi022 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:28.086804+0000 mgr.smithi022.hdvvsq (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon crash.smithi022 on smithi022 2024-02-16T20:32:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:28.615188+0000 mgr.smithi022.hdvvsq (mgr.14164) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:31.547 INFO:teuthology.orchestra.run.smithi022.stdout:Created osd(s) 0 on host 'smithi022' 2024-02-16T20:32:31.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:30.615444+0000 mgr.smithi022.hdvvsq (mgr.14164) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:31.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:31.541695+0000 mon.smithi022 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:31.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:31.545150+0000 mon.smithi022 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:32.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:30.615444+0000 mgr.smithi022.hdvvsq (mgr.14164) 88 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:32.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:31.541695+0000 mon.smithi022 (mon.0) 232 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:32.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:31.545150+0000 mon.smithi022 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:33.202 DEBUG:teuthology.orchestra.run.smithi022:osd.0> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.0.service 2024-02-16T20:32:33.205 INFO:tasks.cephadm:Deploying osd.1 on smithi022 with /dev/vg_nvme/lv_3... 2024-02-16T20:32:33.205 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-16T20:32:33.238 INFO:journalctl@ceph.osd.0.smithi022.stdout:-- Logs begin at Fri 2024-02-16 20:04:41 UTC. -- 2024-02-16T20:32:33.902 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:32.615771+0000 mgr.smithi022.hdvvsq (mgr.14164) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:33.902 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:33.272020+0000 mon.smithi022 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:32.615771+0000 mgr.smithi022.hdvvsq (mgr.14164) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:33.272020+0000 mon.smithi022 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:34.846 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:32:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0[44862]: debug 2024-02-16T20:32:34.661+0000 7f9b63732080 -1 osd.0 0 log_to_monitors {default=true} 2024-02-16T20:32:34.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:33.272694+0000 mgr.smithi022.hdvvsq (mgr.14164) 90 : cephadm [INF] Reconfiguring grafana.smithi022 (dependencies changed)... 2024-02-16T20:32:34.847 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:33.277147+0000 mgr.smithi022.hdvvsq (mgr.14164) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi022 on smithi022 2024-02-16T20:32:35.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:33.272694+0000 mgr.smithi022.hdvvsq (mgr.14164) 90 : cephadm [INF] Reconfiguring grafana.smithi022 (dependencies changed)... 2024-02-16T20:32:35.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:33.277147+0000 mgr.smithi022.hdvvsq (mgr.14164) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi022 on smithi022 2024-02-16T20:32:35.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:34.616152+0000 mgr.smithi022.hdvvsq (mgr.14164) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:35.864 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:34.666312+0000 mon.smithi022 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-16T20:32:36.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:34.616152+0000 mgr.smithi022.hdvvsq (mgr.14164) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:36.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:34.666312+0000 mon.smithi022 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-16T20:32:36.973 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:32:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0[44862]: debug 2024-02-16T20:32:36.640+0000 7f9b59c95700 -1 osd.0 0 waiting for initial osdmap 2024-02-16T20:32:36.974 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:32:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0[44862]: debug 2024-02-16T20:32:36.642+0000 7f9b5340b700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-16T20:32:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:35.634597+0000 mon.smithi022 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-16T20:32:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:35.634642+0000 mon.smithi022 (mon.0) 237 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-16T20:32:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:35.634736+0000 mon.smithi022 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:35.635061+0000 mon.smithi022 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:32:37.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:35.634597+0000 mon.smithi022 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-16T20:32:37.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:35.634642+0000 mon.smithi022 (mon.0) 237 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-02-16T20:32:37.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:35.634736+0000 mon.smithi022 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:37.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:35.635061+0000 mon.smithi022 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:32:37.954 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:36.616449+0000 mgr.smithi022.hdvvsq (mgr.14164) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:37.954 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:36.637546+0000 mon.smithi022 (mon.0) 240 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:32:37.954 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:36.637643+0000 mon.smithi022 (mon.0) 241 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-16T20:32:37.955 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:36.638037+0000 mon.smithi022 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:37.955 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:36.642141+0000 mon.smithi022 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:36.616449+0000 mgr.smithi022.hdvvsq (mgr.14164) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:36.637546+0000 mon.smithi022 (mon.0) 240 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:32:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:36.637643+0000 mon.smithi022 (mon.0) 241 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-02-16T20:32:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:36.638037+0000 mon.smithi022 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:36.642141+0000 mon.smithi022 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:38.263 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-16T20:32:38.264 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-16T20:32:38.264 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10+0 records in 2024-02-16T20:32:38.264 INFO:teuthology.orchestra.run.smithi022.stderr:10+0 records out 2024-02-16T20:32:38.264 INFO:teuthology.orchestra.run.smithi022.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0106848 s, 981 MB/s 2024-02-16T20:32:38.264 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping successful for: 2024-02-16T20:32:38.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:35.645882+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:32:38.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:35.646060+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:32:38.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:37.642429+0000 mon.smithi022 (mon.0) 244 : cluster [INF] osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192] boot 2024-02-16T20:32:38.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:37.642468+0000 mon.smithi022 (mon.0) 245 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-16T20:32:38.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:37.642964+0000 mon.smithi022 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:38.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:38.057690+0000 mon.smithi022 (mon.0) 247 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:35.645882+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:32:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:35.646060+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:32:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:37.642429+0000 mon.smithi022 (mon.0) 244 : cluster [INF] osd.0 [v2:172.21.15.22:6802/3797301192,v1:172.21.15.22:6803/3797301192] boot 2024-02-16T20:32:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:37.642468+0000 mon.smithi022 (mon.0) 245 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-02-16T20:32:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:37.642964+0000 mon.smithi022 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:32:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:38.057690+0000 mon.smithi022 (mon.0) 247 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:39.338 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi022:vg_nvme/lv_3 2024-02-16T20:32:39.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:38.058350+0000 mgr.smithi022.hdvvsq (mgr.14164) 94 : cephadm [INF] Reconfiguring prometheus.smithi022 (dependencies changed)... 2024-02-16T20:32:39.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:38.060513+0000 mgr.smithi022.hdvvsq (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon prometheus.smithi022 on smithi022 2024-02-16T20:32:39.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:38.616750+0000 mgr.smithi022.hdvvsq (mgr.14164) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:39.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:38.650044+0000 mon.smithi022 (mon.0) 248 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-16T20:32:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:38.058350+0000 mgr.smithi022.hdvvsq (mgr.14164) 94 : cephadm [INF] Reconfiguring prometheus.smithi022 (dependencies changed)... 2024-02-16T20:32:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:38.060513+0000 mgr.smithi022.hdvvsq (mgr.14164) 95 : cephadm [INF] Reconfiguring daemon prometheus.smithi022 on smithi022 2024-02-16T20:32:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:38.616750+0000 mgr.smithi022.hdvvsq (mgr.14164) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-16T20:32:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:38.650044+0000 mon.smithi022 (mon.0) 248 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-16T20:32:41.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:40.617052+0000 mgr.smithi022.hdvvsq (mgr.14164) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:42.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:40.617052+0000 mgr.smithi022.hdvvsq (mgr.14164) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:43.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:42.617419+0000 mgr.smithi022.hdvvsq (mgr.14164) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:43.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:43.114701+0000 mon.smithi022 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:32:43.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:43.115886+0000 mon.smithi022 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:32:43.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:43.116412+0000 mon.smithi022 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:44.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:42.617419+0000 mgr.smithi022.hdvvsq (mgr.14164) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:44.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:43.114701+0000 mon.smithi022 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:32:44.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:43.115886+0000 mon.smithi022 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:32:44.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:43.116412+0000 mon.smithi022 (mon.0) 251 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:44.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:43.113976+0000 mgr.smithi022.hdvvsq (mgr.14164) 99 : audit [DBG] from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:32:45.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:43.113976+0000 mgr.smithi022.hdvvsq (mgr.14164) 99 : audit [DBG] from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:32:45.912 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:44.617785+0000 mgr.smithi022.hdvvsq (mgr.14164) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:46.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:44.617785+0000 mgr.smithi022.hdvvsq (mgr.14164) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:47.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:46.038895+0000 mon.smithi022 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:47.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:46.039426+0000 mgr.smithi022.hdvvsq (mgr.14164) 101 : cephadm [INF] Reconfiguring crash.smithi117 (monmap changed)... 2024-02-16T20:32:47.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:46.039719+0000 mon.smithi022 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:32:47.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:46.040404+0000 mon.smithi022 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:47.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:46.040928+0000 mgr.smithi022.hdvvsq (mgr.14164) 102 : cephadm [INF] Reconfiguring daemon crash.smithi117 on smithi117 2024-02-16T20:32:47.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:46.618043+0000 mgr.smithi022.hdvvsq (mgr.14164) 103 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:47.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:46.038895+0000 mon.smithi022 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:47.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:46.039426+0000 mgr.smithi022.hdvvsq (mgr.14164) 101 : cephadm [INF] Reconfiguring crash.smithi117 (monmap changed)... 2024-02-16T20:32:47.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:46.039719+0000 mon.smithi022 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:32:47.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:46.040404+0000 mon.smithi022 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:47.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:46.040928+0000 mgr.smithi022.hdvvsq (mgr.14164) 102 : cephadm [INF] Reconfiguring daemon crash.smithi117 on smithi117 2024-02-16T20:32:47.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:46.618043+0000 mgr.smithi022.hdvvsq (mgr.14164) 103 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:48.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.063277+0000 mon.smithi022 (mon.0) 255 : audit [INF] from='client.? 172.21.15.22:0/3453510439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67cf0019-e866-403a-ad1e-bb4f1d7f3606"}]: dispatch 2024-02-16T20:32:48.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.066514+0000 mon.smithi022 (mon.0) 256 : audit [INF] from='client.? 172.21.15.22:0/3453510439' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67cf0019-e866-403a-ad1e-bb4f1d7f3606"}]': finished 2024-02-16T20:32:48.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:47.066553+0000 mon.smithi022 (mon.0) 257 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-16T20:32:48.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.066641+0000 mon.smithi022 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:32:48.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.498276+0000 mon.smithi022 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.22:0/3843264911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:32:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.619852+0000 mon.smithi022 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:47.620285+0000 mgr.smithi022.hdvvsq (mgr.14164) 104 : cephadm [INF] Reconfiguring mgr.smithi117.kdrhet (monmap changed)... 2024-02-16T20:32:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.620510+0000 mon.smithi022 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:32:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.621159+0000 mon.smithi022 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:32:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:47.621667+0000 mon.smithi022 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:47.622093+0000 mgr.smithi022.hdvvsq (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:32:48.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.063277+0000 mon.smithi022 (mon.0) 255 : audit [INF] from='client.? 172.21.15.22:0/3453510439' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67cf0019-e866-403a-ad1e-bb4f1d7f3606"}]: dispatch 2024-02-16T20:32:48.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.066514+0000 mon.smithi022 (mon.0) 256 : audit [INF] from='client.? 172.21.15.22:0/3453510439' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67cf0019-e866-403a-ad1e-bb4f1d7f3606"}]': finished 2024-02-16T20:32:48.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:47.066553+0000 mon.smithi022 (mon.0) 257 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-02-16T20:32:48.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.066641+0000 mon.smithi022 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:32:48.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.498276+0000 mon.smithi022 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.22:0/3843264911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:32:48.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.619852+0000 mon.smithi022 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:48.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:47.620285+0000 mgr.smithi022.hdvvsq (mgr.14164) 104 : cephadm [INF] Reconfiguring mgr.smithi117.kdrhet (monmap changed)... 2024-02-16T20:32:48.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.620510+0000 mon.smithi022 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:32:48.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.621159+0000 mon.smithi022 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:32:48.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:47.621667+0000 mon.smithi022 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:48.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:47.622093+0000 mgr.smithi022.hdvvsq (mgr.14164) 105 : cephadm [INF] Reconfiguring daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:32:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:48.618456+0000 mgr.smithi022.hdvvsq (mgr.14164) 106 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:49.032821+0000 mon.smithi022 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:49.033697+0000 mon.smithi022 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:32:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:49.034509+0000 mon.smithi022 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:32:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:49.035283+0000 mon.smithi022 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:49.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:48.618456+0000 mgr.smithi022.hdvvsq (mgr.14164) 106 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:49.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:49.032821+0000 mon.smithi022 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:49.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:49.033697+0000 mon.smithi022 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:32:49.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:49.034509+0000 mon.smithi022 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:32:49.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:49.035283+0000 mon.smithi022 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:50.302 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:49.033400+0000 mgr.smithi022.hdvvsq (mgr.14164) 107 : cephadm [INF] Reconfiguring mon.smithi117 (monmap changed)... 2024-02-16T20:32:50.320 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:49.035920+0000 mgr.smithi022.hdvvsq (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mon.smithi117 on smithi117 2024-02-16T20:32:50.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:49.033400+0000 mgr.smithi022.hdvvsq (mgr.14164) 107 : cephadm [INF] Reconfiguring mon.smithi117 (monmap changed)... 2024-02-16T20:32:50.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:49.035920+0000 mgr.smithi022.hdvvsq (mgr.14164) 108 : cephadm [INF] Reconfiguring daemon mon.smithi117 on smithi117 2024-02-16T20:32:51.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:50.343131+0000 mon.smithi022 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:51.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:50.345980+0000 mon.smithi022 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:32:51.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:50.346372+0000 mgr.smithi022.hdvvsq (mgr.14164) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:32:51.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:50.618752+0000 mgr.smithi022.hdvvsq (mgr.14164) 110 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:51.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:50.343131+0000 mon.smithi022 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:51.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:50.345980+0000 mon.smithi022 (mon.0) 269 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:32:51.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:50.346372+0000 mgr.smithi022.hdvvsq (mgr.14164) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:32:51.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:50.618752+0000 mgr.smithi022.hdvvsq (mgr.14164) 110 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:53.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:52.618987+0000 mgr.smithi022.hdvvsq (mgr.14164) 111 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:53.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:53.468621+0000 mon.smithi022 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-16T20:32:53.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:53.469396+0000 mon.smithi022 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:54.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:52.618987+0000 mgr.smithi022.hdvvsq (mgr.14164) 111 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:54.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:53.468621+0000 mon.smithi022 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-16T20:32:54.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:53.469396+0000 mon.smithi022 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:54.951 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:32:53.470004+0000 mgr.smithi022.hdvvsq (mgr.14164) 112 : cephadm [INF] Deploying daemon osd.1 on smithi022 2024-02-16T20:32:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:32:53.470004+0000 mgr.smithi022.hdvvsq (mgr.14164) 112 : cephadm [INF] Deploying daemon osd.1 on smithi022 2024-02-16T20:32:55.933 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:54.619469+0000 mgr.smithi022.hdvvsq (mgr.14164) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:56.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:54.619469+0000 mgr.smithi022.hdvvsq (mgr.14164) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:57.132 INFO:teuthology.orchestra.run.smithi022.stdout:Created osd(s) 1 on host 'smithi022' 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:56.619840+0000 mgr.smithi022.hdvvsq (mgr.14164) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.126422+0000 mon.smithi022 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.129714+0000 mon.smithi022 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.138265+0000 mon.smithi022 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.22:9093"}]: dispatch 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.143511+0000 mon.smithi022 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.146763+0000 mon.smithi022 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.151672+0000 mon.smithi022 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.22:3000"}]: dispatch 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.155214+0000 mon.smithi022 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:57.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.158779+0000 mon.smithi022 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:32:57.782 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.164000+0000 mon.smithi022 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.22:9095"}]: dispatch 2024-02-16T20:32:57.782 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.167973+0000 mon.smithi022 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:57.782 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.169479+0000 mon.smithi022 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:32:57.782 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.170535+0000 mon.smithi022 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:57.782 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.171442+0000 mon.smithi022 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:32:57.808 DEBUG:teuthology.orchestra.run.smithi022:osd.1> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.1.service 2024-02-16T20:32:57.810 INFO:tasks.cephadm:Deploying osd.2 on smithi022 with /dev/vg_nvme/lv_2... 2024-02-16T20:32:57.810 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-16T20:32:57.843 INFO:journalctl@ceph.osd.1.smithi022.stdout:-- Logs begin at Fri 2024-02-16 20:04:41 UTC. -- 2024-02-16T20:32:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:56.619840+0000 mgr.smithi022.hdvvsq (mgr.14164) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.126422+0000 mon.smithi022 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.129714+0000 mon.smithi022 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.138265+0000 mon.smithi022 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.22:9093"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.143511+0000 mon.smithi022 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.146763+0000 mon.smithi022 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.151672+0000 mon.smithi022 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.22:3000"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.155214+0000 mon.smithi022 (mon.0) 278 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.158779+0000 mon.smithi022 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.164000+0000 mon.smithi022 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.22:9095"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.167973+0000 mon.smithi022 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.169479+0000 mon.smithi022 (mon.0) 282 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.170535+0000 mon.smithi022 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:32:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.171442+0000 mon.smithi022 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:32:58.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.138696+0000 mgr.smithi022.hdvvsq (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.22:9093"}]: dispatch 2024-02-16T20:32:58.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.147080+0000 mgr.smithi022.hdvvsq (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:32:58.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.151934+0000 mgr.smithi022.hdvvsq (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.22:3000"}]: dispatch 2024-02-16T20:32:58.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.159294+0000 mgr.smithi022.hdvvsq (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:32:58.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:57.164317+0000 mgr.smithi022.hdvvsq (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.22:9095"}]: dispatch 2024-02-16T20:32:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.138696+0000 mgr.smithi022.hdvvsq (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.22:9093"}]: dispatch 2024-02-16T20:32:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.147080+0000 mgr.smithi022.hdvvsq (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:32:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.151934+0000 mgr.smithi022.hdvvsq (mgr.14164) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.22:3000"}]: dispatch 2024-02-16T20:32:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.159294+0000 mgr.smithi022.hdvvsq (mgr.14164) 118 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:32:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:57.164317+0000 mgr.smithi022.hdvvsq (mgr.14164) 119 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.22:9095"}]: dispatch 2024-02-16T20:32:59.825 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:32:58.620080+0000 mgr.smithi022.hdvvsq (mgr.14164) 120 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:32:59.825 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:32:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:32:59.004212+0000 mon.smithi022 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:32:58.620080+0000 mgr.smithi022.hdvvsq (mgr.14164) 120 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:33:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:32:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:32:59.004212+0000 mon.smithi022 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:00.341 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-16T20:33:00.341 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-16T20:33:00.341 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10+0 records in 2024-02-16T20:33:00.341 INFO:teuthology.orchestra.run.smithi022.stderr:10+0 records out 2024-02-16T20:33:00.341 INFO:teuthology.orchestra.run.smithi022.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00905471 s, 1.2 GB/s 2024-02-16T20:33:00.341 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping successful for: 2024-02-16T20:33:00.690 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:33:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1[47891]: debug 2024-02-16T20:33:00.238+0000 7f5260d60080 -1 osd.1 0 log_to_monitors {default=true} 2024-02-16T20:33:00.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:00.244009+0000 mon.smithi117 (mon.1) 2 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1603813855,v1:172.21.15.22:6811/1603813855]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-16T20:33:00.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:00.244394+0000 mon.smithi022 (mon.0) 286 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-16T20:33:01.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:00.244009+0000 mon.smithi117 (mon.1) 2 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1603813855,v1:172.21.15.22:6811/1603813855]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-16T20:33:01.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:00.244394+0000 mon.smithi022 (mon.0) 286 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-16T20:33:01.432 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi022:vg_nvme/lv_2 2024-02-16T20:33:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:00.620498+0000 mgr.smithi022.hdvvsq (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:33:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:00.691840+0000 mon.smithi022 (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-16T20:33:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:00.691897+0000 mon.smithi022 (mon.0) 288 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-16T20:33:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:00.691982+0000 mon.smithi022 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:00.694188+0000 mon.smithi117 (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1603813855,v1:172.21.15.22:6811/1603813855]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:00.694514+0000 mon.smithi022 (mon.0) 290 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:01.974 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1[47891]: debug 2024-02-16T20:33:01.697+0000 7f52572c3700 -1 osd.1 0 waiting for initial osdmap 2024-02-16T20:33:01.974 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:33:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1[47891]: debug 2024-02-16T20:33:01.700+0000 7f5251a3b700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-16T20:33:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:00.620498+0000 mgr.smithi022.hdvvsq (mgr.14164) 121 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:33:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:00.691840+0000 mon.smithi022 (mon.0) 287 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-16T20:33:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:00.691897+0000 mon.smithi022 (mon.0) 288 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-02-16T20:33:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:00.691982+0000 mon.smithi022 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:02.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:00.694188+0000 mon.smithi117 (mon.1) 3 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1603813855,v1:172.21.15.22:6811/1603813855]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:02.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:00.694514+0000 mon.smithi022 (mon.0) 290 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:02.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:01.692444+0000 mon.smithi022 (mon.0) 291 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:33:02.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:01.692509+0000 mon.smithi022 (mon.0) 292 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-16T20:33:02.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:01.692789+0000 mon.smithi022 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:02.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:01.697487+0000 mon.smithi022 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:01.692444+0000 mon.smithi022 (mon.0) 291 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:33:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:01.692509+0000 mon.smithi022 (mon.0) 292 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-02-16T20:33:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:01.692789+0000 mon.smithi022 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:01.697487+0000 mon.smithi022 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:01.278366+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:33:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:01.278587+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:33:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:02.620896+0000 mgr.smithi022.hdvvsq (mgr.14164) 122 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:33:03.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:02.698424+0000 mon.smithi022 (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.22:6810/1603813855,v1:172.21.15.22:6811/1603813855] boot 2024-02-16T20:33:03.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:02.698459+0000 mon.smithi022 (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-16T20:33:03.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:02.698831+0000 mon.smithi022 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:01.278366+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:33:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:01.278587+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:33:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:02.620896+0000 mgr.smithi022.hdvvsq (mgr.14164) 122 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-02-16T20:33:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:02.698424+0000 mon.smithi022 (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.22:6810/1603813855,v1:172.21.15.22:6811/1603813855] boot 2024-02-16T20:33:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:02.698459+0000 mon.smithi022 (mon.0) 296 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-02-16T20:33:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:02.698831+0000 mon.smithi022 (mon.0) 297 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:33:04.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:03.707560+0000 mon.smithi022 (mon.0) 298 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-16T20:33:04.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:04.113351+0000 mon.smithi022 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:33:04.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:04.114699+0000 mon.smithi022 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:33:04.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:04.115209+0000 mon.smithi022 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:03.707560+0000 mon.smithi022 (mon.0) 298 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-02-16T20:33:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:04.113351+0000 mon.smithi022 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:33:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:04.114699+0000 mon.smithi022 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:33:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:04.115209+0000 mon.smithi022 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:05.915 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:04.112599+0000 mgr.smithi022.hdvvsq (mgr.14164) 123 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:33:05.915 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:04.621284+0000 mgr.smithi022.hdvvsq (mgr.14164) 124 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:06.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:04.112599+0000 mgr.smithi022.hdvvsq (mgr.14164) 123 : audit [DBG] from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:33:06.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:04.621284+0000 mgr.smithi022.hdvvsq (mgr.14164) 124 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:05.955164+0000 mon.smithi022 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:06.621551+0000 mgr.smithi022.hdvvsq (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:07.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:05.955164+0000 mon.smithi022 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:07.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:06.621551+0000 mgr.smithi022.hdvvsq (mgr.14164) 125 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:08.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:07.132975+0000 mon.smithi022 (mon.0) 303 : audit [INF] from='client.? 172.21.15.22:0/1710087756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69239a99-4258-4ec9-9700-b6b83579e214"}]: dispatch 2024-02-16T20:33:08.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:07.136326+0000 mon.smithi022 (mon.0) 304 : audit [INF] from='client.? 172.21.15.22:0/1710087756' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69239a99-4258-4ec9-9700-b6b83579e214"}]': finished 2024-02-16T20:33:08.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:07.136366+0000 mon.smithi022 (mon.0) 305 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-16T20:33:08.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:07.136451+0000 mon.smithi022 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:08.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:07.569538+0000 mon.smithi022 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.22:0/1293185896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:33:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:07.132975+0000 mon.smithi022 (mon.0) 303 : audit [INF] from='client.? 172.21.15.22:0/1710087756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69239a99-4258-4ec9-9700-b6b83579e214"}]: dispatch 2024-02-16T20:33:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:07.136326+0000 mon.smithi022 (mon.0) 304 : audit [INF] from='client.? 172.21.15.22:0/1710087756' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69239a99-4258-4ec9-9700-b6b83579e214"}]': finished 2024-02-16T20:33:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:07.136366+0000 mon.smithi022 (mon.0) 305 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-02-16T20:33:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:07.136451+0000 mon.smithi022 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:07.569538+0000 mon.smithi022 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.22:0/1293185896' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:33:09.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:08.621839+0000 mgr.smithi022.hdvvsq (mgr.14164) 126 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:09.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:08.621839+0000 mgr.smithi022.hdvvsq (mgr.14164) 126 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:11.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:10.622102+0000 mgr.smithi022.hdvvsq (mgr.14164) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:12.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:10.622102+0000 mgr.smithi022.hdvvsq (mgr.14164) 127 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:12.622465+0000 mgr.smithi022.hdvvsq (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.003200+0000 mon.smithi022 (mon.0) 308 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.272071+0000 mon.smithi022 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.272770+0000 mon.smithi022 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.276953+0000 mon.smithi022 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.280164+0000 mon.smithi022 (mon.0) 312 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.283011+0000 mon.smithi022 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.283946+0000 mon.smithi022 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:13.904 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:13.284520+0000 mon.smithi022 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:12.622465+0000 mgr.smithi022.hdvvsq (mgr.14164) 128 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.003200+0000 mon.smithi022 (mon.0) 308 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.272071+0000 mon.smithi022 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.272770+0000 mon.smithi022 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.276953+0000 mon.smithi022 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.280164+0000 mon.smithi022 (mon.0) 312 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.283011+0000 mon.smithi022 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.283946+0000 mon.smithi022 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:13.994 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:13.284520+0000 mon.smithi022 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:14.839 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:12.998151+0000 mgr.smithi022.hdvvsq (mgr.14164) 129 : cephadm [INF] Detected new or changed devices on smithi022 2024-02-16T20:33:14.839 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:13.273265+0000 mgr.smithi022.hdvvsq (mgr.14164) 130 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 6451M 2024-02-16T20:33:15.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:12.998151+0000 mgr.smithi022.hdvvsq (mgr.14164) 129 : cephadm [INF] Detected new or changed devices on smithi022 2024-02-16T20:33:15.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:13.273265+0000 mgr.smithi022.hdvvsq (mgr.14164) 130 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 6451M 2024-02-16T20:33:15.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:14.622836+0000 mgr.smithi022.hdvvsq (mgr.14164) 131 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:15.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:14.867797+0000 mon.smithi022 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-16T20:33:15.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:14.868565+0000 mon.smithi022 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:15.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:14.869163+0000 mgr.smithi022.hdvvsq (mgr.14164) 132 : cephadm [INF] Deploying daemon osd.2 on smithi022 2024-02-16T20:33:15.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:15.259039+0000 mon.smithi022 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:14.622836+0000 mgr.smithi022.hdvvsq (mgr.14164) 131 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:14.867797+0000 mon.smithi022 (mon.0) 316 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-16T20:33:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:14.868565+0000 mon.smithi022 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:14.869163+0000 mgr.smithi022.hdvvsq (mgr.14164) 132 : cephadm [INF] Deploying daemon osd.2 on smithi022 2024-02-16T20:33:16.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:15.259039+0000 mon.smithi022 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:16.623228+0000 mgr.smithi022.hdvvsq (mgr.14164) 133 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:18.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:16.623228+0000 mgr.smithi022.hdvvsq (mgr.14164) 133 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:19.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:18.623663+0000 mgr.smithi022.hdvvsq (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:18.623663+0000 mgr.smithi022.hdvvsq (mgr.14164) 134 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:20.560 INFO:teuthology.orchestra.run.smithi022.stdout:Created osd(s) 2 on host 'smithi022' 2024-02-16T20:33:21.616 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:20.549981+0000 mon.smithi022 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:21.616 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:20.553159+0000 mon.smithi022 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:21.616 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:20.557918+0000 mon.smithi022 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:21.616 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:20.623910+0000 mgr.smithi022.hdvvsq (mgr.14164) 135 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:21.638 DEBUG:teuthology.orchestra.run.smithi022:osd.2> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.2.service 2024-02-16T20:33:21.640 INFO:tasks.cephadm:Deploying osd.3 on smithi022 with /dev/vg_nvme/lv_1... 2024-02-16T20:33:21.640 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-16T20:33:21.670 INFO:journalctl@ceph.osd.2.smithi022.stdout:-- Logs begin at Fri 2024-02-16 20:04:41 UTC. -- 2024-02-16T20:33:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:20.549981+0000 mon.smithi022 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:20.553159+0000 mon.smithi022 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:20.557918+0000 mon.smithi022 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:20.623910+0000 mgr.smithi022.hdvvsq (mgr.14164) 135 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:23.473 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:33:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2[51510]: debug 2024-02-16T20:33:23.338+0000 7f937d953080 -1 osd.2 0 log_to_monitors {default=true} 2024-02-16T20:33:23.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:22.624238+0000 mgr.smithi022.hdvvsq (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:23.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:23.342306+0000 mon.smithi022 (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-16T20:33:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:22.624238+0000 mgr.smithi022.hdvvsq (mgr.14164) 136 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:23.342306+0000 mon.smithi022 (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-16T20:33:24.845 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2[51510]: debug 2024-02-16T20:33:24.688+0000 7f9373eb6700 -1 osd.2 0 waiting for initial osdmap 2024-02-16T20:33:24.846 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2[51510]: debug 2024-02-16T20:33:24.694+0000 7f936ce2b700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:23.681747+0000 mon.smithi022 (mon.0) 323 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:23.681789+0000 mon.smithi022 (mon.0) 324 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:23.681892+0000 mon.smithi022 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:23.682247+0000 mon.smithi022 (mon.0) 326 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.602400+0000 mon.smithi022 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.603230+0000 mon.smithi022 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.603870+0000 mon.smithi022 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.604518+0000 mon.smithi022 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.607909+0000 mon.smithi022 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.610849+0000 mon.smithi022 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:24.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.613675+0000 mon.smithi022 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:24.847 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.614464+0000 mon.smithi022 (mon.0) 334 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:24.847 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.615110+0000 mon.smithi022 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:25.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:23.681747+0000 mon.smithi022 (mon.0) 323 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-16T20:33:25.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:23.681789+0000 mon.smithi022 (mon.0) 324 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-02-16T20:33:25.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:23.681892+0000 mon.smithi022 (mon.0) 325 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:25.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:23.682247+0000 mon.smithi022 (mon.0) 326 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.602400+0000 mon.smithi022 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.603230+0000 mon.smithi022 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.603870+0000 mon.smithi022 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.604518+0000 mon.smithi022 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.607909+0000 mon.smithi022 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.610849+0000 mon.smithi022 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.613675+0000 mon.smithi022 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.614464+0000 mon.smithi022 (mon.0) 334 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.615110+0000 mon.smithi022 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:25.385 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-16T20:33:25.385 INFO:teuthology.orchestra.run.smithi022.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-16T20:33:25.385 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10+0 records in 2024-02-16T20:33:25.385 INFO:teuthology.orchestra.run.smithi022.stderr:10+0 records out 2024-02-16T20:33:25.386 INFO:teuthology.orchestra.run.smithi022.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00977144 s, 1.1 GB/s 2024-02-16T20:33:25.386 INFO:teuthology.orchestra.run.smithi022.stderr:--> Zapping successful for: 2024-02-16T20:33:26.447 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:24.604963+0000 mgr.smithi022.hdvvsq (mgr.14164) 137 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 4300M 2024-02-16T20:33:26.447 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:24.624520+0000 mgr.smithi022.hdvvsq (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:26.447 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.683641+0000 mon.smithi022 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:33:26.448 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:24.683708+0000 mon.smithi022 (mon.0) 337 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-16T20:33:26.448 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.684116+0000 mon.smithi022 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:26.448 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:24.691560+0000 mon.smithi022 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:26.467 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi022:vg_nvme/lv_1 2024-02-16T20:33:26.478 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:24.604963+0000 mgr.smithi022.hdvvsq (mgr.14164) 137 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 4300M 2024-02-16T20:33:26.478 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:24.624520+0000 mgr.smithi022.hdvvsq (mgr.14164) 138 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:26.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.683641+0000 mon.smithi022 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:33:26.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:24.683708+0000 mon.smithi022 (mon.0) 337 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-02-16T20:33:26.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.684116+0000 mon.smithi022 (mon.0) 338 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:26.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:24.691560+0000 mon.smithi022 (mon.0) 339 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:27.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:24.365835+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:33:27.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:24.365974+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:33:27.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:25.687895+0000 mon.smithi022 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:27.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:25.690130+0000 mon.smithi022 (mon.0) 341 : cluster [INF] osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375] boot 2024-02-16T20:33:27.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:25.690166+0000 mon.smithi022 (mon.0) 342 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-16T20:33:27.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:25.690579+0000 mon.smithi022 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:25.690812+0000 mon.smithi022 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:26.606747+0000 mon.smithi022 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:26.624719+0000 mgr.smithi022.hdvvsq (mgr.14164) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:26.691502+0000 mon.smithi022 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:26.691587+0000 mon.smithi022 (mon.0) 347 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:26.692255+0000 mon.smithi022 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:26.756001+0000 mon.smithi022 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:33:27.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:26.756438+0000 mon.smithi022 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:33:27.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:24.365835+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:33:27.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:24.365974+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:25.687895+0000 mon.smithi022 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:25.690130+0000 mon.smithi022 (mon.0) 341 : cluster [INF] osd.2 [v2:172.21.15.22:6818/348697375,v1:172.21.15.22:6819/348697375] boot 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:25.690166+0000 mon.smithi022 (mon.0) 342 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:25.690579+0000 mon.smithi022 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:25.690812+0000 mon.smithi022 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:26.606747+0000 mon.smithi022 (mon.0) 345 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:26.624719+0000 mgr.smithi022.hdvvsq (mgr.14164) 139 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:26.691502+0000 mon.smithi022 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:26.691587+0000 mon.smithi022 (mon.0) 347 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:26.692255+0000 mon.smithi022 (mon.0) 348 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:26.756001+0000 mon.smithi022 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:33:27.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:26.756438+0000 mon.smithi022 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:33:28.775 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:27.692625+0000 mon.smithi022 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-16T20:33:28.775 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:27.692699+0000 mon.smithi022 (mon.0) 352 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-16T20:33:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:27.692625+0000 mon.smithi022 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-16T20:33:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:27.692699+0000 mon.smithi022 (mon.0) 352 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-16T20:33:29.923 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:28.625100+0000 mgr.smithi022.hdvvsq (mgr.14164) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:29.923 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:28.698265+0000 mon.smithi022 (mon.0) 353 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-16T20:33:29.923 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:29.100421+0000 mon.smithi022 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:33:29.923 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:29.101645+0000 mon.smithi022 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:33:29.924 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:29.102160+0000 mon.smithi022 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:28.625100+0000 mgr.smithi022.hdvvsq (mgr.14164) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:28.698265+0000 mon.smithi022 (mon.0) 353 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-16T20:33:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:29.100421+0000 mon.smithi022 (mon.0) 354 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:33:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:29.101645+0000 mon.smithi022 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:33:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:29.102160+0000 mon.smithi022 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:30.800 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:29.099673+0000 mgr.smithi022.hdvvsq (mgr.14164) 141 : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:33:31.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:29.099673+0000 mgr.smithi022.hdvvsq (mgr.14164) 141 : audit [DBG] from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi022:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:33:31.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:30.625463+0000 mgr.smithi022.hdvvsq (mgr.14164) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:32.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:30.625463+0000 mgr.smithi022.hdvvsq (mgr.14164) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:32.963 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:32.363506+0000 mon.smithi022 (mon.0) 357 : audit [INF] from='client.? 172.21.15.22:0/212964266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "746cb10f-f856-4342-9102-5046ba51082f"}]: dispatch 2024-02-16T20:33:32.963 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:32.368428+0000 mon.smithi022 (mon.0) 358 : audit [INF] from='client.? 172.21.15.22:0/212964266' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "746cb10f-f856-4342-9102-5046ba51082f"}]': finished 2024-02-16T20:33:32.963 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:32.368501+0000 mon.smithi022 (mon.0) 359 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-16T20:33:32.963 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:32.368670+0000 mon.smithi022 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:32.963 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:32.537247+0000 mon.smithi022 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:32.363506+0000 mon.smithi022 (mon.0) 357 : audit [INF] from='client.? 172.21.15.22:0/212964266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "746cb10f-f856-4342-9102-5046ba51082f"}]: dispatch 2024-02-16T20:33:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:32.368428+0000 mon.smithi022 (mon.0) 358 : audit [INF] from='client.? 172.21.15.22:0/212964266' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "746cb10f-f856-4342-9102-5046ba51082f"}]': finished 2024-02-16T20:33:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:32.368501+0000 mon.smithi022 (mon.0) 359 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-02-16T20:33:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:32.368670+0000 mon.smithi022 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:32.537247+0000 mon.smithi022 (mon.0) 361 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:33.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:32.625788+0000 mgr.smithi022.hdvvsq (mgr.14164) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:33.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:32.808562+0000 mon.smithi022 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.22:0/1990282959' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:33:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:32.625788+0000 mgr.smithi022.hdvvsq (mgr.14164) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:32.808562+0000 mon.smithi022 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.22:0/1990282959' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:33:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:34.626159+0000 mgr.smithi022.hdvvsq (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:36.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:34.626159+0000 mgr.smithi022.hdvvsq (mgr.14164) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:37.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:36.626422+0000 mgr.smithi022.hdvvsq (mgr.14164) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:36.626422+0000 mgr.smithi022.hdvvsq (mgr.14164) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:39.606 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:38.521369+0000 mgr.smithi022.hdvvsq (mgr.14164) 146 : cephadm [INF] Detected new or changed devices on smithi022 2024-02-16T20:33:39.606 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:38.526149+0000 mon.smithi022 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:39.606 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:38.529016+0000 mon.smithi022 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:39.607 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:38.626648+0000 mgr.smithi022.hdvvsq (mgr.14164) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:39.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:38.521369+0000 mgr.smithi022.hdvvsq (mgr.14164) 146 : cephadm [INF] Detected new or changed devices on smithi022 2024-02-16T20:33:39.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:38.526149+0000 mon.smithi022 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:39.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:38.529016+0000 mon.smithi022 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:39.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:38.626648+0000 mgr.smithi022.hdvvsq (mgr.14164) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:40.657 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:39.628551+0000 mon.smithi022 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-16T20:33:40.657 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:39.629250+0000 mon.smithi022 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:40.658 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:39.629833+0000 mgr.smithi022.hdvvsq (mgr.14164) 148 : cephadm [INF] Deploying daemon osd.3 on smithi022 2024-02-16T20:33:40.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:39.628551+0000 mon.smithi022 (mon.0) 365 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-16T20:33:40.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:39.629250+0000 mon.smithi022 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:40.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:39.629833+0000 mgr.smithi022.hdvvsq (mgr.14164) 148 : cephadm [INF] Deploying daemon osd.3 on smithi022 2024-02-16T20:33:41.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:40.626990+0000 mgr.smithi022.hdvvsq (mgr.14164) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:42.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:40.626990+0000 mgr.smithi022.hdvvsq (mgr.14164) 149 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:43.322 INFO:teuthology.orchestra.run.smithi022.stdout:Created osd(s) 3 on host 'smithi022' 2024-02-16T20:33:43.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:42.627434+0000 mgr.smithi022.hdvvsq (mgr.14164) 150 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:43.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:43.310062+0000 mon.smithi022 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:43.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:43.312121+0000 mon.smithi022 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:43.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:43.314582+0000 mon.smithi022 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:43.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:43.314858+0000 mon.smithi022 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:43.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:43.319447+0000 mon.smithi022 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:43.979 DEBUG:teuthology.orchestra.run.smithi022:osd.3> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.3.service 2024-02-16T20:33:43.981 INFO:tasks.cephadm:Deploying osd.4 on smithi117 with /dev/vg_nvme/lv_4... 2024-02-16T20:33:43.981 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-16T20:33:44.014 INFO:journalctl@ceph.osd.3.smithi022.stdout:-- Logs begin at Fri 2024-02-16 20:04:41 UTC. -- 2024-02-16T20:33:44.014 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:42.627434+0000 mgr.smithi022.hdvvsq (mgr.14164) 150 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:44.015 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:43.310062+0000 mon.smithi022 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:44.015 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:43.312121+0000 mon.smithi022 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:44.015 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:43.314582+0000 mon.smithi022 (mon.0) 369 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:44.015 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:43.314858+0000 mon.smithi022 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:44.015 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:43.319447+0000 mon.smithi022 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:45.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:44.627764+0000 mgr.smithi022.hdvvsq (mgr.14164) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:45.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:44.627764+0000 mgr.smithi022.hdvvsq (mgr.14164) 151 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:46.109 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-16T20:33:46.109 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-16T20:33:46.109 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-16T20:33:46.109 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-16T20:33:46.109 INFO:teuthology.orchestra.run.smithi117.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111145 s, 943 MB/s 2024-02-16T20:33:46.109 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 2024-02-16T20:33:46.110 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-16T20:33:46.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:46.419819+0000 mon.smithi022 (mon.0) 372 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-16T20:33:46.723 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:33:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3[54928]: debug 2024-02-16T20:33:46.415+0000 7f3d72b5a080 -1 osd.3 0 log_to_monitors {default=true} 2024-02-16T20:33:46.775 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:46.419819+0000 mon.smithi022 (mon.0) 372 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-16T20:33:46.795 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_4 2024-02-16T20:33:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:46.628295+0000 mgr.smithi022.hdvvsq (mgr.14164) 152 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:46.645196+0000 mon.smithi022 (mon.0) 373 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-16T20:33:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:46.645242+0000 mon.smithi022 (mon.0) 374 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-16T20:33:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:46.645351+0000 mon.smithi022 (mon.0) 375 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:47.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:46.645690+0000 mon.smithi022 (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:47.973 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3[54928]: debug 2024-02-16T20:33:47.649+0000 7f3d690bd700 -1 osd.3 0 waiting for initial osdmap 2024-02-16T20:33:47.973 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3[54928]: debug 2024-02-16T20:33:47.653+0000 7f3d62032700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-02-16T20:33:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:46.628295+0000 mgr.smithi022.hdvvsq (mgr.14164) 152 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:46.645196+0000 mon.smithi022 (mon.0) 373 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-16T20:33:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:46.645242+0000 mon.smithi022 (mon.0) 374 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-02-16T20:33:47.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:46.645351+0000 mon.smithi022 (mon.0) 375 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:47.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:46.645690+0000 mon.smithi022 (mon.0) 376 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:33:48.906 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:47.647341+0000 mon.smithi022 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:33:48.906 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:47.647414+0000 mon.smithi022 (mon.0) 378 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-16T20:33:48.906 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:47.647793+0000 mon.smithi022 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:48.906 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:47.652084+0000 mon.smithi022 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:48.906 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.231756+0000 mon.smithi022 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:47.647341+0000 mon.smithi022 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2024-02-16T20:33:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:47.647414+0000 mon.smithi022 (mon.0) 378 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-02-16T20:33:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:47.647793+0000 mon.smithi022 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:47.652084+0000 mon.smithi022 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.231756+0000 mon.smithi022 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:49.895 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:47.459907+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:47.459994+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:48.628830+0000 mgr.smithi022.hdvvsq (mgr.14164) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.652913+0000 mon.smithi022 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:48.655431+0000 mon.smithi022 (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396] boot 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:48.655479+0000 mon.smithi022 (mon.0) 384 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.655607+0000 mon.smithi022 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.873440+0000 mgr.smithi022.hdvvsq (mgr.14164) 154 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.874203+0000 mon.smithi022 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.875585+0000 mon.smithi022 (mon.0) 387 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:33:49.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:48.876136+0000 mon.smithi022 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:49.935 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:47.459907+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:33:49.935 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:47.459994+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:33:49.935 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:48.628830+0000 mgr.smithi022.hdvvsq (mgr.14164) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-02-16T20:33:49.935 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.652913+0000 mon.smithi022 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:48.655431+0000 mon.smithi022 (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.22:6826/2568083396,v1:172.21.15.22:6827/2568083396] boot 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:48.655479+0000 mon.smithi022 (mon.0) 384 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.655607+0000 mon.smithi022 (mon.0) 385 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.873440+0000 mgr.smithi022.hdvvsq (mgr.14164) 154 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.874203+0000 mon.smithi022 (mon.0) 386 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.875585+0000 mon.smithi022 (mon.0) 387 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:33:49.936 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:48.876136+0000 mon.smithi022 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:51.469 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:50.234855+0000 mon.smithi022 (mon.0) 389 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-16T20:33:51.469 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:50.629114+0000 mgr.smithi022.hdvvsq (mgr.14164) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:51.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:50.234855+0000 mon.smithi022 (mon.0) 389 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-16T20:33:51.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:50.629114+0000 mgr.smithi022.hdvvsq (mgr.14164) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:52.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.305321+0000 mon.smithi117 (mon.1) 4 : audit [INF] from='client.? 172.21.15.117:0/1905682999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56"}]: dispatch 2024-02-16T20:33:52.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.305917+0000 mon.smithi022 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.309250+0000 mon.smithi022 (mon.0) 391 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56"}]': finished 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:51.309309+0000 mon.smithi022 (mon.0) 392 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.309404+0000 mon.smithi022 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.706580+0000 mon.smithi022 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.707547+0000 mon.smithi022 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.708183+0000 mon.smithi022 (mon.0) 396 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.708730+0000 mon.smithi022 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.709245+0000 mon.smithi022 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:51.709669+0000 mgr.smithi022.hdvvsq (mgr.14164) 156 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 3225M 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.712494+0000 mon.smithi022 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.715225+0000 mon.smithi022 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.718162+0000 mon.smithi022 (mon.0) 401 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.719078+0000 mon.smithi022 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.719641+0000 mon.smithi022 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:51.726813+0000 mon.smithi117 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.117:0/2190970851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:33:52.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.305321+0000 mon.smithi117 (mon.1) 4 : audit [INF] from='client.? 172.21.15.117:0/1905682999' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56"}]: dispatch 2024-02-16T20:33:52.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.305917+0000 mon.smithi022 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56"}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.309250+0000 mon.smithi022 (mon.0) 391 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56"}]': finished 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:51.309309+0000 mon.smithi022 (mon.0) 392 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.309404+0000 mon.smithi022 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.706580+0000 mon.smithi022 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.707547+0000 mon.smithi022 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.708183+0000 mon.smithi022 (mon.0) 396 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.708730+0000 mon.smithi022 (mon.0) 397 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.709245+0000 mon.smithi022 (mon.0) 398 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:51.709669+0000 mgr.smithi022.hdvvsq (mgr.14164) 156 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 3225M 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.712494+0000 mon.smithi022 (mon.0) 399 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.715225+0000 mon.smithi022 (mon.0) 400 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.718162+0000 mon.smithi022 (mon.0) 401 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:33:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.719078+0000 mon.smithi022 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.719641+0000 mon.smithi022 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:33:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:51.726813+0000 mon.smithi117 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.117:0/2190970851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:33:53.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:52.629381+0000 mgr.smithi022.hdvvsq (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:53.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:52.629381+0000 mgr.smithi022.hdvvsq (mgr.14164) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:55.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:54.629831+0000 mgr.smithi022.hdvvsq (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:55.991 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:54.629831+0000 mgr.smithi022.hdvvsq (mgr.14164) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:57.252 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:56.051510+0000 mon.smithi022 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:57.252 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:56.054359+0000 mon.smithi022 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:57.252 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:56.630156+0000 mgr.smithi022.hdvvsq (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:57.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:56.051510+0000 mon.smithi022 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:57.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:56.054359+0000 mon.smithi022 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:33:57.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:56.630156+0000 mgr.smithi022.hdvvsq (mgr.14164) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:58.319 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:57.270256+0000 mon.smithi022 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-16T20:33:58.319 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:33:57.271109+0000 mon.smithi022 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:58.319 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:33:57.271769+0000 mgr.smithi022.hdvvsq (mgr.14164) 160 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-02-16T20:33:58.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:57.270256+0000 mon.smithi022 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-16T20:33:58.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:33:57.271109+0000 mon.smithi022 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:33:58.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:33:57.271769+0000 mgr.smithi022.hdvvsq (mgr.14164) 160 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-02-16T20:33:59.183 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:33:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:33:58.630539+0000 mgr.smithi022.hdvvsq (mgr.14164) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:33:59.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:33:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:33:58.630539+0000 mgr.smithi022.hdvvsq (mgr.14164) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:00.946 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 4 on host 'smithi117' 2024-02-16T20:34:01.709 DEBUG:teuthology.orchestra.run.smithi117:osd.4> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.4.service 2024-02-16T20:34:01.712 INFO:tasks.cephadm:Deploying osd.5 on smithi117 with /dev/vg_nvme/lv_3... 2024-02-16T20:34:01.712 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-16T20:34:01.742 INFO:journalctl@ceph.osd.4.smithi117.stdout:-- Logs begin at Fri 2024-02-16 20:04:37 UTC. -- 2024-02-16T20:34:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:00.631036+0000 mgr.smithi022.hdvvsq (mgr.14164) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:00.936193+0000 mon.smithi022 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:00.937843+0000 mon.smithi022 (mon.0) 409 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:00.939794+0000 mon.smithi022 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:00.941445+0000 mon.smithi022 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:00.943951+0000 mon.smithi022 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:00.631036+0000 mgr.smithi022.hdvvsq (mgr.14164) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:00.936193+0000 mon.smithi022 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:00.937843+0000 mon.smithi022 (mon.0) 409 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:00.939794+0000 mon.smithi022 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:00.941445+0000 mon.smithi022 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:00.943951+0000 mon.smithi022 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:03.756 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:02.631516+0000 mgr.smithi022.hdvvsq (mgr.14164) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:03.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:02.631516+0000 mgr.smithi022.hdvvsq (mgr.14164) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:04.065 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:34:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4[40554]: debug 2024-02-16T20:34:03.991+0000 7f831593a080 -1 osd.4 0 log_to_monitors {default=true} 2024-02-16T20:34:04.492 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-16T20:34:04.492 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-16T20:34:04.492 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-16T20:34:04.492 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-16T20:34:04.492 INFO:teuthology.orchestra.run.smithi117.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0139062 s, 754 MB/s 2024-02-16T20:34:04.492 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-16T20:34:04.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:03.996783+0000 mon.smithi117 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/3027019180,v1:172.21.15.117:6801/3027019180]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:34:04.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:03.997287+0000 mon.smithi022 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:34:04.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:03.996783+0000 mon.smithi117 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/3027019180,v1:172.21.15.117:6801/3027019180]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:34:04.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:03.997287+0000 mon.smithi022 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:34:05.273 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_3 2024-02-16T20:34:05.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:04.631822+0000 mgr.smithi022.hdvvsq (mgr.14164) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:05.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:04.693577+0000 mon.smithi022 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-16T20:34:05.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:04.693665+0000 mon.smithi022 (mon.0) 415 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-16T20:34:05.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:04.693820+0000 mon.smithi022 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:05.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:04.694201+0000 mon.smithi117 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/3027019180,v1:172.21.15.117:6801/3027019180]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:05.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:04.694572+0000 mon.smithi022 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:05.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:05.227720+0000 mon.smithi022 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:05.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:05.292040+0000 mon.smithi022 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:04.631822+0000 mgr.smithi022.hdvvsq (mgr.14164) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:04.693577+0000 mon.smithi022 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:04.693665+0000 mon.smithi022 (mon.0) 415 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:04.693820+0000 mon.smithi022 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:04.694201+0000 mon.smithi117 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/3027019180,v1:172.21.15.117:6801/3027019180]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:04.694572+0000 mon.smithi022 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:05.227720+0000 mon.smithi022 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:05.979 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:05.292040+0000 mon.smithi022 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:05.980 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4[40554]: debug 2024-02-16T20:34:05.698+0000 7f830be9d700 -1 osd.4 0 waiting for initial osdmap 2024-02-16T20:34:05.980 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:34:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4[40554]: debug 2024-02-16T20:34:05.702+0000 7f8306615700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-16T20:34:06.882 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:05.695215+0000 mon.smithi022 (mon.0) 420 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:34:06.882 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:05.695321+0000 mon.smithi022 (mon.0) 421 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-16T20:34:06.882 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:05.695781+0000 mon.smithi022 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:06.882 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:05.699888+0000 mon.smithi022 (mon.0) 423 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:05.695215+0000 mon.smithi022 (mon.0) 420 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:34:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:05.695321+0000 mon.smithi022 (mon.0) 421 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-02-16T20:34:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:05.695781+0000 mon.smithi022 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:05.699888+0000 mon.smithi022 (mon.0) 423 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:07.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:04.951158+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:34:07.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:04.951347+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:34:07.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:06.632129+0000 mgr.smithi022.hdvvsq (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:07.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:06.700343+0000 mon.smithi022 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:07.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:06.704244+0000 mon.smithi022 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.117:6800/3027019180,v1:172.21.15.117:6801/3027019180] boot 2024-02-16T20:34:07.772 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:06.704294+0000 mon.smithi022 (mon.0) 426 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-16T20:34:07.773 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:06.704765+0000 mon.smithi022 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:04.951158+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:34:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:04.951347+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:34:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:06.632129+0000 mgr.smithi022.hdvvsq (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-02-16T20:34:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:06.700343+0000 mon.smithi022 (mon.0) 424 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:06.704244+0000 mon.smithi022 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.117:6800/3027019180,v1:172.21.15.117:6801/3027019180] boot 2024-02-16T20:34:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:06.704294+0000 mon.smithi022 (mon.0) 426 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-16T20:34:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:06.704765+0000 mon.smithi022 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:34:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:07.704901+0000 mon.smithi022 (mon.0) 428 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-16T20:34:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:08.658897+0000 mon.smithi022 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:34:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:08.660627+0000 mon.smithi022 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:34:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:08.661523+0000 mon.smithi022 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:09.076 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:07.704901+0000 mon.smithi022 (mon.0) 428 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-16T20:34:09.076 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:08.658897+0000 mon.smithi022 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:34:09.076 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:08.660627+0000 mon.smithi022 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:34:09.076 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:08.661523+0000 mon.smithi022 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:09.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:08.632572+0000 mgr.smithi022.hdvvsq (mgr.14164) 166 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:09.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:08.657938+0000 mgr.smithi022.hdvvsq (mgr.14164) 167 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:34:09.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:08.713865+0000 mon.smithi022 (mon.0) 432 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-16T20:34:09.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.603379+0000 mon.smithi022 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:09.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:08.632572+0000 mgr.smithi022.hdvvsq (mgr.14164) 166 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:09.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:08.657938+0000 mgr.smithi022.hdvvsq (mgr.14164) 167 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:34:09.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:08.713865+0000 mon.smithi022 (mon.0) 432 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-16T20:34:09.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.603379+0000 mon.smithi022 (mon.0) 433 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:10.743 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:09.598357+0000 mgr.smithi022.hdvvsq (mgr.14164) 168 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:34:10.743 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.911159+0000 mon.smithi022 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:10.744 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:09.911850+0000 mgr.smithi022.hdvvsq (mgr.14164) 169 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 15970M 2024-02-16T20:34:10.744 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.915871+0000 mon.smithi022 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:10.744 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.919796+0000 mon.smithi022 (mon.0) 436 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:10.744 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.923666+0000 mon.smithi022 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:10.744 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.924699+0000 mon.smithi022 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:10.744 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:09.925414+0000 mon.smithi022 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:09.598357+0000 mgr.smithi022.hdvvsq (mgr.14164) 168 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.911159+0000 mon.smithi022 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:09.911850+0000 mgr.smithi022.hdvvsq (mgr.14164) 169 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 15970M 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.915871+0000 mon.smithi022 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.919796+0000 mon.smithi022 (mon.0) 436 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.923666+0000 mon.smithi022 (mon.0) 437 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.924699+0000 mon.smithi022 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:09.925414+0000 mon.smithi022 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:10.632850+0000 mgr.smithi022.hdvvsq (mgr.14164) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:11.571537+0000 mon.smithi117 (mon.1) 8 : audit [INF] from='client.? 172.21.15.117:0/3284740040' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7694fa7c-ddb4-4da8-b89c-8edb2cf10653"}]: dispatch 2024-02-16T20:34:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:11.572040+0000 mon.smithi022 (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7694fa7c-ddb4-4da8-b89c-8edb2cf10653"}]: dispatch 2024-02-16T20:34:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:11.575584+0000 mon.smithi022 (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7694fa7c-ddb4-4da8-b89c-8edb2cf10653"}]': finished 2024-02-16T20:34:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:11.575637+0000 mon.smithi022 (mon.0) 442 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-16T20:34:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:11.575738+0000 mon.smithi022 (mon.0) 443 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:10.632850+0000 mgr.smithi022.hdvvsq (mgr.14164) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:11.571537+0000 mon.smithi117 (mon.1) 8 : audit [INF] from='client.? 172.21.15.117:0/3284740040' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7694fa7c-ddb4-4da8-b89c-8edb2cf10653"}]: dispatch 2024-02-16T20:34:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:11.572040+0000 mon.smithi022 (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7694fa7c-ddb4-4da8-b89c-8edb2cf10653"}]: dispatch 2024-02-16T20:34:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:11.575584+0000 mon.smithi022 (mon.0) 441 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7694fa7c-ddb4-4da8-b89c-8edb2cf10653"}]': finished 2024-02-16T20:34:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:11.575637+0000 mon.smithi022 (mon.0) 442 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-02-16T20:34:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:11.575738+0000 mon.smithi022 (mon.0) 443 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:13.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:11.982845+0000 mon.smithi117 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.117:0/3478638672' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:34:13.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:11.982845+0000 mon.smithi117 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.117:0/3478638672' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:34:13.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:12.633201+0000 mgr.smithi022.hdvvsq (mgr.14164) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:14.224 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:12.633201+0000 mgr.smithi022.hdvvsq (mgr.14164) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:15.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:14.328822+0000 mon.smithi022 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:15.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:14.573500+0000 mon.smithi022 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:15.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:14.633562+0000 mgr.smithi022.hdvvsq (mgr.14164) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:14.328822+0000 mon.smithi022 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:14.573500+0000 mon.smithi022 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:15.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:14.633562+0000 mgr.smithi022.hdvvsq (mgr.14164) 172 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:16.633913+0000 mgr.smithi022.hdvvsq (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:17.500859+0000 mon.smithi022 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-16T20:34:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:17.501767+0000 mon.smithi022 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:16.633913+0000 mgr.smithi022.hdvvsq (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:17.500859+0000 mon.smithi022 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-16T20:34:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:17.501767+0000 mon.smithi022 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:17.502539+0000 mgr.smithi022.hdvvsq (mgr.14164) 174 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-02-16T20:34:19.006 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:17.502539+0000 mgr.smithi022.hdvvsq (mgr.14164) 174 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-02-16T20:34:19.937 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:18.634426+0000 mgr.smithi022.hdvvsq (mgr.14164) 175 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:19.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:18.634426+0000 mgr.smithi022.hdvvsq (mgr.14164) 175 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:21.542 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 5 on host 'smithi117' 2024-02-16T20:34:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:20.634916+0000 mgr.smithi022.hdvvsq (mgr.14164) 176 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:21.532706+0000 mon.smithi022 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:21.535683+0000 mon.smithi022 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:21.535943+0000 mon.smithi022 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:21.537614+0000 mon.smithi022 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:21.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:21.540026+0000 mon.smithi022 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:20.634916+0000 mgr.smithi022.hdvvsq (mgr.14164) 176 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:21.532706+0000 mon.smithi022 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:21.535683+0000 mon.smithi022 (mon.0) 449 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:21.535943+0000 mon.smithi022 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:21.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:21.537614+0000 mon.smithi022 (mon.0) 451 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:21.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:21.540026+0000 mon.smithi022 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:22.235 DEBUG:teuthology.orchestra.run.smithi117:osd.5> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.5.service 2024-02-16T20:34:22.238 INFO:tasks.cephadm:Deploying osd.6 on smithi117 with /dev/vg_nvme/lv_2... 2024-02-16T20:34:22.238 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-16T20:34:22.271 INFO:journalctl@ceph.osd.5.smithi117.stdout:-- Logs begin at Fri 2024-02-16 20:04:37 UTC. -- 2024-02-16T20:34:23.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:22.635324+0000 mgr.smithi022.hdvvsq (mgr.14164) 177 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:23.996 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:22.635324+0000 mgr.smithi022.hdvvsq (mgr.14164) 177 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:24.843 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:34:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5[43428]: debug 2024-02-16T20:34:24.627+0000 7fe337c82080 -1 osd.5 0 log_to_monitors {default=true} 2024-02-16T20:34:24.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:24.631035+0000 mon.smithi117 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/4169167918,v1:172.21.15.117:6809/4169167918]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:34:24.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:24.631527+0000 mon.smithi022 (mon.0) 453 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:34:24.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:24.631035+0000 mon.smithi117 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/4169167918,v1:172.21.15.117:6809/4169167918]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:34:24.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:24.631527+0000 mon.smithi022 (mon.0) 453 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:34:24.977 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-16T20:34:24.977 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-16T20:34:24.977 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-16T20:34:24.977 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-16T20:34:24.977 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012483 s, 840 MB/s 2024-02-16T20:34:24.977 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-16T20:34:25.970 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5[43428]: debug 2024-02-16T20:34:25.664+0000 7fe32e1e5700 -1 osd.5 0 waiting for initial osdmap 2024-02-16T20:34:25.970 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5[43428]: debug 2024-02-16T20:34:25.669+0000 7fe32995f700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-16T20:34:25.970 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:24.635610+0000 mgr.smithi022.hdvvsq (mgr.14164) 178 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:25.970 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:24.659922+0000 mon.smithi022 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-16T20:34:25.970 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:24.659990+0000 mon.smithi022 (mon.0) 455 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-16T20:34:25.971 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:24.660096+0000 mon.smithi022 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:25.971 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:24.662432+0000 mon.smithi117 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/4169167918,v1:172.21.15.117:6809/4169167918]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:25.971 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:24.662853+0000 mon.smithi022 (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:24.635610+0000 mgr.smithi022.hdvvsq (mgr.14164) 178 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:24.659922+0000 mon.smithi022 (mon.0) 454 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-16T20:34:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:24.659990+0000 mon.smithi022 (mon.0) 455 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-02-16T20:34:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:24.660096+0000 mon.smithi022 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:24.662432+0000 mon.smithi117 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/4169167918,v1:172.21.15.117:6809/4169167918]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:24.662853+0000 mon.smithi022 (mon.0) 457 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:25.988 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_2 2024-02-16T20:34:26.708 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:25.661135+0000 mon.smithi022 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:34:26.708 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:25.661252+0000 mon.smithi022 (mon.0) 459 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-16T20:34:26.708 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:25.661603+0000 mon.smithi022 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:26.708 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:25.665209+0000 mon.smithi022 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:26.708 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:25.774514+0000 mon.smithi022 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:26.708 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:26.088252+0000 mon.smithi022 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:25.661135+0000 mon.smithi022 (mon.0) 458 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:34:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:25.661252+0000 mon.smithi022 (mon.0) 459 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-02-16T20:34:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:25.661603+0000 mon.smithi022 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:25.665209+0000 mon.smithi022 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:25.774514+0000 mon.smithi022 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:26.088252+0000 mon.smithi022 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:27.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:25.637870+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:34:27.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:25.637998+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:34:27.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:26.635938+0000 mgr.smithi022.hdvvsq (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:27.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:26.666763+0000 mon.smithi022 (mon.0) 464 : cluster [INF] osd.5 [v2:172.21.15.117:6808/4169167918,v1:172.21.15.117:6809/4169167918] boot 2024-02-16T20:34:27.754 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:26.666809+0000 mon.smithi022 (mon.0) 465 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-16T20:34:27.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:26.667277+0000 mon.smithi022 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:27.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:26.761273+0000 mon.smithi022 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:34:27.755 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:26.761522+0000 mon.smithi022 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:34:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:25.637870+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:34:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:25.637998+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:34:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:26.635938+0000 mgr.smithi022.hdvvsq (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-02-16T20:34:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:26.666763+0000 mon.smithi022 (mon.0) 464 : cluster [INF] osd.5 [v2:172.21.15.117:6808/4169167918,v1:172.21.15.117:6809/4169167918] boot 2024-02-16T20:34:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:26.666809+0000 mon.smithi022 (mon.0) 465 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-16T20:34:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:26.667277+0000 mon.smithi022 (mon.0) 466 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:34:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:26.761273+0000 mon.smithi022 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:34:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:26.761522+0000 mon.smithi022 (mon.0) 468 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:34:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:27.676129+0000 mon.smithi022 (mon.0) 469 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-16T20:34:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:27.676129+0000 mon.smithi022 (mon.0) 469 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-02-16T20:34:29.815 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:28.636438+0000 mgr.smithi022.hdvvsq (mgr.14164) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:29.815 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:28.681204+0000 mon.smithi022 (mon.0) 470 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-16T20:34:29.815 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:29.296463+0000 mon.smithi022 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:34:29.815 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:29.298213+0000 mon.smithi022 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:34:29.815 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:29.298926+0000 mon.smithi022 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:29.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:28.636438+0000 mgr.smithi022.hdvvsq (mgr.14164) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:29.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:28.681204+0000 mon.smithi022 (mon.0) 470 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-02-16T20:34:29.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:29.296463+0000 mon.smithi022 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:34:29.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:29.298213+0000 mon.smithi022 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:34:29.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:29.298926+0000 mon.smithi022 (mon.0) 473 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:30.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:29.295495+0000 mgr.smithi022.hdvvsq (mgr.14164) 181 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:34:30.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:29.295495+0000 mgr.smithi022.hdvvsq (mgr.14164) 181 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:34:31.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:30.636937+0000 mgr.smithi022.hdvvsq (mgr.14164) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:32.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:30.636937+0000 mgr.smithi022.hdvvsq (mgr.14164) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:31.758168+0000 mgr.smithi022.hdvvsq (mgr.14164) 183 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:34:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.762699+0000 mon.smithi022 (mon.0) 474 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.763637+0000 mon.smithi022 (mon.0) 475 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.764444+0000 mon.smithi022 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:31.765045+0000 mgr.smithi022.hdvvsq (mgr.14164) 184 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 7985M 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.768637+0000 mon.smithi022 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.773133+0000 mon.smithi022 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.776987+0000 mon.smithi022 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.778050+0000 mon.smithi022 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:31.778767+0000 mon.smithi022 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:32.456118+0000 mon.smithi117 (mon.1) 12 : audit [INF] from='client.? 172.21.15.117:0/991357159' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81921ac3-57f2-4da3-aa5c-5df55a906576"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:32.456648+0000 mon.smithi022 (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81921ac3-57f2-4da3-aa5c-5df55a906576"}]: dispatch 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:32.460245+0000 mon.smithi022 (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81921ac3-57f2-4da3-aa5c-5df55a906576"}]': finished 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:32.460291+0000 mon.smithi022 (mon.0) 484 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-16T20:34:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:32.460385+0000 mon.smithi022 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:33.150 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:31.758168+0000 mgr.smithi022.hdvvsq (mgr.14164) 183 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:34:33.150 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.762699+0000 mon.smithi022 (mon.0) 474 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:33.150 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.763637+0000 mon.smithi022 (mon.0) 475 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:33.150 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.764444+0000 mon.smithi022 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:31.765045+0000 mgr.smithi022.hdvvsq (mgr.14164) 184 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 7985M 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.768637+0000 mon.smithi022 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.773133+0000 mon.smithi022 (mon.0) 478 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.776987+0000 mon.smithi022 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.778050+0000 mon.smithi022 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:31.778767+0000 mon.smithi022 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:32.456118+0000 mon.smithi117 (mon.1) 12 : audit [INF] from='client.? 172.21.15.117:0/991357159' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81921ac3-57f2-4da3-aa5c-5df55a906576"}]: dispatch 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:32.456648+0000 mon.smithi022 (mon.0) 482 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81921ac3-57f2-4da3-aa5c-5df55a906576"}]: dispatch 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:32.460245+0000 mon.smithi022 (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81921ac3-57f2-4da3-aa5c-5df55a906576"}]': finished 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:32.460291+0000 mon.smithi022 (mon.0) 484 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-02-16T20:34:33.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:32.460385+0000 mon.smithi022 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:32.637327+0000 mgr.smithi022.hdvvsq (mgr.14164) 185 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:32.879844+0000 mon.smithi117 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.117:0/2277506821' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:34:34.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:32.637327+0000 mgr.smithi022.hdvvsq (mgr.14164) 185 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:34.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:32.879844+0000 mon.smithi117 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.117:0/2277506821' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:34:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:34.637708+0000 mgr.smithi022.hdvvsq (mgr.14164) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:36.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:34.637708+0000 mgr.smithi022.hdvvsq (mgr.14164) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:37.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:36.133636+0000 mon.smithi022 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:37.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:36.136382+0000 mon.smithi022 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:37.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:36.638161+0000 mgr.smithi022.hdvvsq (mgr.14164) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:36.133636+0000 mon.smithi022 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:36.136382+0000 mon.smithi022 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:36.638161+0000 mgr.smithi022.hdvvsq (mgr.14164) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:38.688058+0000 mon.smithi022 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-16T20:34:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:38.688906+0000 mon.smithi022 (mon.0) 489 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:38.688058+0000 mon.smithi022 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-16T20:34:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:38.688906+0000 mon.smithi022 (mon.0) 489 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:40.086 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:38.638564+0000 mgr.smithi022.hdvvsq (mgr.14164) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:40.086 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:38.689813+0000 mgr.smithi022.hdvvsq (mgr.14164) 189 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-02-16T20:34:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:38.638564+0000 mgr.smithi022.hdvvsq (mgr.14164) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:38.689813+0000 mgr.smithi022.hdvvsq (mgr.14164) 189 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-02-16T20:34:41.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:40.638985+0000 mgr.smithi022.hdvvsq (mgr.14164) 190 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:42.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:40.638985+0000 mgr.smithi022.hdvvsq (mgr.14164) 190 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:42.395 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 6 on host 'smithi117' 2024-02-16T20:34:43.006 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:42.384011+0000 mon.smithi022 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:43.006 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:42.385935+0000 mon.smithi022 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:43.006 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:42.388753+0000 mon.smithi022 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:43.006 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:42.390828+0000 mon.smithi022 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:43.006 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:42.393748+0000 mon.smithi022 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:43.091 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:42.384011+0000 mon.smithi022 (mon.0) 490 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:43.091 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:42.385935+0000 mon.smithi022 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:43.091 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:42.388753+0000 mon.smithi022 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:43.092 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:42.390828+0000 mon.smithi022 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:43.092 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:42.393748+0000 mon.smithi022 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:43.113 DEBUG:teuthology.orchestra.run.smithi117:osd.6> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.6.service 2024-02-16T20:34:43.115 INFO:tasks.cephadm:Deploying osd.7 on smithi117 with /dev/vg_nvme/lv_1... 2024-02-16T20:34:43.115 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-16T20:34:43.145 INFO:journalctl@ceph.osd.6.smithi117.stdout:-- Logs begin at Fri 2024-02-16 20:04:37 UTC. -- 2024-02-16T20:34:43.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:42.639291+0000 mgr.smithi022.hdvvsq (mgr.14164) 191 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:44.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:42.639291+0000 mgr.smithi022.hdvvsq (mgr.14164) 191 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:45.750 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:34:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6[46293]: debug 2024-02-16T20:34:45.497+0000 7fbe36906080 -1 osd.6 0 log_to_monitors {default=true} 2024-02-16T20:34:46.009 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:44.639595+0000 mgr.smithi022.hdvvsq (mgr.14164) 192 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:46.009 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:45.502018+0000 mon.smithi117 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/2360542905,v1:172.21.15.117:6817/2360542905]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:34:46.009 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:45.502731+0000 mon.smithi022 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:34:46.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:44.639595+0000 mgr.smithi022.hdvvsq (mgr.14164) 192 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:46.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:45.502018+0000 mon.smithi117 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/2360542905,v1:172.21.15.117:6817/2360542905]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:34:46.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:45.502731+0000 mon.smithi022 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:34:46.687 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-16T20:34:46.687 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-16T20:34:46.687 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-02-16T20:34:46.687 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-02-16T20:34:46.687 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124634 s, 841 MB/s 2024-02-16T20:34:46.687 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-02-16T20:34:47.000 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6[46293]: debug 2024-02-16T20:34:46.759+0000 7fbe2ce69700 -1 osd.6 0 waiting for initial osdmap 2024-02-16T20:34:47.000 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6[46293]: debug 2024-02-16T20:34:46.767+0000 7fbe25dde700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-16T20:34:47.000 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:45.756361+0000 mon.smithi022 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-16T20:34:47.000 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:45.756447+0000 mon.smithi022 (mon.0) 497 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-16T20:34:47.000 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:45.756598+0000 mon.smithi022 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:47.001 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:45.756955+0000 mon.smithi117 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/2360542905,v1:172.21.15.117:6817/2360542905]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:47.001 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:45.757293+0000 mon.smithi022 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:47.001 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:46.517955+0000 mon.smithi022 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:47.001 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:46.575508+0000 mon.smithi022 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:47.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:45.756361+0000 mon.smithi022 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-16T20:34:47.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:45.756447+0000 mon.smithi022 (mon.0) 497 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-02-16T20:34:47.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:45.756598+0000 mon.smithi022 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:45.756955+0000 mon.smithi117 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/2360542905,v1:172.21.15.117:6817/2360542905]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:45.757293+0000 mon.smithi022 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:34:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:46.517955+0000 mon.smithi022 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:46.575508+0000 mon.smithi022 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:48.026 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:46.639894+0000 mgr.smithi022.hdvvsq (mgr.14164) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:48.027 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:46.757028+0000 mon.smithi022 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:34:48.027 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:46.757125+0000 mon.smithi022 (mon.0) 503 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-16T20:34:48.027 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:46.757526+0000 mon.smithi022 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:48.027 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:46.761264+0000 mon.smithi022 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:46.639894+0000 mgr.smithi022.hdvvsq (mgr.14164) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-02-16T20:34:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:46.757028+0000 mon.smithi022 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:34:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:46.757125+0000 mon.smithi022 (mon.0) 503 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-02-16T20:34:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:46.757526+0000 mon.smithi022 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:46.761264+0000 mon.smithi022 (mon.0) 505 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:48.784 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch daemon add osd smithi117:vg_nvme/lv_1 2024-02-16T20:34:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:46.534887+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:34:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:46.535020+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:34:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:47.758754+0000 mon.smithi022 (mon.0) 506 : cluster [INF] osd.6 [v2:172.21.15.117:6816/2360542905,v1:172.21.15.117:6817/2360542905] boot 2024-02-16T20:34:49.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:47.758813+0000 mon.smithi022 (mon.0) 507 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-16T20:34:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:47.759004+0000 mon.smithi022 (mon.0) 508 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:48.760555+0000 mon.smithi022 (mon.0) 509 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-16T20:34:49.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:46.534887+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:34:49.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:46.535020+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:34:49.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:47.758754+0000 mon.smithi022 (mon.0) 506 : cluster [INF] osd.6 [v2:172.21.15.117:6816/2360542905,v1:172.21.15.117:6817/2360542905] boot 2024-02-16T20:34:49.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:47.758813+0000 mon.smithi022 (mon.0) 507 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-02-16T20:34:49.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:47.759004+0000 mon.smithi022 (mon.0) 508 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:34:49.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:48.760555+0000 mon.smithi022 (mon.0) 509 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-02-16T20:34:50.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:48.640257+0000 mgr.smithi022.hdvvsq (mgr.14164) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:50.088 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:49.761672+0000 mon.smithi022 (mon.0) 510 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-16T20:34:50.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:48.640257+0000 mgr.smithi022.hdvvsq (mgr.14164) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:50.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:49.761672+0000 mon.smithi022 (mon.0) 510 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-02-16T20:34:52.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:50.640713+0000 mgr.smithi022.hdvvsq (mgr.14164) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:52.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.338517+0000 mon.smithi022 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.339535+0000 mon.smithi022 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:52.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.340726+0000 mon.smithi022 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:52.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.341769+0000 mon.smithi022 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.346287+0000 mon.smithi022 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.350114+0000 mon.smithi022 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.354078+0000 mon.smithi022 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.355160+0000 mon.smithi022 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.355965+0000 mon.smithi022 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.360070+0000 mon.smithi022 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.719555+0000 mon.smithi022 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.721325+0000 mon.smithi022 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:34:52.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.722087+0000 mon.smithi022 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:52.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:50.640713+0000 mgr.smithi022.hdvvsq (mgr.14164) 195 : cluster [DBG] pgmap v166: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:52.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.338517+0000 mon.smithi022 (mon.0) 511 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.339535+0000 mon.smithi022 (mon.0) 512 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:52.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.340726+0000 mon.smithi022 (mon.0) 513 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.341769+0000 mon.smithi022 (mon.0) 514 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.346287+0000 mon.smithi022 (mon.0) 515 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.350114+0000 mon.smithi022 (mon.0) 516 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.354078+0000 mon.smithi022 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.355160+0000 mon.smithi022 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.355965+0000 mon.smithi022 (mon.0) 519 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.360070+0000 mon.smithi022 (mon.0) 520 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.719555+0000 mon.smithi022 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.721325+0000 mon.smithi022 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-16T20:34:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.722087+0000 mon.smithi022 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:34:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:51.332992+0000 mgr.smithi022.hdvvsq (mgr.14164) 196 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:34:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:34:51.342458+0000 mgr.smithi022.hdvvsq (mgr.14164) 197 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 5323M 2024-02-16T20:34:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:51.718659+0000 mgr.smithi022.hdvvsq (mgr.14164) 198 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:34:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:51.332992+0000 mgr.smithi022.hdvvsq (mgr.14164) 196 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:34:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:34:51.342458+0000 mgr.smithi022.hdvvsq (mgr.14164) 197 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 5323M 2024-02-16T20:34:53.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:51.718659+0000 mgr.smithi022.hdvvsq (mgr.14164) 198 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:34:53.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:52.641129+0000 mgr.smithi022.hdvvsq (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:54.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:52.641129+0000 mgr.smithi022.hdvvsq (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 remapped+peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:54.267975+0000 mon.smithi117 (mon.1) 16 : audit [INF] from='client.? 172.21.15.117:0/1276651021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52e415e1-3ba9-4400-9486-2b84031d7125"}]: dispatch 2024-02-16T20:34:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:54.268573+0000 mon.smithi022 (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52e415e1-3ba9-4400-9486-2b84031d7125"}]: dispatch 2024-02-16T20:34:55.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:54.272857+0000 mon.smithi022 (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52e415e1-3ba9-4400-9486-2b84031d7125"}]': finished 2024-02-16T20:34:55.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:54.272945+0000 mon.smithi022 (mon.0) 526 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-16T20:34:55.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:54.273106+0000 mon.smithi022 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:34:55.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:34:54.672748+0000 mon.smithi117 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.117:0/3605311067' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:34:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:54.267975+0000 mon.smithi117 (mon.1) 16 : audit [INF] from='client.? 172.21.15.117:0/1276651021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52e415e1-3ba9-4400-9486-2b84031d7125"}]: dispatch 2024-02-16T20:34:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:54.268573+0000 mon.smithi022 (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52e415e1-3ba9-4400-9486-2b84031d7125"}]: dispatch 2024-02-16T20:34:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:54.272857+0000 mon.smithi022 (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52e415e1-3ba9-4400-9486-2b84031d7125"}]': finished 2024-02-16T20:34:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:54.272945+0000 mon.smithi022 (mon.0) 526 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-02-16T20:34:55.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:54.273106+0000 mon.smithi022 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:34:55.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:34:54.672748+0000 mon.smithi117 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.117:0/3605311067' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-16T20:34:56.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:54.641468+0000 mgr.smithi022.hdvvsq (mgr.14164) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:56.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:54.641468+0000 mgr.smithi022.hdvvsq (mgr.14164) 200 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:58.063 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:56.641962+0000 mgr.smithi022.hdvvsq (mgr.14164) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:34:58.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:56.641962+0000 mgr.smithi022.hdvvsq (mgr.14164) 201 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:00.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:34:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:34:58.642421+0000 mgr.smithi022.hdvvsq (mgr.14164) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:00.088 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:34:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:34:58.642421+0000 mgr.smithi022.hdvvsq (mgr.14164) 202 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:01.087 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:00.421747+0000 mon.smithi022 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-16T20:35:01.087 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:00.422632+0000 mon.smithi022 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:35:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:00.421747+0000 mon.smithi022 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-16T20:35:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:00.422632+0000 mon.smithi022 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:35:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:35:00.423346+0000 mgr.smithi022.hdvvsq (mgr.14164) 203 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-02-16T20:35:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:00.642810+0000 mgr.smithi022.hdvvsq (mgr.14164) 204 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:02.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:35:00.423346+0000 mgr.smithi022.hdvvsq (mgr.14164) 203 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-02-16T20:35:02.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:00.642810+0000 mgr.smithi022.hdvvsq (mgr.14164) 204 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:04.081 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 7 on host 'smithi117' 2024-02-16T20:35:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:02.643405+0000 mgr.smithi022.hdvvsq (mgr.14164) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:04.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:02.643405+0000 mgr.smithi022.hdvvsq (mgr.14164) 205 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:04.748 DEBUG:teuthology.orchestra.run.smithi117:osd.7> sudo journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.7.service 2024-02-16T20:35:04.750 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-16T20:35:04.750 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-16T20:35:04.781 INFO:journalctl@ceph.osd.7.smithi117.stdout:-- Logs begin at Fri 2024-02-16 20:04:37 UTC. -- 2024-02-16T20:35:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:04.069846+0000 mon.smithi022 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:35:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:04.072000+0000 mon.smithi022 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:35:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:04.074429+0000 mon.smithi022 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:04.076608+0000 mon.smithi022 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:35:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:04.079243+0000 mon.smithi022 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:05.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:04.069846+0000 mon.smithi022 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:35:05.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:04.072000+0000 mon.smithi022 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:35:05.188 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:04.074429+0000 mon.smithi022 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:05.188 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:04.076608+0000 mon.smithi022 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:35:05.188 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:04.079243+0000 mon.smithi022 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:06.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:04.643915+0000 mgr.smithi022.hdvvsq (mgr.14164) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:06.179 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:04.643915+0000 mgr.smithi022.hdvvsq (mgr.14164) 206 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:06.877 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:35:07.377 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:35:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7[49187]: debug 2024-02-16T20:35:07.221+0000 7fe54f9b5080 -1 osd.7 0 log_to_monitors {default=true} 2024-02-16T20:35:07.634 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1708115687,"num_in_osds":8,"osd_in_since":1708115694,"num_remapped_pgs":0} 2024-02-16T20:35:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:06.644224+0000 mgr.smithi022.hdvvsq (mgr.14164) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:06.761493+0000 mon.smithi022 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:06.877517+0000 mon.smithi022 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.22:0/4109627902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-16T20:35:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:07.224768+0000 mon.smithi117 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/2028981946,v1:172.21.15.117:6825/2028981946]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:35:07.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:07.225326+0000 mon.smithi022 (mon.0) 537 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:35:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:06.644224+0000 mgr.smithi022.hdvvsq (mgr.14164) 207 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:06.761493+0000 mon.smithi022 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:06.877517+0000 mon.smithi022 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.22:0/4109627902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-16T20:35:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:07.224768+0000 mon.smithi117 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/2028981946,v1:172.21.15.117:6825/2028981946]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:35:08.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:07.225326+0000 mon.smithi022 (mon.0) 537 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:35:08.635 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-16T20:35:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:07.804857+0000 mon.smithi022 (mon.0) 538 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-16T20:35:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:07.804915+0000 mon.smithi022 (mon.0) 539 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-16T20:35:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:07.805068+0000 mon.smithi022 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:07.810221+0000 mon.smithi117 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/2028981946,v1:172.21.15.117:6825/2028981946]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:35:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:07.810751+0000 mon.smithi022 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:35:09.093 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7[49187]: debug 2024-02-16T20:35:08.812+0000 7fe545f18700 -1 osd.7 0 waiting for initial osdmap 2024-02-16T20:35:09.093 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7[49187]: debug 2024-02-16T20:35:08.818+0000 7fe540690700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-16T20:35:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:07.804857+0000 mon.smithi022 (mon.0) 538 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-16T20:35:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:07.804915+0000 mon.smithi022 (mon.0) 539 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-02-16T20:35:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:07.805068+0000 mon.smithi022 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:07.810221+0000 mon.smithi117 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/2028981946,v1:172.21.15.117:6825/2028981946]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:35:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:07.810751+0000 mon.smithi022 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:35:09.898 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:08.644596+0000 mgr.smithi022.hdvvsq (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:08.806133+0000 mon.smithi022 (mon.0) 542 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:08.806197+0000 mon.smithi022 (mon.0) 543 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:08.806513+0000 mon.smithi022 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:08.813052+0000 mon.smithi022 (mon.0) 545 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:09.807803+0000 mon.smithi022 (mon.0) 546 : cluster [INF] osd.7 [v2:172.21.15.117:6824/2028981946,v1:172.21.15.117:6825/2028981946] boot 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:09.807847+0000 mon.smithi022 (mon.0) 547 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-16T20:35:09.899 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:09.807997+0000 mon.smithi022 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:08.644596+0000 mgr.smithi022.hdvvsq (mgr.14164) 208 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:08.806133+0000 mon.smithi022 (mon.0) 542 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:08.806197+0000 mon.smithi022 (mon.0) 543 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:08.806513+0000 mon.smithi022 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:08.813052+0000 mon.smithi022 (mon.0) 545 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:09.807803+0000 mon.smithi022 (mon.0) 546 : cluster [INF] osd.7 [v2:172.21.15.117:6824/2028981946,v1:172.21.15.117:6825/2028981946] boot 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:09.807847+0000 mon.smithi022 (mon.0) 547 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-16T20:35:10.034 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:09.807997+0000 mon.smithi022 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:35:10.736 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:35:11.466 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:08.270614+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:35:11.466 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:08.270707+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:35:11.466 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:35:10.116483+0000 mgr.smithi022.hdvvsq (mgr.14164) 209 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:35:11.466 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.121345+0000 mon.smithi022 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.466 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.352758+0000 mon.smithi022 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.466 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.353626+0000 mon.smithi022 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.354334+0000 mon.smithi022 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.354998+0000 mon.smithi022 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:35:10.355457+0000 mgr.smithi022.hdvvsq (mgr.14164) 210 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 3992M 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.359292+0000 mon.smithi022 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.362647+0000 mon.smithi022 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.365871+0000 mon.smithi022 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.366761+0000 mon.smithi022 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.367352+0000 mon.smithi022 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.370975+0000 mon.smithi022 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:10.644956+0000 mgr.smithi022.hdvvsq (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:10.652149+0000 mon.smithi022 (mon.0) 560 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-16T20:35:11.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:10.736914+0000 mon.smithi022 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.22:0/391445624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-16T20:35:11.486 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1708115709,"num_in_osds":8,"osd_in_since":1708115694,"num_remapped_pgs":0} 2024-02-16T20:35:11.487 INFO:tasks.cephadm:Setting up client nodes... 2024-02-16T20:35:11.487 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-16T20:35:11.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:08.270614+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-16T20:35:11.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:08.270707+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-16T20:35:11.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:35:10.116483+0000 mgr.smithi022.hdvvsq (mgr.14164) 209 : cephadm [INF] Detected new or changed devices on smithi117 2024-02-16T20:35:11.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.121345+0000 mon.smithi022 (mon.0) 549 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.352758+0000 mon.smithi022 (mon.0) 550 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.353626+0000 mon.smithi022 (mon.0) 551 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.354334+0000 mon.smithi022 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.354998+0000 mon.smithi022 (mon.0) 553 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:35:10.355457+0000 mgr.smithi022.hdvvsq (mgr.14164) 210 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 3992M 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.359292+0000 mon.smithi022 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.362647+0000 mon.smithi022 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.365871+0000 mon.smithi022 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.366761+0000 mon.smithi022 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.367352+0000 mon.smithi022 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.370975+0000 mon.smithi022 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:10.644956+0000 mgr.smithi022.hdvvsq (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:10.652149+0000 mon.smithi022 (mon.0) 560 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-16T20:35:11.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:10.736914+0000 mon.smithi022 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.22:0/391445624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-16T20:35:12.906 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:11.656180+0000 mon.smithi022 (mon.0) 562 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-16T20:35:13.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:11.656180+0000 mon.smithi022 (mon.0) 562 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-16T20:35:13.605 INFO:teuthology.orchestra.run.smithi022.stdout:[client.0] 2024-02-16T20:35:13.606 INFO:teuthology.orchestra.run.smithi022.stdout: key = AQABx89lUfbtIxAAEyuKSiZyLpcdk3JsQnf6rg== 2024-02-16T20:35:13.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:12.645313+0000 mgr.smithi022.hdvvsq (mgr.14164) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:13.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:13.602643+0000 mon.smithi022 (mon.0) 563 : audit [INF] from='client.? 172.21.15.22:0/2799949470' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-16T20:35:13.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:13.605893+0000 mon.smithi022 (mon.0) 564 : audit [INF] from='client.? 172.21.15.22:0/2799949470' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-16T20:35:14.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:12.645313+0000 mgr.smithi022.hdvvsq (mgr.14164) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:14.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:13.602643+0000 mon.smithi022 (mon.0) 563 : audit [INF] from='client.? 172.21.15.22:0/2799949470' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-16T20:35:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:13.605893+0000 mon.smithi022 (mon.0) 564 : audit [INF] from='client.? 172.21.15.22:0/2799949470' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-16T20:35:14.376 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2024-02-16T20:35:14.377 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-16T20:35:14.377 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-16T20:35:14.422 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-16T20:35:14.695 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:15.920 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:14.645663+0000 mgr.smithi022.hdvvsq (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:14.645663+0000 mgr.smithi022.hdvvsq (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:16.601 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:35:16.601 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":51,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","created":"2024-02-16T20:29:20.025550+0000","modified":"2024-02-16T20:35:11.652870+0000","last_up_change":"2024-02-16T20:35:09.804122+0000","last_in_change":"2024-02-16T20:34:54.269156+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":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-16T20:33:26.135726+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"22","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":"0e3469c2-c70c-49e0-8a02-83c84548b3ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6802","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6803","nonce":3797301192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6805","nonce":3797301192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6809","nonce":3797301192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6807","nonce":3797301192}]},"public_addr":"172.21.15.22:6803/3797301192","cluster_addr":"172.21.15.22:6805/3797301192","heartbeat_back_addr":"172.21.15.22:6809/3797301192","heartbeat_front_addr":"172.21.15.22:6807/3797301192","state":["exists","up"]},{"osd":1,"uuid":"67cf0019-e866-403a-ad1e-bb4f1d7f3606","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6810","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6811","nonce":1603813855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6812","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6813","nonce":1603813855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6816","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6817","nonce":1603813855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6814","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6815","nonce":1603813855}]},"public_addr":"172.21.15.22:6811/1603813855","cluster_addr":"172.21.15.22:6813/1603813855","heartbeat_back_addr":"172.21.15.22:6817/1603813855","heartbeat_front_addr":"172.21.15.22:6815/1603813855","state":["exists","up"]},{"osd":2,"uuid":"69239a99-4258-4ec9-9700-b6b83579e214","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6818","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6819","nonce":348697375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6820","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6821","nonce":348697375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6824","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6825","nonce":348697375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6822","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6823","nonce":348697375}]},"public_addr":"172.21.15.22:6819/348697375","cluster_addr":"172.21.15.22:6821/348697375","heartbeat_back_addr":"172.21.15.22:6825/348697375","heartbeat_front_addr":"172.21.15.22:6823/348697375","state":["exists","up"]},{"osd":3,"uuid":"746cb10f-f856-4342-9102-5046ba51082f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6826","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6827","nonce":2568083396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6828","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6829","nonce":2568083396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6832","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6833","nonce":2568083396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6830","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6831","nonce":2568083396}]},"public_addr":"172.21.15.22:6827/2568083396","cluster_addr":"172.21.15.22:6829/2568083396","heartbeat_back_addr":"172.21.15.22:6833/2568083396","heartbeat_front_addr":"172.21.15.22:6831/2568083396","state":["exists","up"]},{"osd":4,"uuid":"a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6801","nonce":3027019180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6803","nonce":3027019180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6807","nonce":3027019180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6805","nonce":3027019180}]},"public_addr":"172.21.15.117:6801/3027019180","cluster_addr":"172.21.15.117:6803/3027019180","heartbeat_back_addr":"172.21.15.117:6807/3027019180","heartbeat_front_addr":"172.21.15.117:6805/3027019180","state":["exists","up"]},{"osd":5,"uuid":"7694fa7c-ddb4-4da8-b89c-8edb2cf10653","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6809","nonce":4169167918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6810","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6811","nonce":4169167918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6815","nonce":4169167918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6813","nonce":4169167918}]},"public_addr":"172.21.15.117:6809/4169167918","cluster_addr":"172.21.15.117:6811/4169167918","heartbeat_back_addr":"172.21.15.117:6815/4169167918","heartbeat_front_addr":"172.21.15.117:6813/4169167918","state":["exists","up"]},{"osd":6,"uuid":"81921ac3-57f2-4da3-aa5c-5df55a906576","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6817","nonce":2360542905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6818","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6819","nonce":2360542905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6823","nonce":2360542905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6821","nonce":2360542905}]},"public_addr":"172.21.15.117:6817/2360542905","cluster_addr":"172.21.15.117:6819/2360542905","heartbeat_back_addr":"172.21.15.117:6823/2360542905","heartbeat_front_addr":"172.21.15.117:6821/2360542905","state":["exists","up"]},{"osd":7,"uuid":"52e415e1-3ba9-4400-9486-2b84031d7125","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6825","nonce":2028981946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6826","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6827","nonce":2028981946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6831","nonce":2028981946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6829","nonce":2028981946}]},"public_addr":"172.21.15.117:6825/2028981946","cluster_addr":"172.21.15.117:6827/2028981946","heartbeat_back_addr":"172.21.15.117:6831/2028981946","heartbeat_front_addr":"172.21.15.117:6829/2028981946","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:32:35.646066+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:01.278605+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:24.365979+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:47.459996+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:04.951372+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:25.638001+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:46.535024+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:35:08.270709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/3051681140":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6801/104815646":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6800/104815646":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6800/2639780810":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/3874466155":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/2920688691":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/1642729925":"2024-02-17T20:30:26.232646+0000","172.21.15.22:0/2804080224":"2024-02-17T20:29:47.729339+0000","172.21.15.22:6801/2639780810":"2024-02-17T20:30:10.256417+0000","172.21.15.22:6800/485551698":"2024-02-17T20:29:47.729339+0000","172.21.15.22:6801/485551698":"2024-02-17T20:29:47.729339+0000","172.21.15.22:0/1531188105":"2024-02-17T20:29:47.729339+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":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-16T20:35:16.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:16.600934+0000 mon.smithi022 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.22:0/4005831604' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-16T20:35:16.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:16.600934+0000 mon.smithi022 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.22:0/4005831604' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-16T20:35:17.393 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-16T20:33:26.135726+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, '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': '22', '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-16T20:35:17.393 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-16T20:35:17.633 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:17.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:16.645982+0000 mgr.smithi022.hdvvsq (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:18.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:16.645982+0000 mgr.smithi022.hdvvsq (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:19.536 INFO:teuthology.orchestra.run.smithi022.stdout:pg_num: 1 2024-02-16T20:35:19.952 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:18.646312+0000 mgr.smithi022.hdvvsq (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:19.952 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:19.533648+0000 mon.smithi022 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.22:0/2835978741' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-16T20:35:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:18.646312+0000 mgr.smithi022.hdvvsq (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:19.533648+0000 mon.smithi022 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.22:0/2835978741' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-16T20:35:20.398 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-16T20:35:20.398 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-16T20:35:20.398 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph mgr dump --format=json 2024-02-16T20:35:20.637 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:21.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:20.646669+0000 mgr.smithi022.hdvvsq (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:22.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:20.646669+0000 mgr.smithi022.hdvvsq (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:22.429 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:35:22.715 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:22.423978+0000 mon.smithi022 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.22:0/301365144' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-16T20:35:23.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:22.423978+0000 mon.smithi022 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.22:0/301365144' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-16T20:35:23.107 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi022.hdvvsq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6800","nonce":613391571},{"type":"v1","addr":"172.21.15.22:6801","nonce":613391571}]},"active_addr":"172.21.15.22:6801/613391571","active_change":"2024-02-16T20:30:26.232978+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14206,"name":"smithi117.kdrhet","mgr_features":4540138297136906239,"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":"True","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":"upmap","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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","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_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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":"True","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":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","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":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","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":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","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":"","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":"","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":"","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":"","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":"True","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":"str","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":"mds_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":[]}}},{"name":"mirroring","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":"nfs","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":"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":"","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":"float","level":"advanced","flags":0,"default_value":"15.0","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":"","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":"log","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":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":"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":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","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":"stats","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":"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","nfs","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":"True","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":"upmap","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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","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_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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":"True","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":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","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":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","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":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","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":"","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":"","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":"","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":"","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":"True","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":"str","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":"mds_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":[]}}},{"name":"mirroring","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":"nfs","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":"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":"","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":"float","level":"advanced","flags":0,"default_value":"15.0","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":"","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":"log","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":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","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":"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":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","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":"stats","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":"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://172.21.15.22:8443/","prometheus":"http://172.21.15.22: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"],"pacific":["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.22:0","nonce":3092805177}]},{"addrvec":[{"type":"v2","addr":"172.21.15.22:0","nonce":1532165882}]}]}} 2024-02-16T20:35:23.110 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-16T20:35:23.110 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-16T20:35:23.110 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-16T20:35:23.346 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:23.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:22.646969+0000 mgr.smithi022.hdvvsq (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:22.646969+0000 mgr.smithi022.hdvvsq (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:25.223 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:35:25.224 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":51,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","created":"2024-02-16T20:29:20.025550+0000","modified":"2024-02-16T20:35:11.652870+0000","last_up_change":"2024-02-16T20:35:09.804122+0000","last_in_change":"2024-02-16T20:34:54.269156+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":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-16T20:33:26.135726+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"22","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":"0e3469c2-c70c-49e0-8a02-83c84548b3ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6802","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6803","nonce":3797301192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6805","nonce":3797301192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6809","nonce":3797301192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6807","nonce":3797301192}]},"public_addr":"172.21.15.22:6803/3797301192","cluster_addr":"172.21.15.22:6805/3797301192","heartbeat_back_addr":"172.21.15.22:6809/3797301192","heartbeat_front_addr":"172.21.15.22:6807/3797301192","state":["exists","up"]},{"osd":1,"uuid":"67cf0019-e866-403a-ad1e-bb4f1d7f3606","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6810","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6811","nonce":1603813855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6812","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6813","nonce":1603813855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6816","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6817","nonce":1603813855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6814","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6815","nonce":1603813855}]},"public_addr":"172.21.15.22:6811/1603813855","cluster_addr":"172.21.15.22:6813/1603813855","heartbeat_back_addr":"172.21.15.22:6817/1603813855","heartbeat_front_addr":"172.21.15.22:6815/1603813855","state":["exists","up"]},{"osd":2,"uuid":"69239a99-4258-4ec9-9700-b6b83579e214","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6818","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6819","nonce":348697375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6820","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6821","nonce":348697375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6824","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6825","nonce":348697375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6822","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6823","nonce":348697375}]},"public_addr":"172.21.15.22:6819/348697375","cluster_addr":"172.21.15.22:6821/348697375","heartbeat_back_addr":"172.21.15.22:6825/348697375","heartbeat_front_addr":"172.21.15.22:6823/348697375","state":["exists","up"]},{"osd":3,"uuid":"746cb10f-f856-4342-9102-5046ba51082f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6826","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6827","nonce":2568083396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6828","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6829","nonce":2568083396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6832","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6833","nonce":2568083396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6830","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6831","nonce":2568083396}]},"public_addr":"172.21.15.22:6827/2568083396","cluster_addr":"172.21.15.22:6829/2568083396","heartbeat_back_addr":"172.21.15.22:6833/2568083396","heartbeat_front_addr":"172.21.15.22:6831/2568083396","state":["exists","up"]},{"osd":4,"uuid":"a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6801","nonce":3027019180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6803","nonce":3027019180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6807","nonce":3027019180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6805","nonce":3027019180}]},"public_addr":"172.21.15.117:6801/3027019180","cluster_addr":"172.21.15.117:6803/3027019180","heartbeat_back_addr":"172.21.15.117:6807/3027019180","heartbeat_front_addr":"172.21.15.117:6805/3027019180","state":["exists","up"]},{"osd":5,"uuid":"7694fa7c-ddb4-4da8-b89c-8edb2cf10653","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6809","nonce":4169167918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6810","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6811","nonce":4169167918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6815","nonce":4169167918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6813","nonce":4169167918}]},"public_addr":"172.21.15.117:6809/4169167918","cluster_addr":"172.21.15.117:6811/4169167918","heartbeat_back_addr":"172.21.15.117:6815/4169167918","heartbeat_front_addr":"172.21.15.117:6813/4169167918","state":["exists","up"]},{"osd":6,"uuid":"81921ac3-57f2-4da3-aa5c-5df55a906576","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6817","nonce":2360542905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6818","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6819","nonce":2360542905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6823","nonce":2360542905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6821","nonce":2360542905}]},"public_addr":"172.21.15.117:6817/2360542905","cluster_addr":"172.21.15.117:6819/2360542905","heartbeat_back_addr":"172.21.15.117:6823/2360542905","heartbeat_front_addr":"172.21.15.117:6821/2360542905","state":["exists","up"]},{"osd":7,"uuid":"52e415e1-3ba9-4400-9486-2b84031d7125","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6825","nonce":2028981946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6826","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6827","nonce":2028981946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6831","nonce":2028981946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6829","nonce":2028981946}]},"public_addr":"172.21.15.117:6825/2028981946","cluster_addr":"172.21.15.117:6827/2028981946","heartbeat_back_addr":"172.21.15.117:6831/2028981946","heartbeat_front_addr":"172.21.15.117:6829/2028981946","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:32:35.646066+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:01.278605+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:24.365979+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:47.459996+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:04.951372+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:25.638001+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:46.535024+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:35:08.270709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/3051681140":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6801/104815646":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6800/104815646":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6800/2639780810":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/3874466155":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/2920688691":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/1642729925":"2024-02-17T20:30:26.232646+0000","172.21.15.22:0/2804080224":"2024-02-17T20:29:47.729339+0000","172.21.15.22:6801/2639780810":"2024-02-17T20:30:10.256417+0000","172.21.15.22:6800/485551698":"2024-02-17T20:29:47.729339+0000","172.21.15.22:6801/485551698":"2024-02-17T20:29:47.729339+0000","172.21.15.22:0/1531188105":"2024-02-17T20:29:47.729339+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":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-16T20:35:25.887 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:24.647374+0000 mgr.smithi022.hdvvsq (mgr.14164) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:25.887 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:25.223061+0000 mon.smithi022 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.22:0/3199339778' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-16T20:35:25.907 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-16T20:35:25.907 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-16T20:35:26.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:24.647374+0000 mgr.smithi022.hdvvsq (mgr.14164) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:26.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:25.223061+0000 mon.smithi022 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.22:0/3199339778' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-16T20:35:26.144 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:26.647706+0000 mgr.smithi022.hdvvsq (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:27.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:26.764062+0000 mon.smithi022 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:35:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:26.764262+0000 mon.smithi022 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:35:28.009 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:35:28.010 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":51,"fsid":"fcadf1c4-cd09-11ee-95ba-87774f69a715","created":"2024-02-16T20:29:20.025550+0000","modified":"2024-02-16T20:35:11.652870+0000","last_up_change":"2024-02-16T20:35:09.804122+0000","last_in_change":"2024-02-16T20:34:54.269156+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":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-16T20:33:26.135726+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"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":"22","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":"0e3469c2-c70c-49e0-8a02-83c84548b3ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6802","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6803","nonce":3797301192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6805","nonce":3797301192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6809","nonce":3797301192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":3797301192},{"type":"v1","addr":"172.21.15.22:6807","nonce":3797301192}]},"public_addr":"172.21.15.22:6803/3797301192","cluster_addr":"172.21.15.22:6805/3797301192","heartbeat_back_addr":"172.21.15.22:6809/3797301192","heartbeat_front_addr":"172.21.15.22:6807/3797301192","state":["exists","up"]},{"osd":1,"uuid":"67cf0019-e866-403a-ad1e-bb4f1d7f3606","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6810","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6811","nonce":1603813855}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6812","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6813","nonce":1603813855}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6816","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6817","nonce":1603813855}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6814","nonce":1603813855},{"type":"v1","addr":"172.21.15.22:6815","nonce":1603813855}]},"public_addr":"172.21.15.22:6811/1603813855","cluster_addr":"172.21.15.22:6813/1603813855","heartbeat_back_addr":"172.21.15.22:6817/1603813855","heartbeat_front_addr":"172.21.15.22:6815/1603813855","state":["exists","up"]},{"osd":2,"uuid":"69239a99-4258-4ec9-9700-b6b83579e214","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6818","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6819","nonce":348697375}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6820","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6821","nonce":348697375}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6824","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6825","nonce":348697375}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6822","nonce":348697375},{"type":"v1","addr":"172.21.15.22:6823","nonce":348697375}]},"public_addr":"172.21.15.22:6819/348697375","cluster_addr":"172.21.15.22:6821/348697375","heartbeat_back_addr":"172.21.15.22:6825/348697375","heartbeat_front_addr":"172.21.15.22:6823/348697375","state":["exists","up"]},{"osd":3,"uuid":"746cb10f-f856-4342-9102-5046ba51082f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6826","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6827","nonce":2568083396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6828","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6829","nonce":2568083396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6832","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6833","nonce":2568083396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6830","nonce":2568083396},{"type":"v1","addr":"172.21.15.22:6831","nonce":2568083396}]},"public_addr":"172.21.15.22:6827/2568083396","cluster_addr":"172.21.15.22:6829/2568083396","heartbeat_back_addr":"172.21.15.22:6833/2568083396","heartbeat_front_addr":"172.21.15.22:6831/2568083396","state":["exists","up"]},{"osd":4,"uuid":"a0c3de8a-5ab3-4dd0-8061-d0e64cd54a56","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6801","nonce":3027019180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6802","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6803","nonce":3027019180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6807","nonce":3027019180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":3027019180},{"type":"v1","addr":"172.21.15.117:6805","nonce":3027019180}]},"public_addr":"172.21.15.117:6801/3027019180","cluster_addr":"172.21.15.117:6803/3027019180","heartbeat_back_addr":"172.21.15.117:6807/3027019180","heartbeat_front_addr":"172.21.15.117:6805/3027019180","state":["exists","up"]},{"osd":5,"uuid":"7694fa7c-ddb4-4da8-b89c-8edb2cf10653","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6809","nonce":4169167918}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6810","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6811","nonce":4169167918}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6814","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6815","nonce":4169167918}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6812","nonce":4169167918},{"type":"v1","addr":"172.21.15.117:6813","nonce":4169167918}]},"public_addr":"172.21.15.117:6809/4169167918","cluster_addr":"172.21.15.117:6811/4169167918","heartbeat_back_addr":"172.21.15.117:6815/4169167918","heartbeat_front_addr":"172.21.15.117:6813/4169167918","state":["exists","up"]},{"osd":6,"uuid":"81921ac3-57f2-4da3-aa5c-5df55a906576","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6816","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6817","nonce":2360542905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6818","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6819","nonce":2360542905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6822","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6823","nonce":2360542905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6820","nonce":2360542905},{"type":"v1","addr":"172.21.15.117:6821","nonce":2360542905}]},"public_addr":"172.21.15.117:6817/2360542905","cluster_addr":"172.21.15.117:6819/2360542905","heartbeat_back_addr":"172.21.15.117:6823/2360542905","heartbeat_front_addr":"172.21.15.117:6821/2360542905","state":["exists","up"]},{"osd":7,"uuid":"52e415e1-3ba9-4400-9486-2b84031d7125","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6824","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6825","nonce":2028981946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6826","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6827","nonce":2028981946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6830","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6831","nonce":2028981946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6828","nonce":2028981946},{"type":"v1","addr":"172.21.15.117:6829","nonce":2028981946}]},"public_addr":"172.21.15.117:6825/2028981946","cluster_addr":"172.21.15.117:6827/2028981946","heartbeat_back_addr":"172.21.15.117:6831/2028981946","heartbeat_front_addr":"172.21.15.117:6829/2028981946","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:32:35.646066+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:01.278605+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:24.365979+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:33:47.459996+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:04.951372+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:25.638001+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:34:46.535024+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-02-16T20:35:08.270709+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/3051681140":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6801/104815646":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6800/104815646":"2024-02-17T20:30:26.232646+0000","172.21.15.22:6800/2639780810":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/3874466155":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/2920688691":"2024-02-17T20:30:10.256417+0000","172.21.15.22:0/1642729925":"2024-02-17T20:30:26.232646+0000","172.21.15.22:0/2804080224":"2024-02-17T20:29:47.729339+0000","172.21.15.22:6801/2639780810":"2024-02-17T20:30:10.256417+0000","172.21.15.22:6800/485551698":"2024-02-17T20:29:47.729339+0000","172.21.15.22:6801/485551698":"2024-02-17T20:29:47.729339+0000","172.21.15.22:0/1531188105":"2024-02-17T20:29:47.729339+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":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-16T20:35:28.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:26.647706+0000 mgr.smithi022.hdvvsq (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:28.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:26.764062+0000 mon.smithi022 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:35:28.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:26.764262+0000 mon.smithi022 (mon.0) 570 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:35:28.602 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-16T20:35:28.841 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:28.009503+0000 mon.smithi022 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.22:0/539234833' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-16T20:35:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:28.009503+0000 mon.smithi022 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.22:0/539234833' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-16T20:35:29.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:28.648015+0000 mgr.smithi022.hdvvsq (mgr.14164) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:28.648015+0000 mgr.smithi022.hdvvsq (mgr.14164) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:31.537 INFO:teuthology.orchestra.run.smithi022.stdout:38654705701 2024-02-16T20:35:31.537 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-16T20:35:31.779 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:31.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:30.648404+0000 mgr.smithi022.hdvvsq (mgr.14164) 221 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:32.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:30.648404+0000 mgr.smithi022.hdvvsq (mgr.14164) 221 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:33.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:32.648869+0000 mgr.smithi022.hdvvsq (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:32.648869+0000 mgr.smithi022.hdvvsq (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:34.134 INFO:teuthology.orchestra.run.smithi022.stdout:60129542175 2024-02-16T20:35:34.134 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-16T20:35:34.375 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:35.935 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:34.649191+0000 mgr.smithi022.hdvvsq (mgr.14164) 223 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:36.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:34.649191+0000 mgr.smithi022.hdvvsq (mgr.14164) 223 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:36.981 INFO:teuthology.orchestra.run.smithi022.stdout:81604378652 2024-02-16T20:35:36.982 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-16T20:35:37.220 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:37.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:36.649537+0000 mgr.smithi022.hdvvsq (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:36.649537+0000 mgr.smithi022.hdvvsq (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:39.659 INFO:teuthology.orchestra.run.smithi022.stdout:111669149720 2024-02-16T20:35:39.659 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-16T20:35:39.896 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:39.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:38.649999+0000 mgr.smithi022.hdvvsq (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:38.649999+0000 mgr.smithi022.hdvvsq (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:41.803 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:40.650405+0000 mgr.smithi022.hdvvsq (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:42.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:40.650405+0000 mgr.smithi022.hdvvsq (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:42.156 INFO:teuthology.orchestra.run.smithi022.stdout:133143986198 2024-02-16T20:35:42.156 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-16T20:35:42.393 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:43.943 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:42.650653+0000 mgr.smithi022.hdvvsq (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:44.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:42.650653+0000 mgr.smithi022.hdvvsq (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:44.719 INFO:teuthology.orchestra.run.smithi022.stdout:158913789971 2024-02-16T20:35:44.719 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-16T20:35:44.955 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:45.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:44.650995+0000 mgr.smithi022.hdvvsq (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:46.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:44.650995+0000 mgr.smithi022.hdvvsq (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:47.460 INFO:teuthology.orchestra.run.smithi022.stdout:184683593742 2024-02-16T20:35:47.460 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-16T20:35:47.697 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:46.651333+0000 mgr.smithi022.hdvvsq (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:48.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:46.651333+0000 mgr.smithi022.hdvvsq (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:49.869 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:48.651782+0000 mgr.smithi022.hdvvsq (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:50.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:48.651782+0000 mgr.smithi022.hdvvsq (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:50.171 INFO:teuthology.orchestra.run.smithi022.stdout:210453397514 2024-02-16T20:35:50.172 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-16T20:35:50.407 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:51.815 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:50.652271+0000 mgr.smithi022.hdvvsq (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:52.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:50.652271+0000 mgr.smithi022.hdvvsq (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:52.278 INFO:teuthology.orchestra.run.smithi022.stdout:38654705705 2024-02-16T20:35:52.905 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:52.278202+0000 mon.smithi022 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.22:0/2295845481' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-16T20:35:52.926 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705701 got 38654705705 for osd.0 2024-02-16T20:35:52.926 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-16T20:35:53.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:52.278202+0000 mon.smithi022 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.22:0/2295845481' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-16T20:35:53.167 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:54.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:52.652789+0000 mgr.smithi022.hdvvsq (mgr.14164) 232 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:54.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:52.652789+0000 mgr.smithi022.hdvvsq (mgr.14164) 232 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:55.057 INFO:teuthology.orchestra.run.smithi022.stdout:60129542180 2024-02-16T20:35:55.737 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542175 got 60129542180 for osd.1 2024-02-16T20:35:55.738 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-16T20:35:55.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:54.653090+0000 mgr.smithi022.hdvvsq (mgr.14164) 233 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:55.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:55.056263+0000 mon.smithi022 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.22:0/1457940877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-16T20:35:55.979 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:56.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:54.653090+0000 mgr.smithi022.hdvvsq (mgr.14164) 233 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:56.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:55.056263+0000 mon.smithi022 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.22:0/1457940877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-16T20:35:57.846 INFO:teuthology.orchestra.run.smithi022.stdout:81604378656 2024-02-16T20:35:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:56.653790+0000 mgr.smithi022.hdvvsq (mgr.14164) 234 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:58.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:56.653790+0000 mgr.smithi022.hdvvsq (mgr.14164) 234 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:35:58.485 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378652 got 81604378656 for osd.2 2024-02-16T20:35:58.485 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-16T20:35:58.720 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:35:58.995 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:35:57.846368+0000 mon.smithi022 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.22:0/3155027986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-16T20:35:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:35:57.846368+0000 mon.smithi022 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.22:0/3155027986' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-16T20:35:59.881 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:35:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:35:58.654105+0000 mgr.smithi022.hdvvsq (mgr.14164) 235 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:35:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:35:58.654105+0000 mgr.smithi022.hdvvsq (mgr.14164) 235 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:00.523 INFO:teuthology.orchestra.run.smithi022.stdout:111669149724 2024-02-16T20:36:00.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:00.523204+0000 mon.smithi022 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.22:0/1824450721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-16T20:36:01.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:00.523204+0000 mon.smithi022 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.22:0/1824450721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-16T20:36:01.210 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149724 for osd.3 2024-02-16T20:36:01.210 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-16T20:36:01.449 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:00.654382+0000 mgr.smithi022.hdvvsq (mgr.14164) 236 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:02.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:00.654382+0000 mgr.smithi022.hdvvsq (mgr.14164) 236 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:03.418 INFO:teuthology.orchestra.run.smithi022.stdout:133143986202 2024-02-16T20:36:04.084 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:02.654842+0000 mgr.smithi022.hdvvsq (mgr.14164) 237 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:04.084 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:03.418357+0000 mon.smithi022 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.22:0/3752106523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-16T20:36:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:02.654842+0000 mgr.smithi022.hdvvsq (mgr.14164) 237 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:03.418357+0000 mon.smithi022 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.22:0/3752106523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-16T20:36:04.107 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986202 for osd.4 2024-02-16T20:36:04.108 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-16T20:36:04.348 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:05.863 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:04.655179+0000 mgr.smithi022.hdvvsq (mgr.14164) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:06.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:04.655179+0000 mgr.smithi022.hdvvsq (mgr.14164) 238 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:06.248 INFO:teuthology.orchestra.run.smithi022.stdout:158913789975 2024-02-16T20:36:06.931 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:06.248120+0000 mon.smithi022 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.22:0/2464621696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-16T20:36:06.954 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789971 got 158913789975 for osd.5 2024-02-16T20:36:06.954 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-16T20:36:07.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:06.248120+0000 mon.smithi022 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.22:0/2464621696' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-16T20:36:07.195 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:08.057 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:06.655469+0000 mgr.smithi022.hdvvsq (mgr.14164) 239 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:06.655469+0000 mgr.smithi022.hdvvsq (mgr.14164) 239 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:09.081 INFO:teuthology.orchestra.run.smithi022.stdout:184683593747 2024-02-16T20:36:09.766 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593742 got 184683593747 for osd.6 2024-02-16T20:36:09.767 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-16T20:36:10.002 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:10.089 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:08.655846+0000 mgr.smithi022.hdvvsq (mgr.14164) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:10.090 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:09.081020+0000 mon.smithi022 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.22:0/3060444766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-16T20:36:10.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:08.655846+0000 mgr.smithi022.hdvvsq (mgr.14164) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:10.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:09.081020+0000 mon.smithi022 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.22:0/3060444766' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-16T20:36:11.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:10.374269+0000 mon.smithi022 (mon.0) 579 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:36:11.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:10.375357+0000 mon.smithi022 (mon.0) 580 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:11.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:10.375969+0000 mon.smithi022 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:36:11.169 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:10.374269+0000 mon.smithi022 (mon.0) 579 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:36:11.169 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:10.375357+0000 mon.smithi022 (mon.0) 580 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:11.169 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:10.375969+0000 mon.smithi022 (mon.0) 581 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:36:11.783 INFO:teuthology.orchestra.run.smithi022.stdout:210453397519 2024-02-16T20:36:12.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:10.656356+0000 mgr.smithi022.hdvvsq (mgr.14164) 241 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:12.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:10.815762+0000 mon.smithi022 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:12.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:11.783337+0000 mon.smithi022 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.22:0/3879225238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-16T20:36:12.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:10.656356+0000 mgr.smithi022.hdvvsq (mgr.14164) 241 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:12.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:10.815762+0000 mon.smithi022 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:12.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:11.783337+0000 mon.smithi022 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.22:0/3879225238' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-16T20:36:12.455 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397519 for osd.7 2024-02-16T20:36:12.456 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-16T20:36:12.456 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-16T20:36:12.695 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:13.881 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:12.656696+0000 mgr.smithi022.hdvvsq (mgr.14164) 242 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:14.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:12.656696+0000 mgr.smithi022.hdvvsq (mgr.14164) 242 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:14.545 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:36:14.546 INFO:teuthology.orchestra.run.smithi022.stderr:dumped all 2024-02-16T20:36:15.186 INFO:teuthology.orchestra.run.smithi022.stdout:{"pg_ready":true,"pg_map":{"version":213,"stamp":"2024-02-16T20:36:12.656540+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":43400,"kb_used_data":3912,"kb_used_omap":0,"kb_used_meta":39424,"kb_avail":749917816,"statfs":{"total":767960285184,"available":767915843584,"internally_reserved":0,"allocated":4005888,"data_stored":1601278,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40370176},"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":51,"state":"active+clean","last_fresh":"2024-02-16T20:35:11.956950+0000","last_change":"2024-02-16T20:35:11.956950+0000","last_active":"2024-02-16T20:35:11.956950+0000","last_peered":"2024-02-16T20:35:11.956950+0000","last_clean":"2024-02-16T20:35:11.956950+0000","last_became_active":"2024-02-16T20:35:11.956565+0000","last_became_peered":"2024-02-16T20:35:11.956565+0000","last_unstale":"2024-02-16T20:35:11.956950+0000","last_undegraded":"2024-02-16T20:35:11.956950+0000","last_fullsized":"2024-02-16T20:35:11.956950+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-16T20:33:26.688120+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-16T20:33:26.688120+0000","last_clean_scrub_stamp":"2024-02-16T20:33:26.688120+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":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.501}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55300000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":6,"up_from":43,"seq":184683593747,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"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":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.67000000000000004}]},{"osd":1,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.52900000000000003}]},{"osd":2,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.71499999999999997}]},{"osd":3,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.628},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.69999999999999996}]},{"osd":4,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.38800000000000001}]},{"osd":5,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.46400000000000002}]},{"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.50900000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":199766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.34300000000000003,"15min":0.31900000000000001},"min":{"1min":0.23799999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.47199999999999998,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34899999999999998,"15min":0.32100000000000001},"min":{"1min":0.248,"5min":0.219,"15min":0.219},"max":{"1min":0.57699999999999996,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.379}]},{"osd":2,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.40500000000000003,"15min":0.39900000000000002},"min":{"1min":0.32900000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.54800000000000004,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.371,"15min":0.36699999999999999},"min":{"1min":0.26900000000000002,"5min":0.252,"15min":0.252},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.34799999999999998}]},{"osd":3,"last update":"Fri Feb 16 20:35:54 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.44900000000000001,"15min":0.45500000000000002},"min":{"1min":0.29899999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.441},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.443,"15min":0.44500000000000001},"min":{"1min":0.29299999999999998,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.73699999999999999,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.47399999999999998}]},{"osd":4,"last update":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.60399999999999998,"15min":0.60199999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.60899999999999999,"15min":0.60699999999999998},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.54500000000000004}]},{"osd":5,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.65800000000000003}]},{"osd":6,"last update":"Fri Feb 16 20:35:48 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.502}]},{"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.68400000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5620,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Fri Feb 16 20:35:07 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.33400000000000002,"15min":0.32400000000000001},"min":{"1min":0.27400000000000002,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.35099999999999998,"15min":0.34000000000000002},"min":{"1min":0.26300000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.35099999999999998}]},{"osd":2,"last update":"Fri Feb 16 20:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.40600000000000003,"15min":0.40799999999999997},"min":{"1min":0.29999999999999999,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.49199999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39500000000000002,"15min":0.39100000000000001},"min":{"1min":0.30399999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.45400000000000001}]},{"osd":3,"last update":"Fri Feb 16 20:35:54 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.46200000000000002,"15min":0.46500000000000002},"min":{"1min":0.33800000000000002,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.58499999999999996,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.45200000000000001,"15min":0.45600000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59999999999999998,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.48599999999999999}]},{"osd":4,"last update":"Fri Feb 16 20:35:07 2024","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.75600000000000001}]},{"osd":5,"last update":"Fri Feb 16 20:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.64600000000000002}]},{"osd":6,"last update":"Fri Feb 16 20:35:48 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.78200000000000003},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.66200000000000003}]},{"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.80800000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5492,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739660,"statfs":{"total":95995035648,"available":95989411840,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Fri Feb 16 20:35:34 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.35899999999999999,"15min":0.34599999999999997},"min":{"1min":0.31900000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.377,"15min":0.36199999999999999},"min":{"1min":0.309,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.39600000000000002}]},{"osd":1,"last update":"Fri Feb 16 20:35:34 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.38100000000000001,"15min":0.371},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.54600000000000004,"5min":0.623,"15min":0.623},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.39900000000000002,"15min":0.38700000000000001},"min":{"1min":0.28599999999999998,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.40600000000000003}]},{"osd":3,"last update":"Fri Feb 16 20:35:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.442,"15min":0.42999999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.435,"15min":0.42399999999999999},"min":{"1min":0.28699999999999998,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.42399999999999999}]},{"osd":4,"last update":"Fri Feb 16 20:36:10 2024","interfaces":[{"interface":"back","average":{"1min":0.67700000000000005,"5min":0.60999999999999999,"15min":0.59899999999999998},"min":{"1min":0.44500000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.63400000000000001,"15min":0.627},"min":{"1min":0.48999999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.88500000000000001,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.83899999999999997}]},{"osd":5,"last update":"Fri Feb 16 20:35:28 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.63100000000000001}]},{"osd":6,"last update":"Fri Feb 16 20:35:51 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.71099999999999997}]},{"osd":7,"last update":"Fri Feb 16 20:36:10 2024","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.81499999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149727,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.39200000000000002,"15min":0.39000000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.42299999999999999,"15min":0.41899999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.73199999999999998,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.28299999999999997}]},{"osd":1,"last update":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.318},{"interface":"front","average":{"1min":0.438,"5min":0.40600000000000003,"15min":0.40100000000000002},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.29699999999999999}]},{"osd":2,"last update":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.45700000000000002,"15min":0.45200000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.501},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.45100000000000001,"15min":0.44900000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.65800000000000003,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.49199999999999999}]},{"osd":4,"last update":"Fri Feb 16 20:35:08 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.55400000000000005}]},{"osd":5,"last update":"Fri Feb 16 20:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.61699999999999999}]},{"osd":6,"last update":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.77200000000000002}]},{"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.59999999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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":"Fri Feb 16 20:35:08 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.498}]},{"osd":1,"last update":"Fri Feb 16 20:35:08 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.58699999999999997}]},{"osd":2,"last update":"Fri Feb 16 20:35:08 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.54100000000000004}]},{"osd":3,"last update":"Fri Feb 16 20:35:08 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.61799999999999999}]},{"osd":5,"last update":"Fri Feb 16 20:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.56999999999999995}]},{"osd":6,"last update":"Fri Feb 16 20:35:48 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.66800000000000004}]},{"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.65700000000000003}]}]},{"osd":5,"up_from":37,"seq":158913789976,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.749},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.65800000000000003}]},{"osd":1,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.621}]},{"osd":2,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.64900000000000002}]},{"osd":3,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.68300000000000005}]},{"osd":4,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.52800000000000002}]},{"osd":6,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.58999999999999997}]},{"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.67000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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}]}} 2024-02-16T20:36:15.187 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-16T20:36:15.425 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:15.908 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:14.542515+0000 mgr.smithi022.hdvvsq (mgr.14164) 243 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:15.908 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:14.657269+0000 mgr.smithi022.hdvvsq (mgr.14164) 244 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:14.542515+0000 mgr.smithi022.hdvvsq (mgr.14164) 243 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:14.657269+0000 mgr.smithi022.hdvvsq (mgr.14164) 244 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:17.277 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:36:17.278 INFO:teuthology.orchestra.run.smithi022.stderr:dumped all 2024-02-16T20:36:17.897 INFO:teuthology.orchestra.run.smithi022.stdout:{"pg_ready":true,"pg_map":{"version":215,"stamp":"2024-02-16T20:36:16.657532+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":43400,"kb_used_data":3912,"kb_used_omap":0,"kb_used_meta":39424,"kb_avail":749917816,"statfs":{"total":767960285184,"available":767915843584,"internally_reserved":0,"allocated":4005888,"data_stored":1601278,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40370176},"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":51,"state":"active+clean","last_fresh":"2024-02-16T20:35:11.956950+0000","last_change":"2024-02-16T20:35:11.956950+0000","last_active":"2024-02-16T20:35:11.956950+0000","last_peered":"2024-02-16T20:35:11.956950+0000","last_clean":"2024-02-16T20:35:11.956950+0000","last_became_active":"2024-02-16T20:35:11.956565+0000","last_became_peered":"2024-02-16T20:35:11.956565+0000","last_unstale":"2024-02-16T20:35:11.956950+0000","last_undegraded":"2024-02-16T20:35:11.956950+0000","last_fullsized":"2024-02-16T20:35:11.956950+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-16T20:33:26.688120+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-16T20:33:26.688120+0000","last_clean_scrub_stamp":"2024-02-16T20:33:26.688120+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":49,"seq":210453397520,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"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":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.56299999999999994}]},{"osd":1,"last update":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.47599999999999998}]},{"osd":2,"last update":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.434},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.45600000000000002}]},{"osd":3,"last update":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.42499999999999999}]},{"osd":4,"last update":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"last":0.505}]},{"osd":5,"last update":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.65100000000000002}]},{"osd":6,"last update":"Fri Feb 16 20:36:11 2024","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.58399999999999996}]}]},{"osd":6,"up_from":43,"seq":184683593748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"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":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.60999999999999999}]},{"osd":1,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.753},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.67200000000000004}]},{"osd":2,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.64900000000000002}]},{"osd":3,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.69999999999999996}]},{"osd":4,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.623}]},{"osd":5,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.73399999999999999}]},{"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.66500000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542184,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":199766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.34300000000000003,"15min":0.31900000000000001},"min":{"1min":0.23799999999999999,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.47199999999999998,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34899999999999998,"15min":0.32100000000000001},"min":{"1min":0.248,"5min":0.219,"15min":0.219},"max":{"1min":0.57699999999999996,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.33700000000000002}]},{"osd":2,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.40500000000000003,"15min":0.39900000000000002},"min":{"1min":0.32900000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.54800000000000004,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.371,"15min":0.36699999999999999},"min":{"1min":0.26900000000000002,"5min":0.252,"15min":0.252},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.318}]},{"osd":3,"last update":"Fri Feb 16 20:35:54 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.44900000000000001,"15min":0.45500000000000002},"min":{"1min":0.29899999999999999,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.373},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.443,"15min":0.44500000000000001},"min":{"1min":0.29299999999999998,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.73699999999999999,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.39500000000000002}]},{"osd":4,"last update":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.60399999999999998,"15min":0.60199999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.443},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.60899999999999999,"15min":0.60699999999999998},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.53000000000000003}]},{"osd":5,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.5}]},{"osd":6,"last update":"Fri Feb 16 20:35:48 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.56699999999999995}]},{"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.42499999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705710,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5620,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Fri Feb 16 20:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.34499999999999997,"15min":0.32800000000000001},"min":{"1min":0.26500000000000001,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.45200000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.36699999999999999,"15min":0.34499999999999997},"min":{"1min":0.29099999999999998,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.58099999999999996,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.54900000000000004}]},{"osd":2,"last update":"Fri Feb 16 20:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.40600000000000003,"15min":0.40799999999999997},"min":{"1min":0.29999999999999999,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.49199999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39500000000000002,"15min":0.39100000000000001},"min":{"1min":0.30399999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.47299999999999998}]},{"osd":3,"last update":"Fri Feb 16 20:35:54 2024","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.46200000000000002,"15min":0.46500000000000002},"min":{"1min":0.33800000000000002,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.58499999999999996,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.45200000000000001,"15min":0.45600000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.59999999999999998,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.56399999999999995}]},{"osd":4,"last update":"Fri Feb 16 20:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.64100000000000001,"15min":0.63700000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.879,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.996},{"interface":"front","average":{"1min":0.65100000000000002,"5min":0.63500000000000001,"15min":0.63300000000000001},"min":{"1min":0.44400000000000001,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.90300000000000002,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":1}]},{"osd":5,"last update":"Fri Feb 16 20:35:31 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.89800000000000002}]},{"osd":6,"last update":"Fri Feb 16 20:35:48 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.82799999999999996}]},{"osd":7,"last update":"Fri Feb 16 20:36:09 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.80600000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378660,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5492,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739660,"statfs":{"total":95995035648,"available":95989411840,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Fri Feb 16 20:35:34 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.35899999999999999,"15min":0.34599999999999997},"min":{"1min":0.31900000000000001,"5min":0.246,"15min":0.246},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.377,"15min":0.36199999999999999},"min":{"1min":0.309,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.39600000000000002}]},{"osd":1,"last update":"Fri Feb 16 20:35:34 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.38100000000000001,"15min":0.371},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.54600000000000004,"5min":0.623,"15min":0.623},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.39900000000000002,"15min":0.38700000000000001},"min":{"1min":0.28599999999999998,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.40600000000000003}]},{"osd":3,"last update":"Fri Feb 16 20:35:56 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.442,"15min":0.42999999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.435,"15min":0.42399999999999999},"min":{"1min":0.28699999999999998,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.42399999999999999}]},{"osd":4,"last update":"Fri Feb 16 20:36:10 2024","interfaces":[{"interface":"back","average":{"1min":0.67700000000000005,"5min":0.60999999999999999,"15min":0.59899999999999998},"min":{"1min":0.44500000000000001,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.63400000000000001,"15min":0.627},"min":{"1min":0.48999999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.88500000000000001,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.83899999999999997}]},{"osd":5,"last update":"Fri Feb 16 20:35:28 2024","interfaces":[{"interface":"back","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.63100000000000001}]},{"osd":6,"last update":"Fri Feb 16 20:35:51 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.71099999999999997}]},{"osd":7,"last update":"Fri Feb 16 20:36:10 2024","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.81499999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5428,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739724,"statfs":{"total":95995035648,"available":95989477376,"internally_reserved":0,"allocated":503808,"data_stored":200396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.39200000000000002,"15min":0.39000000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.42299999999999999,"15min":0.41899999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.73199999999999998,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.27300000000000002}]},{"osd":1,"last update":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.215},{"interface":"front","average":{"1min":0.438,"5min":0.40600000000000003,"15min":0.40100000000000002},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.28499999999999998}]},{"osd":2,"last update":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.45700000000000002,"15min":0.45200000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.45100000000000001,"15min":0.44900000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.65800000000000003,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.29799999999999999}]},{"osd":4,"last update":"Fri Feb 16 20:36:13 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.58999999999999997,"15min":0.58299999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.377},{"interface":"front","average":{"1min":0.63,"5min":0.59499999999999997,"15min":0.58899999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.92800000000000005,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.38400000000000001}]},{"osd":5,"last update":"Fri Feb 16 20:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.41999999999999998}]},{"osd":6,"last update":"Fri Feb 16 20:35:50 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.434}]},{"osd":7,"last update":"Fri Feb 16 20:36:13 2024","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.90600000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.45000000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986205,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.501,"15min":0.495},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.70699999999999996,"5min":0.754,"15min":0.754},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.53000000000000003,"15min":0.52400000000000002},"min":{"1min":0.40600000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.67000000000000004,"5min":0.745,"15min":0.745},"last":0.54700000000000004}]},{"osd":1,"last update":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.50700000000000001,"15min":0.501},"min":{"1min":0.377,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68000000000000005,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.48999999999999999,"15min":0.48299999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.52500000000000002}]},{"osd":2,"last update":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.48599999999999999,"15min":0.47399999999999998},"min":{"1min":0.38,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.51300000000000001,"15min":0.50600000000000001},"min":{"1min":0.41799999999999998,"5min":0.37,"15min":0.37},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.51400000000000001}]},{"osd":3,"last update":"Fri Feb 16 20:36:08 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.48799999999999999,"15min":0.47599999999999998},"min":{"1min":0.40799999999999997,"5min":0.314,"15min":0.314},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.50600000000000001,"15min":0.496},"min":{"1min":0.45900000000000002,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.56999999999999995}]},{"osd":5,"last update":"Fri Feb 16 20:35:27 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.375},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.503}]},{"osd":6,"last update":"Fri Feb 16 20:35:48 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.42999999999999999}]},{"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.53700000000000003}]}]},{"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":5360,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739792,"statfs":{"total":95995035648,"available":95989547008,"internally_reserved":0,"allocated":499712,"data_stored":200081,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.52300000000000002}]},{"osd":1,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.442},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.47799999999999998}]},{"osd":2,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.57099999999999995}]},{"osd":3,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.54800000000000004}]},{"osd":4,"last update":"Fri Feb 16 20:35:30 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.433},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.54100000000000004}]},{"osd":6,"last update":"Fri Feb 16 20:35:49 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.46200000000000002}]},{"osd":7,"last update":"Fri Feb 16 20:36:10 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.499},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.49099999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":4,"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},{"poolid":1,"osd":5,"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},{"poolid":1,"osd":6,"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},{"poolid":1,"osd":7,"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}]}} 2024-02-16T20:36:17.898 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-16T20:36:17.898 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-16T20:36:17.898 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-16T20:36:17.898 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph health --format=json 2024-02-16T20:36:18.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:16.657771+0000 mgr.smithi022.hdvvsq (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:18.133 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/mon.smithi022/config 2024-02-16T20:36:18.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:16.657771+0000 mgr.smithi022.hdvvsq (mgr.14164) 245 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:17.274635+0000 mgr.smithi022.hdvvsq (mgr.14164) 246 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:19.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:17.274635+0000 mgr.smithi022.hdvvsq (mgr.14164) 246 : audit [DBG] from='client.14440 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:19.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:18.658041+0000 mgr.smithi022.hdvvsq (mgr.14164) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:18.658041+0000 mgr.smithi022.hdvvsq (mgr.14164) 247 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:20.164 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:36:20.835 INFO:teuthology.orchestra.run.smithi022.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-16T20:36:20.836 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-16T20:36:20.836 INFO:tasks.cephadm:Setup complete, yielding 2024-02-16T20:36:20.836 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-16T20:36:20.847 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:36:20.848 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph orch status' 2024-02-16T20:36:21.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:20.164585+0000 mon.smithi022 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.22:0/1371881988' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-16T20:36:21.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:20.164585+0000 mon.smithi022 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.22:0/1371881988' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-16T20:36:21.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:20.658359+0000 mgr.smithi022.hdvvsq (mgr.14164) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:22.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:20.658359+0000 mgr.smithi022.hdvvsq (mgr.14164) 248 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:22.928 INFO:teuthology.orchestra.run.smithi022.stdout:Backend: cephadm 2024-02-16T20:36:22.928 INFO:teuthology.orchestra.run.smithi022.stdout:Available: Yes 2024-02-16T20:36:22.928 INFO:teuthology.orchestra.run.smithi022.stdout:Paused: No 2024-02-16T20:36:23.544 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-16T20:36:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:22.658667+0000 mgr.smithi022.hdvvsq (mgr.14164) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:22.927632+0000 mgr.smithi022.hdvvsq (mgr.14164) 250 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:24.203 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:22.658667+0000 mgr.smithi022.hdvvsq (mgr.14164) 249 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:24.203 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:22.927632+0000 mgr.smithi022.hdvvsq (mgr.14164) 250 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (3m) 99s ago 5m 21.3M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (5m) 99s ago 5m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (4m) 78s ago 4m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (3m) 99s ago 5m 28.7M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:9283 running (6m) 99s ago 6m 413M - 16.2.5 6933c2a0b7dd eab92df4e403 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (4m) 78s ago 4m 371M - 16.2.5 6933c2a0b7dd f18e468d7010 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (7m) 99s ago 7m 54.0M 2048M 16.2.5 6933c2a0b7dd 4f10ce38d92f 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (4m) 78s ago 4m 55.5M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (5m) 99s ago 5m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:36:25.607 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (4m) 78s ago 4m 15.5M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (3m) 99s ago 3m 33.0M 3225M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (3m) 99s ago 3m 31.8M 3225M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (3m) 99s ago 3m 30.5M 3225M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (2m) 99s ago 2m 27.8M 3225M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (2m) 78s ago 2m 28.6M 3992M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (2m) 78s ago 2m 30.0M 3992M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (103s) 78s ago 103s 27.7M 3992M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (82s) 78s ago 81s 12.6M 3992M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:36:25.608 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (3m) 99s ago 4m 37.1M - 2.18.1 de242295e225 bc1042ccbe33 2024-02-16T20:36:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:24.659072+0000 mgr.smithi022.hdvvsq (mgr.14164) 251 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:26.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:24.659072+0000 mgr.smithi022.hdvvsq (mgr.14164) 251 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:26.254 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-16T20:36:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:25.599543+0000 mgr.smithi022.hdvvsq (mgr.14164) 252 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:26.765772+0000 mon.smithi022 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:36:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:26.766045+0000 mon.smithi022 (mon.0) 586 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:36:27.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:25.599543+0000 mgr.smithi022.hdvvsq (mgr.14164) 252 : audit [DBG] from='client.14452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:27.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:26.765772+0000 mon.smithi022 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:36:27.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:26.766045+0000 mon.smithi022 (mon.0) 586 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:36:28.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:26.659428+0000 mgr.smithi022.hdvvsq (mgr.14164) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager ?:9093,9094 1/1 101s ago 6m count:1 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:crash 2/2 101s ago 6m * 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:grafana ?:3000 1/1 101s ago 6m count:1 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:mgr 2/2 101s ago 6m count:2 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:mon 2/2 101s ago 5m smithi022:172.21.15.22=smithi022;smithi117:172.21.15.117=smithi117;count:2 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter ?:9100 2/2 101s ago 6m * 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:osd 8/8 101s ago - 2024-02-16T20:36:28.273 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus ?:9095 1/1 101s ago 6m count:1 2024-02-16T20:36:28.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:26.659428+0000 mgr.smithi022.hdvvsq (mgr.14164) 253 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:28.987 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-16T20:36:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:28.269772+0000 mgr.smithi022.hdvvsq (mgr.14164) 254 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:28.659839+0000 mgr.smithi022.hdvvsq (mgr.14164) 255 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:30.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:28.269772+0000 mgr.smithi022.hdvvsq (mgr.14164) 254 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:30.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:28.659839+0000 mgr.smithi022.hdvvsq (mgr.14164) 255 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:30.921 INFO:teuthology.orchestra.run.smithi022.stdout:HOST ADDR LABELS STATUS 2024-02-16T20:36:30.922 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 172.21.15.22 2024-02-16T20:36:30.922 INFO:teuthology.orchestra.run.smithi022.stdout:smithi117 172.21.15.117 2024-02-16T20:36:31.582 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-16T20:36:32.218 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:30.660173+0000 mgr.smithi022.hdvvsq (mgr.14164) 256 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:32.218 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:30.921168+0000 mgr.smithi022.hdvvsq (mgr.14164) 257 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:32.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:30.660173+0000 mgr.smithi022.hdvvsq (mgr.14164) 256 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:32.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:30.921168+0000 mgr.smithi022.hdvvsq (mgr.14164) 257 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:34.002 INFO:teuthology.orchestra.run.smithi022.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-02-16T20:36:34.002 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme0n1 ssd PHMB747402EC480DGN 480G Unknown N/A N/A No 2024-02-16T20:36:34.002 INFO:teuthology.orchestra.run.smithi022.stdout:smithi117 /dev/nvme0n1 ssd PHFT620400V6400BGN 400G Unknown N/A N/A No 2024-02-16T20:36:34.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:32.660667+0000 mgr.smithi022.hdvvsq (mgr.14164) 258 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:34.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:32.660667+0000 mgr.smithi022.hdvvsq (mgr.14164) 258 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:34.706 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-16T20:36:34.716 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:36:34.717 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-16T20:36:34.749 INFO:teuthology.orchestra.run.smithi022.stderr:+ systemctl stop nfs-server 2024-02-16T20:36:34.756 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi117.front.sepia.ceph.com 2024-02-16T20:36:34.757 DEBUG:teuthology.orchestra.run.smithi117:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-16T20:36:34.793 INFO:teuthology.orchestra.run.smithi117.stderr:+ systemctl stop nfs-server 2024-02-16T20:36:34.801 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-16T20:36:34.810 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:36:34.810 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-16T20:36:36.209 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:34.000847+0000 mgr.smithi022.hdvvsq (mgr.14164) 259 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:36.209 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:34.661154+0000 mgr.smithi022.hdvvsq (mgr.14164) 260 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:36.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:34.000847+0000 mgr.smithi022.hdvvsq (mgr.14164) 259 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:36.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:34.661154+0000 mgr.smithi022.hdvvsq (mgr.14164) 260 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:36.661586+0000 mgr.smithi022.hdvvsq (mgr.14164) 261 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:36.931964+0000 mgr.smithi022.hdvvsq (mgr.14164) 262 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:36.932429+0000 mon.smithi022 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-16T20:36:38.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:36.661586+0000 mgr.smithi022.hdvvsq (mgr.14164) 261 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:38.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:36.931964+0000 mgr.smithi022.hdvvsq (mgr.14164) 262 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:38.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:36.932429+0000 mon.smithi022 (mon.0) 587 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-16T20:36:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:37.868946+0000 mon.smithi022 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-16T20:36:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:37.869029+0000 mon.smithi022 (mon.0) 589 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-16T20:36:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:37.870387+0000 mon.smithi022 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-16T20:36:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:36:38.880+0000 7fca7d5bc700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:36:39.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:37.868946+0000 mon.smithi022 (mon.0) 588 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-16T20:36:39.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:37.869029+0000 mon.smithi022 (mon.0) 589 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-16T20:36:39.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:37.870387+0000 mon.smithi022 (mon.0) 590 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-16T20:36:39.534 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-16T20:36:39.544 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-02-16T20:36:39.544 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:38.662077+0000 mgr.smithi022.hdvvsq (mgr.14164) 263 : cluster [DBG] pgmap v227: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.874775+0000 mon.smithi022 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:38.874932+0000 mon.smithi022 (mon.0) 592 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.880965+0000 mon.smithi022 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:38.881886+0000 mon.smithi022 (mon.0) 594 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:38.881922+0000 mon.smithi022 (mon.0) 595 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:38.897225+0000 mon.smithi022 (mon.0) 596 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-16T20:36:40.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.897342+0000 mon.smithi022 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:38.897412+0000 mon.smithi022 (mon.0) 598 : cluster [DBG] fsmap foofs:0 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:38.901391+0000 mgr.smithi022.hdvvsq (mgr.14164) 264 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.906013+0000 mon.smithi022 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.906833+0000 mon.smithi022 (mon.0) 600 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.908151+0000 mon.smithi022 (mon.0) 601 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.910070+0000 mon.smithi022 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.917244+0000 mon.smithi022 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.924650+0000 mon.smithi022 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.925405+0000 mon.smithi022 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.qtovwy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.928153+0000 mon.smithi022 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.qtovwy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:38.928804+0000 mon.smithi022 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:40.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:38.929378+0000 mgr.smithi022.hdvvsq (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi022.qtovwy on smithi022 2024-02-16T20:36:40.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:38.662077+0000 mgr.smithi022.hdvvsq (mgr.14164) 263 : cluster [DBG] pgmap v227: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.874775+0000 mon.smithi022 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:38.874932+0000 mon.smithi022 (mon.0) 592 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.880965+0000 mon.smithi022 (mon.0) 593 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:38.881886+0000 mon.smithi022 (mon.0) 594 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:38.881922+0000 mon.smithi022 (mon.0) 595 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:38.897225+0000 mon.smithi022 (mon.0) 596 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.897342+0000 mon.smithi022 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:38.897412+0000 mon.smithi022 (mon.0) 598 : cluster [DBG] fsmap foofs:0 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:38.901391+0000 mgr.smithi022.hdvvsq (mgr.14164) 264 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.906013+0000 mon.smithi022 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.906833+0000 mon.smithi022 (mon.0) 600 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.908151+0000 mon.smithi022 (mon.0) 601 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.910070+0000 mon.smithi022 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.917244+0000 mon.smithi022 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.924650+0000 mon.smithi022 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.925405+0000 mon.smithi022 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.qtovwy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.928153+0000 mon.smithi022 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.qtovwy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:38.928804+0000 mon.smithi022 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:40.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:38.929378+0000 mgr.smithi022.hdvvsq (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi022.qtovwy on smithi022 2024-02-16T20:36:41.125 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:39.896880+0000 mon.smithi022 (mon.0) 608 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-16T20:36:41.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:39.896880+0000 mon.smithi022 (mon.0) 608 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-16T20:36:42.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:40.662456+0000 mgr.smithi022.hdvvsq (mgr.14164) 266 : cluster [DBG] pgmap v231: 65 pgs: 16 active+clean, 14 creating+peering, 35 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:42.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:40.901964+0000 mon.smithi022 (mon.0) 609 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-16T20:36:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:40.662456+0000 mgr.smithi022.hdvvsq (mgr.14164) 266 : cluster [DBG] pgmap v231: 65 pgs: 16 active+clean, 14 creating+peering, 35 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:40.901964+0000 mon.smithi022 (mon.0) 609 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-16T20:36:42.543 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:36:42.543 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-16T20:30:15.325590Z", "last_refresh": "2024-02-16T20:34:46.569934Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-16T20:30:02.875303Z", "last_refresh": "2024-02-16T20:34:46.569996Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-16T20:30:12.701873Z", "last_refresh": "2024-02-16T20:34:46.570056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-16T20:36:38.906215Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-16T20:36:38.901418Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-16T20:30:01.562448Z", "last_refresh": "2024-02-16T20:34:46.569865Z", "running": 2, "size": 2}}, {"events": ["2024-02-16T20:31:14.311926Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi117:172.21.15.117=smithi117"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-16T20:31:14.308869Z", "last_refresh": "2024-02-16T20:34:46.569729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-16T20:30:13.983282Z", "last_refresh": "2024-02-16T20:34:46.570114Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-16T20:34:46.570230Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-16T20:30:11.312837Z", "last_refresh": "2024-02-16T20:34:46.570172Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-16T20:36:43.170 INFO:tasks.cephadm:mds.foofs has 0/2 2024-02-16T20:36:43.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:42.539346+0000 mgr.smithi022.hdvvsq (mgr.14164) 267 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:43.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:42.563683+0000 mon.smithi022 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:43.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:42.564712+0000 mon.smithi022 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.bygeew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:36:43.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:42.567465+0000 mon.smithi022 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.bygeew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-16T20:36:43.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:42.568181+0000 mon.smithi022 (mon.0) 613 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:43.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:42.568843+0000 mgr.smithi022.hdvvsq (mgr.14164) 268 : cephadm [INF] Deploying daemon mds.foofs.smithi117.bygeew on smithi117 2024-02-16T20:36:43.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:42.662742+0000 mgr.smithi022.hdvvsq (mgr.14164) 269 : cluster [DBG] pgmap v233: 65 pgs: 20 active+clean, 14 creating+peering, 31 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:42.539346+0000 mgr.smithi022.hdvvsq (mgr.14164) 267 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:42.563683+0000 mon.smithi022 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:42.564712+0000 mon.smithi022 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.bygeew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:42.567465+0000 mon.smithi022 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.bygeew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:42.568181+0000 mon.smithi022 (mon.0) 613 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:42.568843+0000 mgr.smithi022.hdvvsq (mgr.14164) 268 : cephadm [INF] Deploying daemon mds.foofs.smithi117.bygeew on smithi117 2024-02-16T20:36:43.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:42.662742+0000 mgr.smithi022.hdvvsq (mgr.14164) 269 : cluster [DBG] pgmap v233: 65 pgs: 20 active+clean, 14 creating+peering, 31 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:44.171 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-16T20:36:46.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:44.663291+0000 mgr.smithi022.hdvvsq (mgr.14164) 270 : cluster [DBG] pgmap v234: 65 pgs: 59 active+clean, 6 creating+peering; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:46.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:44.915666+0000 mon.smithi022 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:46.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:44.916633+0000 mon.smithi022 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:36:46.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:44.917469+0000 mon.smithi022 (mon.0) 616 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:46.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:44.918063+0000 mon.smithi022 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:36:46.276 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:36:46.277 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-16T20:30:15.325590Z", "last_refresh": "2024-02-16T20:34:46.569934Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-16T20:30:02.875303Z", "last_refresh": "2024-02-16T20:34:46.569996Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-16T20:30:12.701873Z", "last_refresh": "2024-02-16T20:34:46.570056Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-16T20:36:38.906215Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-16T20:36:38.901418Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-16T20:30:01.562448Z", "last_refresh": "2024-02-16T20:34:46.569865Z", "running": 2, "size": 2}}, {"events": ["2024-02-16T20:31:14.311926Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi117:172.21.15.117=smithi117"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-16T20:31:14.308869Z", "last_refresh": "2024-02-16T20:34:46.569729Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-16T20:30:13.983282Z", "last_refresh": "2024-02-16T20:34:46.570114Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-02-16T20:34:46.570230Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-16T20:30:11.312837Z", "last_refresh": "2024-02-16T20:34:46.570172Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-16T20:36:46.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:44.663291+0000 mgr.smithi022.hdvvsq (mgr.14164) 270 : cluster [DBG] pgmap v234: 65 pgs: 59 active+clean, 6 creating+peering; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:44.915666+0000 mon.smithi022 (mon.0) 614 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:44.916633+0000 mon.smithi022 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:36:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:44.917469+0000 mon.smithi022 (mon.0) 616 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:44.918063+0000 mon.smithi022 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:36:46.953 INFO:tasks.cephadm:mds.foofs has 2/2 2024-02-16T20:36:46.953 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-16T20:36:46.963 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:36:46.963 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-02-16T20:36:48.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:46.260446+0000 mgr.smithi022.hdvvsq (mgr.14164) 271 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.663849+0000 mgr.smithi022.hdvvsq (mgr.14164) 272 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:46.774782+0000 mon.smithi022 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.919394+0000 mon.smithi022 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084] up:boot 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.919459+0000 mon.smithi022 (mon.0) 620 : cluster [INF] daemon mds.foofs.smithi022.qtovwy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.919541+0000 mon.smithi022 (mon.0) 621 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.919579+0000 mon.smithi022 (mon.0) 622 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.919600+0000 mon.smithi022 (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.919852+0000 mon.smithi022 (mon.0) 624 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.923729+0000 mon.smithi022 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:creating} 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:46.924081+0000 mon.smithi022 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:46.939276+0000 mon.smithi022 (mon.0) 627 : cluster [INF] daemon mds.foofs.smithi022.qtovwy is now active in filesystem foofs as rank 0 2024-02-16T20:36:48.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:47.115449+0000 mon.smithi022 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:46.260446+0000 mgr.smithi022.hdvvsq (mgr.14164) 271 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:36:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.663849+0000 mgr.smithi022.hdvvsq (mgr.14164) 272 : cluster [DBG] pgmap v235: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:46.774782+0000 mon.smithi022 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.919394+0000 mon.smithi022 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084] up:boot 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.919459+0000 mon.smithi022 (mon.0) 620 : cluster [INF] daemon mds.foofs.smithi022.qtovwy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.919541+0000 mon.smithi022 (mon.0) 621 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.919579+0000 mon.smithi022 (mon.0) 622 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.919600+0000 mon.smithi022 (mon.0) 623 : cluster [INF] Cluster is now healthy 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.919852+0000 mon.smithi022 (mon.0) 624 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.923729+0000 mon.smithi022 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:creating} 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:46.924081+0000 mon.smithi022 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:46.939276+0000 mon.smithi022 (mon.0) 627 : cluster [INF] daemon mds.foofs.smithi022.qtovwy is now active in filesystem foofs as rank 0 2024-02-16T20:36:48.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:47.115449+0000 mon.smithi022 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:48.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:47.924061+0000 mon.smithi022 (mon.0) 629 : cluster [DBG] mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084] up:active 2024-02-16T20:36:48.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:47.924107+0000 mon.smithi022 (mon.0) 630 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 2024-02-16T20:36:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:47.924061+0000 mon.smithi022 (mon.0) 629 : cluster [DBG] mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084] up:active 2024-02-16T20:36:49.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:47.924107+0000 mon.smithi022 (mon.0) 630 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 2024-02-16T20:36:50.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:48.664412+0000 mgr.smithi022.hdvvsq (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.1 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:50.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:48.928978+0000 mon.smithi022 (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:boot 2024-02-16T20:36:50.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:48.929241+0000 mon.smithi022 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:36:50.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:48.929344+0000 mon.smithi022 (mon.0) 633 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:36:50.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:48.933630+0000 mon.smithi022 (mon.0) 634 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:36:50.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:49.793056+0000 mon.smithi022 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-16T20:36:50.643 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:48.664412+0000 mgr.smithi022.hdvvsq (mgr.14164) 273 : cluster [DBG] pgmap v236: 65 pgs: 65 active+clean; 2.1 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-02-16T20:36:50.643 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:48.928978+0000 mon.smithi022 (mon.0) 631 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:boot 2024-02-16T20:36:50.643 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:48.929241+0000 mon.smithi022 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:36:50.643 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:48.929344+0000 mon.smithi022 (mon.0) 633 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:36:50.644 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:48.933630+0000 mon.smithi022 (mon.0) 634 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:36:50.644 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:49.793056+0000 mon.smithi022 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-02-16T20:36:51.315 INFO:teuthology.orchestra.run.smithi022.stdout:NFS Cluster Created Successfully 2024-02-16T20:36:51.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:49.791823+0000 mgr.smithi022.hdvvsq (mgr.14164) 274 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:51.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:50.282666+0000 mon.smithi022 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-16T20:36:51.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:50.282706+0000 mon.smithi022 (mon.0) 637 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-16T20:36:51.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:50.283909+0000 mon.smithi022 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-16T20:36:51.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:50.664766+0000 mgr.smithi022.hdvvsq (mgr.14164) 275 : cluster [DBG] pgmap v238: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2024-02-16T20:36:51.625 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:49.791823+0000 mgr.smithi022.hdvvsq (mgr.14164) 274 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:51.625 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:50.282666+0000 mon.smithi022 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-02-16T20:36:51.625 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:50.282706+0000 mon.smithi022 (mon.0) 637 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-16T20:36:51.625 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:50.283909+0000 mon.smithi022 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-02-16T20:36:51.625 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:50.664766+0000 mgr.smithi022.hdvvsq (mgr.14164) 275 : cluster [DBG] pgmap v238: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 5 op/s 2024-02-16T20:36:51.926 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-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-16T20:36:52.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:51.289437+0000 mon.smithi022 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-16T20:36:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:51.289618+0000 mon.smithi022 (mon.0) 640 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-16T20:36:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:51.311510+0000 mgr.smithi022.hdvvsq (mgr.14164) 276 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-16T20:36:52.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:51.314738+0000 mon.smithi022 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:52.638 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:51.289437+0000 mon.smithi022 (mon.0) 639 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-02-16T20:36:52.638 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:51.289618+0000 mon.smithi022 (mon.0) 640 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-16T20:36:52.638 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:51.311510+0000 mgr.smithi022.hdvvsq (mgr.14164) 276 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-16T20:36:52.638 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:51.314738+0000 mon.smithi022 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:52.291282+0000 mon.smithi022 (mon.0) 642 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:52.320330+0000 mon.smithi022 (mon.0) 643 : cluster [DBG] mgrmap e19: smithi022.hdvvsq(active, since 6m), standbys: smithi117.kdrhet 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:52.665098+0000 mgr.smithi022.hdvvsq (mgr.14164) 277 : cluster [DBG] pgmap v241: 97 pgs: 31 unknown, 66 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 6 op/s 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.799558+0000 mon.smithi022 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.802552+0000 mon.smithi022 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.808194+0000 mon.smithi022 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:52.818696+0000 mgr.smithi022.hdvvsq (mgr.14164) 278 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.snngqy 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.818941+0000 mon.smithi022 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.821727+0000 mon.smithi022 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:52.822189+0000 mgr.smithi022.hdvvsq (mgr.14164) 279 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.822389+0000 mon.smithi022 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.825209+0000 mon.smithi022 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.826505+0000 mon.smithi022 (mon.0) 651 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:53.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.869112+0000 mon.smithi022 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.872617+0000 mon.smithi022 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:52.915942+0000 mgr.smithi022.hdvvsq (mgr.14164) 280 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:52.916044+0000 mgr.smithi022.hdvvsq (mgr.14164) 281 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.snngqy-rgw 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.916420+0000 mon.smithi022 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.919484+0000 mon.smithi022 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:52.923778+0000 mon.smithi022 (mon.0) 656 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:53.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:52.924679+0000 mgr.smithi022.hdvvsq (mgr.14164) 282 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi022.snngqy on smithi022 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:52.291282+0000 mon.smithi022 (mon.0) 642 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:52.320330+0000 mon.smithi022 (mon.0) 643 : cluster [DBG] mgrmap e19: smithi022.hdvvsq(active, since 6m), standbys: smithi117.kdrhet 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:52.665098+0000 mgr.smithi022.hdvvsq (mgr.14164) 277 : cluster [DBG] pgmap v241: 97 pgs: 31 unknown, 66 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 6 op/s 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.799558+0000 mon.smithi022 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.802552+0000 mon.smithi022 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.808194+0000 mon.smithi022 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:52.818696+0000 mgr.smithi022.hdvvsq (mgr.14164) 278 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.snngqy 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.818941+0000 mon.smithi022 (mon.0) 647 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.821727+0000 mon.smithi022 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:52.822189+0000 mgr.smithi022.hdvvsq (mgr.14164) 279 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.822389+0000 mon.smithi022 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.825209+0000 mon.smithi022 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-16T20:36:53.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.826505+0000 mon.smithi022 (mon.0) 651 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.869112+0000 mon.smithi022 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.872617+0000 mon.smithi022 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:52.915942+0000 mgr.smithi022.hdvvsq (mgr.14164) 280 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:52.916044+0000 mgr.smithi022.hdvvsq (mgr.14164) 281 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.snngqy-rgw 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.916420+0000 mon.smithi022 (mon.0) 654 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.919484+0000 mon.smithi022 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:52.923778+0000 mon.smithi022 (mon.0) 656 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:53.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:52.924679+0000 mgr.smithi022.hdvvsq (mgr.14164) 282 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi022.snngqy on smithi022 2024-02-16T20:36:54.337 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:36:54.338 INFO:teuthology.orchestra.run.smithi022.stdout: "bind": "/fake", 2024-02-16T20:36:54.338 INFO:teuthology.orchestra.run.smithi022.stdout: "fs": "foofs", 2024-02-16T20:36:54.338 INFO:teuthology.orchestra.run.smithi022.stdout: "path": "/", 2024-02-16T20:36:54.338 INFO:teuthology.orchestra.run.smithi022.stdout: "cluster": "foo", 2024-02-16T20:36:54.338 INFO:teuthology.orchestra.run.smithi022.stdout: "mode": "RW" 2024-02-16T20:36:54.338 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:36:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:53.804175+0000 mon.smithi022 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:standby 2024-02-16T20:36:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:53.804223+0000 mon.smithi022 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:36:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:54.331107+0000 mon.smithi022 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-16T20:36:55.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:54.334098+0000 mon.smithi022 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-16T20:36:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:53.804175+0000 mon.smithi022 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:standby 2024-02-16T20:36:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:53.804223+0000 mon.smithi022 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:36:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:54.331107+0000 mon.smithi022 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-16T20:36:55.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:54.334098+0000 mon.smithi022 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-16T20:36:55.677 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-02-16T20:36:55.944 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:54.311079+0000 mgr.smithi022.hdvvsq (mgr.14164) 283 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:55.944 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:54.665701+0000 mgr.smithi022.hdvvsq (mgr.14164) 284 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 5 op/s 2024-02-16T20:36:56.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:54.311079+0000 mgr.smithi022.hdvvsq (mgr.14164) 283 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:56.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:54.665701+0000 mgr.smithi022.hdvvsq (mgr.14164) 284 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 5 op/s 2024-02-16T20:36:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:56.666105+0000 mgr.smithi022.hdvvsq (mgr.14164) 285 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 160 B/s rd, 481 B/s wr, 3 op/s 2024-02-16T20:36:58.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:57.436505+0000 mon.smithi022 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:57.437769+0000 mon.smithi022 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-16T20:36:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:57.440452+0000 mon.smithi022 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-16T20:36:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:57.441287+0000 mon.smithi022 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-16T20:36:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:57.444085+0000 mon.smithi022 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-16T20:36:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:57.445173+0000 mon.smithi022 (mon.0) 666 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:58.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:56.666105+0000 mgr.smithi022.hdvvsq (mgr.14164) 285 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 160 B/s rd, 481 B/s wr, 3 op/s 2024-02-16T20:36:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:57.436505+0000 mon.smithi022 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:36:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:57.437769+0000 mon.smithi022 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-02-16T20:36:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:57.440452+0000 mon.smithi022 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-02-16T20:36:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:57.441287+0000 mon.smithi022 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-02-16T20:36:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:57.444085+0000 mon.smithi022 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-02-16T20:36:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:57.445173+0000 mon.smithi022 (mon.0) 666 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:36:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:57.437538+0000 mgr.smithi022.hdvvsq (mgr.14164) 286 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:36:59.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:57.440969+0000 mgr.smithi022.hdvvsq (mgr.14164) 287 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-16T20:36:59.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:57.437538+0000 mgr.smithi022.hdvvsq (mgr.14164) 286 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:36:59.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:57.440969+0000 mgr.smithi022.hdvvsq (mgr.14164) 287 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-16T20:36:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:58.013156+0000 mgr.smithi022.hdvvsq (mgr.14164) 288 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:36:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:36:58.666811+0000 mgr.smithi022.hdvvsq (mgr.14164) 289 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 3 op/s 2024-02-16T20:36:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:59.697430+0000 mon.smithi022 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:36:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:59.701308+0000 mon.smithi022 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:36:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:59.750018+0000 mon.smithi022 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:36:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:59.753550+0000 mon.smithi022 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:36:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:36:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:59.755167+0000 mon.smithi022 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:58.013156+0000 mgr.smithi022.hdvvsq (mgr.14164) 288 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:36:58.666811+0000 mgr.smithi022.hdvvsq (mgr.14164) 289 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 3 op/s 2024-02-16T20:37:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:59.697430+0000 mon.smithi022 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:37:00.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:59.701308+0000 mon.smithi022 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:37:00.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:59.750018+0000 mon.smithi022 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:37:00.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:59.753550+0000 mon.smithi022 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:37:00.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:36:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:59.755167+0000 mon.smithi022 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:36:59.308936+0000 mgr.smithi022.hdvvsq (mgr.14164) 290 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:59.749467+0000 mgr.smithi022.hdvvsq (mgr.14164) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:37:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:59.749592+0000 mgr.smithi022.hdvvsq (mgr.14164) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi117.gvxovu-rgw 2024-02-16T20:37:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:36:59.755945+0000 mgr.smithi022.hdvvsq (mgr.14164) 293 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi117.gvxovu on smithi117 2024-02-16T20:37:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:36:59.308936+0000 mgr.smithi022.hdvvsq (mgr.14164) 290 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:59.749467+0000 mgr.smithi022.hdvvsq (mgr.14164) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:37:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:59.749592+0000 mgr.smithi022.hdvvsq (mgr.14164) 292 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi117.gvxovu-rgw 2024-02-16T20:37:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:36:59.755945+0000 mgr.smithi022.hdvvsq (mgr.14164) 293 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi117.gvxovu on smithi117 2024-02-16T20:37:02.079 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:00.607917+0000 mgr.smithi022.hdvvsq (mgr.14164) 294 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:02.079 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:00.667337+0000 mgr.smithi022.hdvvsq (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-16T20:37:02.079 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:01.779330+0000 mon.smithi022 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:02.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:00.607917+0000 mgr.smithi022.hdvvsq (mgr.14164) 294 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:02.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:00.667337+0000 mgr.smithi022.hdvvsq (mgr.14164) 295 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-16T20:37:02.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:01.779330+0000 mon.smithi022 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:01.906803+0000 mgr.smithi022.hdvvsq (mgr.14164) 296 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:02.195036+0000 mon.smithi022 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:03.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:02.196086+0000 mon.smithi022 (mon.0) 674 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:03.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:02.197030+0000 mon.smithi022 (mon.0) 675 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:03.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:02.197799+0000 mon.smithi022 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:03.208 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo 2/2 - 11s count:2 2024-02-16T20:37:03.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:01.906803+0000 mgr.smithi022.hdvvsq (mgr.14164) 296 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:03.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:02.195036+0000 mon.smithi022 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:03.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:02.196086+0000 mon.smithi022 (mon.0) 674 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:03.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:02.197030+0000 mon.smithi022 (mon.0) 675 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:03.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:02.197799+0000 mon.smithi022 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:02.667900+0000 mgr.smithi022.hdvvsq (mgr.14164) 297 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-02-16T20:37:04.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:02.667900+0000 mgr.smithi022.hdvvsq (mgr.14164) 297 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-02-16T20:37:04.353 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-16T20:37:04.362 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:37:04.362 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-02-16T20:37:04.403 INFO:teuthology.orchestra.run.smithi022.stderr:+ mkdir /mnt/foo 2024-02-16T20:37:04.413 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-02-16T20:37:04.483 INFO:teuthology.orchestra.run.smithi022.stderr:++ hostname 2024-02-16T20:37:04.484 INFO:teuthology.orchestra.run.smithi022.stderr:+ mount -t nfs smithi022:/fake /mnt/foo -o sync 2024-02-16T20:37:04.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:03.193255+0000 mgr.smithi022.hdvvsq (mgr.14164) 298 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:05.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:03.193255+0000 mgr.smithi022.hdvvsq (mgr.14164) 298 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:05.119 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-02-16T20:37:05.187 INFO:teuthology.orchestra.run.smithi022.stderr:+ echo test 2024-02-16T20:37:05.196 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-02-16T20:37:05.263 INFO:teuthology.orchestra.run.smithi022.stderr:+ sync 2024-02-16T20:37:05.483 INFO:teuthology.run_tasks:Running task parallel... 2024-02-16T20:37:05.493 INFO:teuthology.task.parallel:starting parallel... 2024-02-16T20:37:05.493 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-16T20:37:05.494 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-16T20:37:05.494 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:37:05.494 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-16T20:37:05.495 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-02-16T20:37:05.495 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-02-16T20:37:05.496 INFO:teuthology.task.exec:Executing custom commands... 2024-02-16T20:37:05.496 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:37:05.496 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-02-16T20:37:05.584 INFO:teuthology.orchestra.run.smithi022.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-16T20:37:05.584 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:37:05.584 INFO:teuthology.orchestra.run.smithi022.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-02-16T20:37:05.596 INFO:teuthology.orchestra.run.smithi022.stdout:3 of 5 processes prepared for launch 0 sec 2024-02-16T20:37:05.696 INFO:teuthology.orchestra.run.smithi022.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-16T20:37:05.696 INFO:teuthology.orchestra.run.smithi022.stdout:releasing clients 2024-02-16T20:37:06.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:04.668459+0000 mgr.smithi022.hdvvsq (mgr.14164) 299 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-16T20:37:06.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:05.226931+0000 mon.smithi022 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:06.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:04.668459+0000 mgr.smithi022.hdvvsq (mgr.14164) 299 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-02-16T20:37:06.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:05.226931+0000 mon.smithi022 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:06.696 INFO:teuthology.orchestra.run.smithi022.stdout: 5 304 56.00 MB/sec warmup 1 sec latency 15.133 ms 2024-02-16T20:37:07.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 657 52.74 MB/sec warmup 2 sec latency 10.451 ms 2024-02-16T20:37:08.075 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:06.669549+0000 mgr.smithi022.hdvvsq (mgr.14164) 300 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-16T20:37:08.076 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:06.783989+0000 mon.smithi022 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:06.669549+0000 mgr.smithi022.hdvvsq (mgr.14164) 300 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-02-16T20:37:08.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:06.783989+0000 mon.smithi022 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:08.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 1726 43.74 MB/sec warmup 3 sec latency 10.713 ms 2024-02-16T20:37:09.540 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-16T20:37:09.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 3240 43.45 MB/sec warmup 4 sec latency 10.564 ms 2024-02-16T20:37:10.092 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:08.670041+0000 mgr.smithi022.hdvvsq (mgr.14164) 301 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 57 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.0 MiB/s wr, 230 op/s 2024-02-16T20:37:10.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:08.670041+0000 mgr.smithi022.hdvvsq (mgr.14164) 301 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 57 MiB data, 222 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.0 MiB/s wr, 230 op/s 2024-02-16T20:37:10.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 4189 40.14 MB/sec warmup 5 sec latency 16.929 ms 2024-02-16T20:37:11.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 5510 37.98 MB/sec warmup 6 sec latency 14.091 ms 2024-02-16T20:37:11.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:10.670542+0000 mgr.smithi022.hdvvsq (mgr.14164) 302 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 120 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 11 MiB/s wr, 584 op/s 2024-02-16T20:37:12.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:10.670542+0000 mgr.smithi022.hdvvsq (mgr.14164) 302 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 120 MiB data, 408 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 11 MiB/s wr, 584 op/s 2024-02-16T20:37:12.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 6499 37.39 MB/sec warmup 7 sec latency 17.794 ms 2024-02-16T20:37:13.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 7542 36.99 MB/sec warmup 8 sec latency 13.145 ms 2024-02-16T20:37:13.768 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set global log_to_journald false --force' 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:12.670922+0000 mgr.smithi022.hdvvsq (mgr.14164) 303 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 120 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 11 MiB/s wr, 583 op/s 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:12.994710+0000 mon.smithi022 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.392736+0000 mon.smithi022 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.401887+0000 mon.smithi022 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.404887+0000 mon.smithi022 (mon.0) 682 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.406555+0000 mon.smithi022 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.407733+0000 mon.smithi022 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.723333+0000 mon.smithi022 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:13.731162+0000 mon.smithi022 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:12.670922+0000 mgr.smithi022.hdvvsq (mgr.14164) 303 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 120 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 11 MiB/s wr, 583 op/s 2024-02-16T20:37:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:12.994710+0000 mon.smithi022 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.392736+0000 mon.smithi022 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.401887+0000 mon.smithi022 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.404887+0000 mon.smithi022 (mon.0) 682 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.406555+0000 mon.smithi022 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:14.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.407733+0000 mon.smithi022 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:14.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.723333+0000 mon.smithi022 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:13.731162+0000 mon.smithi022 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:14.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 8658 35.74 MB/sec warmup 9 sec latency 13.584 ms 2024-02-16T20:37:15.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 9964 35.38 MB/sec warmup 10 sec latency 28.876 ms 2024-02-16T20:37:16.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:14.671583+0000 mgr.smithi022.hdvvsq (mgr.14164) 304 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 140 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 16 MiB/s wr, 1.03k op/s 2024-02-16T20:37:16.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:14.671583+0000 mgr.smithi022.hdvvsq (mgr.14164) 304 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 140 MiB data, 634 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 16 MiB/s wr, 1.03k op/s 2024-02-16T20:37:16.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 11002 35.53 MB/sec warmup 11 sec latency 15.988 ms 2024-02-16T20:37:17.205 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph mgr module enable nfs --force' 2024-02-16T20:37:17.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 11982 34.01 MB/sec warmup 12 sec latency 17.618 ms 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:16.508139+0000 mon.smithi022 (mon.0) 687 : audit [INF] from='client.? 172.21.15.22:0/2351964733' entity='client.admin' 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:16.516093+0000 mon.smithi022 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:16.517172+0000 mon.smithi022 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:16.519907+0000 mon.smithi022 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:16.525839+0000 mon.smithi022 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:16.534196+0000 mon.smithi022 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:17.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:16.672045+0000 mgr.smithi022.hdvvsq (mgr.14164) 305 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 147 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 18 MiB/s wr, 1.21k op/s 2024-02-16T20:37:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:16.508139+0000 mon.smithi022 (mon.0) 687 : audit [INF] from='client.? 172.21.15.22:0/2351964733' entity='client.admin' 2024-02-16T20:37:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:16.516093+0000 mon.smithi022 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:16.517172+0000 mon.smithi022 (mon.0) 689 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:16.519907+0000 mon.smithi022 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:16.525839+0000 mon.smithi022 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:17.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:16.534196+0000 mon.smithi022 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:17.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:16.672045+0000 mgr.smithi022.hdvvsq (mgr.14164) 305 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 147 MiB data, 685 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 18 MiB/s wr, 1.21k op/s 2024-02-16T20:37:18.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 13306 33.50 MB/sec warmup 13 sec latency 14.240 ms 2024-02-16T20:37:19.698 INFO:teuthology.orchestra.run.smithi022.stdout: 5 14437 34.68 MB/sec warmup 14 sec latency 19.411 ms 2024-02-16T20:37:20.091 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:18.672582+0000 mgr.smithi022.hdvvsq (mgr.14164) 306 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 156 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 21 MiB/s wr, 1.42k op/s 2024-02-16T20:37:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:18.672582+0000 mgr.smithi022.hdvvsq (mgr.14164) 306 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 156 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 21 MiB/s wr, 1.42k op/s 2024-02-16T20:37:20.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 15234 32.98 MB/sec warmup 15 sec latency 16.307 ms 2024-02-16T20:37:20.748 INFO:teuthology.orchestra.run.smithi022.stderr:module 'nfs' is already enabled 2024-02-16T20:37:21.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:19.892097+0000 mon.smithi022 (mon.0) 693 : audit [INF] from='client.? 172.21.15.22:0/980371855' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-16T20:37:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:19.892097+0000 mon.smithi022 (mon.0) 693 : audit [INF] from='client.? 172.21.15.22:0/980371855' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-02-16T20:37:21.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 16572 32.65 MB/sec warmup 16 sec latency 17.317 ms 2024-02-16T20:37:22.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:20.673094+0000 mgr.smithi022.hdvvsq (mgr.14164) 307 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 163 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 19 MiB/s wr, 1.51k op/s 2024-02-16T20:37:22.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:20.740886+0000 mon.smithi022 (mon.0) 694 : audit [INF] from='client.? 172.21.15.22:0/980371855' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-16T20:37:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:20.740950+0000 mon.smithi022 (mon.0) 695 : cluster [DBG] mgrmap e20: smithi022.hdvvsq(active, since 6m), standbys: smithi117.kdrhet 2024-02-16T20:37:22.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:20.673094+0000 mgr.smithi022.hdvvsq (mgr.14164) 307 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 163 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 19 MiB/s wr, 1.51k op/s 2024-02-16T20:37:22.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:20.740886+0000 mon.smithi022 (mon.0) 694 : audit [INF] from='client.? 172.21.15.22:0/980371855' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-02-16T20:37:22.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:20.740950+0000 mon.smithi022 (mon.0) 695 : cluster [DBG] mgrmap e20: smithi022.hdvvsq(active, since 6m), standbys: smithi117.kdrhet 2024-02-16T20:37:22.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 17909 33.95 MB/sec warmup 17 sec latency 25.155 ms 2024-02-16T20:37:23.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 18689 32.65 MB/sec warmup 18 sec latency 73.816 ms 2024-02-16T20:37:23.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:22.673502+0000 mgr.smithi022.hdvvsq (mgr.14164) 308 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 163 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-16T20:37:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:22.673502+0000 mgr.smithi022.hdvvsq (mgr.14164) 308 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 163 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-16T20:37:24.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 19880 32.23 MB/sec warmup 19 sec latency 31.768 ms 2024-02-16T20:37:24.780 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-16T20:37:25.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 20938 32.46 MB/sec warmup 20 sec latency 16.390 ms 2024-02-16T20:37:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:24.674146+0000 mgr.smithi022.hdvvsq (mgr.14164) 309 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 172 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 18 MiB/s wr, 1.63k op/s 2024-02-16T20:37:26.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:24.674146+0000 mgr.smithi022.hdvvsq (mgr.14164) 309 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 172 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 18 MiB/s wr, 1.63k op/s 2024-02-16T20:37:26.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 21874 32.33 MB/sec warmup 21 sec latency 18.535 ms 2024-02-16T20:37:27.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.624633+0000 mon.smithi022 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-16T20:37:27.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.624985+0000 mon.smithi022 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-16T20:37:27.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.625239+0000 mon.smithi022 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-16T20:37:27.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.625453+0000 mon.smithi022 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-16T20:37:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.624633+0000 mon.smithi022 (mon.0) 696 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-02-16T20:37:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.624985+0000 mon.smithi022 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-16T20:37:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.625239+0000 mon.smithi022 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-02-16T20:37:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.625453+0000 mon.smithi022 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-16T20:37:27.349 INFO:teuthology.orchestra.run.smithi022.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-16T20:37:27.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 22804 32.00 MB/sec warmup 22 sec latency 14.819 ms 2024-02-16T20:37:28.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:26.674574+0000 mgr.smithi022.hdvvsq (mgr.14164) 310 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 178 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-16T20:37:28.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.754010+0000 mon.smithi022 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.754093+0000 mon.smithi022 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.754163+0000 mon.smithi022 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.754240+0000 mon.smithi022 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:26.754294+0000 mon.smithi022 (mon.0) 704 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.767935+0000 mon.smithi022 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:26.768186+0000 mon.smithi022 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.347419+0000 mon.smithi022 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.348435+0000 mon.smithi022 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.351286+0000 mon.smithi022 (mon.0) 709 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.352300+0000 mon.smithi022 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.359490+0000 mon.smithi022 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.369163+0000 mon.smithi022 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:28.136 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:26.674574+0000 mgr.smithi022.hdvvsq (mgr.14164) 310 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 178 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 15 MiB/s wr, 1.33k op/s 2024-02-16T20:37:28.136 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.754010+0000 mon.smithi022 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2024-02-16T20:37:28.136 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.754093+0000 mon.smithi022 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.754163+0000 mon.smithi022 (mon.0) 702 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.754240+0000 mon.smithi022 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:26.754294+0000 mon.smithi022 (mon.0) 704 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.767935+0000 mon.smithi022 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:26.768186+0000 mon.smithi022 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.347419+0000 mon.smithi022 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.348435+0000 mon.smithi022 (mon.0) 708 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.351286+0000 mon.smithi022 (mon.0) 709 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.352300+0000 mon.smithi022 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.359490+0000 mon.smithi022 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:28.137 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.369163+0000 mon.smithi022 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:37:28.170 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-02-16T20:37:28.170 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:37:28.171 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- 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-16T20:37:28.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 23722 31.06 MB/sec warmup 23 sec latency 26.516 ms 2024-02-16T20:37:29.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:27.342032+0000 mgr.smithi022.hdvvsq (mgr.14164) 311 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:29.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:37:27.342823+0000 mgr.smithi022.hdvvsq (mgr.14164) 312 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-16T20:37:29.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:37:27.371595+0000 mgr.smithi022.hdvvsq (mgr.14164) 313 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-16T20:37:29.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:27.759355+0000 mon.smithi022 (mon.0) 713 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-16T20:37:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:27.342032+0000 mgr.smithi022.hdvvsq (mgr.14164) 311 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:37:27.342823+0000 mgr.smithi022.hdvvsq (mgr.14164) 312 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-16T20:37:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:37:27.371595+0000 mgr.smithi022.hdvvsq (mgr.14164) 313 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-16T20:37:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:27.759355+0000 mon.smithi022 (mon.0) 713 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-16T20:37:29.699 INFO:teuthology.orchestra.run.smithi022.stdout: 5 24891 31.96 MB/sec warmup 24 sec latency 31.462 ms 2024-02-16T20:37:30.092 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:28.675118+0000 mgr.smithi022.hdvvsq (mgr.14164) 314 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 186 MiB data, 1009 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-16T20:37:30.092 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:28.765616+0000 mon.smithi022 (mon.0) 714 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-16T20:37:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:28.675118+0000 mgr.smithi022.hdvvsq (mgr.14164) 314 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 186 MiB data, 1009 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 14 MiB/s wr, 1.33k op/s 2024-02-16T20:37:30.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:28.765616+0000 mon.smithi022 (mon.0) 714 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-16T20:37:30.700 INFO:teuthology.orchestra.run.smithi022.stdout: 5 25603 31.02 MB/sec warmup 25 sec latency 19.353 ms 2024-02-16T20:37:30.821 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:37:31.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:29.770017+0000 mon.smithi022 (mon.0) 715 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-16T20:37:31.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:29.770017+0000 mon.smithi022 (mon.0) 715 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-16T20:37:31.700 INFO:teuthology.orchestra.run.smithi022.stdout: 5 26428 30.77 MB/sec warmup 26 sec latency 23.822 ms 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (5m) 18s ago 6m 21.3M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (6m) 18s ago 6m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (5m) 26s ago 5m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (4m) 18s ago 6m 34.3M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (50s) 18s ago 49s 13.6M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (47s) 26s ago 46s 11.2M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:9283 running (8m) 18s ago 8m 422M - 16.2.5 6933c2a0b7dd eab92df4e403 2024-02-16T20:37:31.803 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (5m) 26s ago 5m 372M - 16.2.5 6933c2a0b7dd f18e468d7010 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (8m) 18s ago 8m 46.6M 2048M 16.2.5 6933c2a0b7dd 4f10ce38d92f 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (5m) 26s ago 5m 37.5M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.0.smithi022.snngqy smithi022 *:2049 running (35s) 18s ago 34s 49.5M - 3.5 6933c2a0b7dd 0b6be18609fe 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.0.smithi117.gvxovu smithi117 *:2049 running (30s) 26s ago 29s 53.4M - 3.5 6933c2a0b7dd a28b2f741105 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (6m) 18s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (5m) 26s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (5m) 18s ago 5m 39.9M 3225M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (4m) 18s ago 4m 37.2M 3225M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (4m) 18s ago 4m 38.9M 3225M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (3m) 18s ago 3m 37.5M 3225M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (3m) 26s ago 3m 35.7M 3992M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (3m) 26s ago 3m 37.6M 3992M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (2m) 26s ago 2m 37.2M 3992M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:37:31.804 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (2m) 26s ago 2m 36.5M 3992M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:37:31.805 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (4m) 18s ago 5m 40.8M - 2.18.1 de242295e225 bc1042ccbe33 2024-02-16T20:37:32.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:30.675786+0000 mgr.smithi022.hdvvsq (mgr.14164) 315 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 192 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 17 MiB/s wr, 1.56k op/s 2024-02-16T20:37:32.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:30.775388+0000 mon.smithi022 (mon.0) 716 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-16T20:37:32.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:30.800942+0000 mgr.smithi022.hdvvsq (mgr.14164) 316 : audit [DBG] from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:32.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:30.675786+0000 mgr.smithi022.hdvvsq (mgr.14164) 315 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 192 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 17 MiB/s wr, 1.56k op/s 2024-02-16T20:37:32.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:30.775388+0000 mon.smithi022 (mon.0) 716 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-16T20:37:32.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:30.800942+0000 mgr.smithi022.hdvvsq (mgr.14164) 316 : audit [DBG] from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:32.362 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:37:32.362 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:37:32.362 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:37:32.362 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:37:32.362 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:37:32.362 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:37:32.363 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:37:32.700 INFO:teuthology.orchestra.run.smithi022.stdout: 5 27351 30.13 MB/sec warmup 27 sec latency 29.772 ms 2024-02-16T20:37:32.849 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:37:32.849 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-16T20:37:32.850 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:37:32.850 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [], 2024-02-16T20:37:32.850 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "", 2024-02-16T20:37:32.850 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 image" 2024-02-16T20:37:32.850 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:37:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:31.296488+0000 mgr.smithi022.hdvvsq (mgr.14164) 317 : audit [DBG] from='client.24431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:31.787186+0000 mgr.smithi022.hdvvsq (mgr.14164) 318 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:33.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:32.360968+0000 mon.smithi022 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.22:0/2772816785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:37:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:31.296488+0000 mgr.smithi022.hdvvsq (mgr.14164) 317 : audit [DBG] from='client.24431 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:31.787186+0000 mgr.smithi022.hdvvsq (mgr.14164) 318 : audit [DBG] from='client.24435 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:33.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:32.360968+0000 mon.smithi022 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.22:0/2772816785' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:37:33.700 INFO:teuthology.orchestra.run.smithi022.stdout: 5 28446 30.80 MB/sec warmup 28 sec latency 13.971 ms 2024-02-16T20:37:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:32.681751+0000 mgr.smithi022.hdvvsq (mgr.14164) 319 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.04k op/s; 832 KiB/s, 0 objects/s recovering 2024-02-16T20:37:34.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:32.847029+0000 mgr.smithi022.hdvvsq (mgr.14164) 320 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:34.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:32.681751+0000 mgr.smithi022.hdvvsq (mgr.14164) 319 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 194 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.04k op/s; 832 KiB/s, 0 objects/s recovering 2024-02-16T20:37:34.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:32.847029+0000 mgr.smithi022.hdvvsq (mgr.14164) 320 : audit [DBG] from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:37:34.700 INFO:teuthology.orchestra.run.smithi022.stdout: 5 29180 30.06 MB/sec warmup 29 sec latency 22.031 ms 2024-02-16T20:37:35.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 29973 29.85 MB/sec warmup 30 sec latency 34.667 ms 2024-02-16T20:37:35.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:34.682434+0000 mgr.smithi022.hdvvsq (mgr.14164) 321 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 197 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.31k op/s; 682 KiB/s, 0 objects/s recovering 2024-02-16T20:37:36.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:34.682434+0000 mgr.smithi022.hdvvsq (mgr.14164) 321 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 197 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.31k op/s; 682 KiB/s, 0 objects/s recovering 2024-02-16T20:37:36.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 30675 29.05 MB/sec warmup 31 sec latency 43.728 ms 2024-02-16T20:37:37.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 31515 29.22 MB/sec warmup 32 sec latency 19.845 ms 2024-02-16T20:37:38.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:36.682921+0000 mgr.smithi022.hdvvsq (mgr.14164) 322 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.04k op/s; 517 KiB/s, 0 objects/s recovering 2024-02-16T20:37:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:36.682921+0000 mgr.smithi022.hdvvsq (mgr.14164) 322 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 202 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.04k op/s; 517 KiB/s, 0 objects/s recovering 2024-02-16T20:37:38.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 32412 29.26 MB/sec warmup 33 sec latency 17.987 ms 2024-02-16T20:37:39.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 33222 28.79 MB/sec warmup 34 sec latency 23.788 ms 2024-02-16T20:37:40.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:38.683423+0000 mgr.smithi022.hdvvsq (mgr.14164) 323 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 212 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.20k op/s; 459 KiB/s, 0 objects/s recovering 2024-02-16T20:37:40.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:38.683423+0000 mgr.smithi022.hdvvsq (mgr.14164) 323 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 212 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.20k op/s; 459 KiB/s, 0 objects/s recovering 2024-02-16T20:37:40.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 34312 28.54 MB/sec warmup 35 sec latency 27.547 ms 2024-02-16T20:37:41.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 35457 29.03 MB/sec warmup 36 sec latency 22.910 ms 2024-02-16T20:37:42.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:40.684003+0000 mgr.smithi022.hdvvsq (mgr.14164) 324 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.12k op/s; 409 KiB/s, 0 objects/s recovering 2024-02-16T20:37:42.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:40.684003+0000 mgr.smithi022.hdvvsq (mgr.14164) 324 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.12k op/s; 409 KiB/s, 0 objects/s recovering 2024-02-16T20:37:42.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 36341 28.77 MB/sec warmup 37 sec latency 17.972 ms 2024-02-16T20:37:43.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 37179 28.61 MB/sec warmup 38 sec latency 54.794 ms 2024-02-16T20:37:44.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:42.684424+0000 mgr.smithi022.hdvvsq (mgr.14164) 325 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.13k op/s; 344 KiB/s, 0 objects/s recovering 2024-02-16T20:37:44.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:42.684424+0000 mgr.smithi022.hdvvsq (mgr.14164) 325 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 11 MiB/s wr, 1.13k op/s; 344 KiB/s, 0 objects/s recovering 2024-02-16T20:37:44.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 38057 28.27 MB/sec warmup 39 sec latency 20.873 ms 2024-02-16T20:37:45.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 39034 28.60 MB/sec warmup 40 sec latency 22.724 ms 2024-02-16T20:37:46.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:44.685006+0000 mgr.smithi022.hdvvsq (mgr.14164) 326 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 229 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2024-02-16T20:37:46.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:44.685006+0000 mgr.smithi022.hdvvsq (mgr.14164) 326 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 229 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2024-02-16T20:37:46.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 39697 28.24 MB/sec warmup 41 sec latency 21.303 ms 2024-02-16T20:37:47.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 40088 27.75 MB/sec warmup 42 sec latency 425.708 ms 2024-02-16T20:37:48.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:46.685429+0000 mgr.smithi022.hdvvsq (mgr.14164) 327 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 231 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-02-16T20:37:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:46.685429+0000 mgr.smithi022.hdvvsq (mgr.14164) 327 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 231 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-02-16T20:37:48.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 41172 27.58 MB/sec warmup 43 sec latency 60.156 ms 2024-02-16T20:37:49.702 INFO:teuthology.orchestra.run.smithi022.stdout: 5 42010 27.62 MB/sec warmup 44 sec latency 41.306 ms 2024-02-16T20:37:50.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:48.685982+0000 mgr.smithi022.hdvvsq (mgr.14164) 328 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 239 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-02-16T20:37:50.094 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:48.685982+0000 mgr.smithi022.hdvvsq (mgr.14164) 328 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 239 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-02-16T20:37:50.701 INFO:teuthology.orchestra.run.smithi022.stdout: 5 42807 27.74 MB/sec warmup 45 sec latency 21.411 ms 2024-02-16T20:37:51.702 INFO:teuthology.orchestra.run.smithi022.stdout: 5 43374 27.28 MB/sec warmup 46 sec latency 25.816 ms 2024-02-16T20:37:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:50.686571+0000 mgr.smithi022.hdvvsq (mgr.14164) 329 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 243 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-16T20:37:52.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:50.686571+0000 mgr.smithi022.hdvvsq (mgr.14164) 329 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 243 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-16T20:37:52.702 INFO:teuthology.orchestra.run.smithi022.stdout: 5 44113 27.13 MB/sec warmup 47 sec latency 31.849 ms 2024-02-16T20:37:53.702 INFO:teuthology.orchestra.run.smithi022.stdout: 5 45284 27.03 MB/sec warmup 48 sec latency 13.557 ms 2024-02-16T20:37:54.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:52.687065+0000 mgr.smithi022.hdvvsq (mgr.14164) 330 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.14k op/s 2024-02-16T20:37:54.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:52.687065+0000 mgr.smithi022.hdvvsq (mgr.14164) 330 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.14k op/s 2024-02-16T20:37:54.702 INFO:teuthology.orchestra.run.smithi022.stdout: 5 46258 27.33 MB/sec warmup 49 sec latency 24.094 ms 2024-02-16T20:37:55.702 INFO:teuthology.orchestra.run.smithi022.stdout: 5 46792 26.98 MB/sec warmup 50 sec latency 24.144 ms 2024-02-16T20:37:56.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:54.687706+0000 mgr.smithi022.hdvvsq (mgr.14164) 331 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-16T20:37:56.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:54.687706+0000 mgr.smithi022.hdvvsq (mgr.14164) 331 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-02-16T20:37:56.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 47586 26.81 MB/sec warmup 51 sec latency 20.558 ms 2024-02-16T20:37:57.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 48642 26.69 MB/sec warmup 52 sec latency 31.722 ms 2024-02-16T20:37:58.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:56.688145+0000 mgr.smithi022.hdvvsq (mgr.14164) 332 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 251 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-16T20:37:58.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:56.688145+0000 mgr.smithi022.hdvvsq (mgr.14164) 332 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 251 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-02-16T20:37:58.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 49869 27.15 MB/sec warmup 53 sec latency 14.473 ms 2024-02-16T20:37:59.704 INFO:teuthology.orchestra.run.smithi022.stdout: 5 50745 26.90 MB/sec warmup 54 sec latency 15.641 ms 2024-02-16T20:38:00.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:37:58.688623+0000 mgr.smithi022.hdvvsq (mgr.14164) 333 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.24k op/s 2024-02-16T20:38:00.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:59.805334+0000 mon.smithi022 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:00.093 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:37:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:37:59.807400+0000 mon.smithi022 (mon.0) 719 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:00.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:37:58.688623+0000 mgr.smithi022.hdvvsq (mgr.14164) 333 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 264 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.24k op/s 2024-02-16T20:38:00.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:59.805334+0000 mon.smithi022 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:00.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:37:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:37:59.807400+0000 mon.smithi022 (mon.0) 719 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:00.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 51897 26.82 MB/sec warmup 55 sec latency 22.645 ms 2024-02-16T20:38:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:37:59.805919+0000 mgr.smithi022.hdvvsq (mgr.14164) 334 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-16T20:38:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:37:59.806018+0000 mgr.smithi022.hdvvsq (mgr.14164) 335 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-16T20:38:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:37:59.809170+0000 mgr.smithi022.hdvvsq (mgr.14164) 336 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi022.hdvvsq) 2024-02-16T20:38:01.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:37:59.805919+0000 mgr.smithi022.hdvvsq (mgr.14164) 334 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-16T20:38:01.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:37:59.806018+0000 mgr.smithi022.hdvvsq (mgr.14164) 335 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-16T20:38:01.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:37:59.809170+0000 mgr.smithi022.hdvvsq (mgr.14164) 336 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi022.hdvvsq) 2024-02-16T20:38:01.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 52728 26.88 MB/sec warmup 56 sec latency 34.497 ms 2024-02-16T20:38:02.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:00.110832+0000 mgr.smithi022.hdvvsq (mgr.14164) 337 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi117 2024-02-16T20:38:02.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:00.689114+0000 mgr.smithi022.hdvvsq (mgr.14164) 338 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 270 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.12k op/s 2024-02-16T20:38:02.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:00.110832+0000 mgr.smithi022.hdvvsq (mgr.14164) 337 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc on smithi117 2024-02-16T20:38:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:00.689114+0000 mgr.smithi022.hdvvsq (mgr.14164) 338 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 270 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 13 MiB/s wr, 1.12k op/s 2024-02-16T20:38:02.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 53503 26.94 MB/sec warmup 57 sec latency 30.590 ms 2024-02-16T20:38:03.353 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:38:03.703 INFO:teuthology.orchestra.run.smithi022.stdout: 5 54292 26.69 MB/sec warmup 58 sec latency 17.741 ms 2024-02-16T20:38:04.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:02.689607+0000 mgr.smithi022.hdvvsq (mgr.14164) 339 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 1.14k op/s 2024-02-16T20:38:04.270 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:38:04.270 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (5m) 51s ago 7m 21.3M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:38:04.270 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (7m) 51s ago 7m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:38:04.270 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (6m) 59s ago 6m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:38:04.270 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (5m) 51s ago 6m 34.3M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (82s) 51s ago 81s 13.6M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (79s) 59s ago 79s 11.2M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:9283 running (8m) 51s ago 8m 422M - 16.2.5 6933c2a0b7dd eab92df4e403 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (6m) 59s ago 6m 372M - 16.2.5 6933c2a0b7dd f18e468d7010 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (8m) 51s ago 8m 46.6M 2048M 16.2.5 6933c2a0b7dd 4f10ce38d92f 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (6m) 59s ago 6m 37.5M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.0.smithi022.snngqy smithi022 *:2049 running (68s) 51s ago 66s 49.5M - 3.5 6933c2a0b7dd 0b6be18609fe 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.0.smithi117.gvxovu smithi117 *:2049 running (62s) 59s ago 62s 53.4M - 3.5 6933c2a0b7dd a28b2f741105 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (6m) 51s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (5m) 59s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (5m) 51s ago 5m 39.9M 3225M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (5m) 51s ago 5m 37.2M 3225M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (4m) 51s ago 4m 38.9M 3225M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (4m) 51s ago 4m 37.5M 3225M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (4m) 59s ago 4m 35.7M 3992M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:38:04.271 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (3m) 59s ago 3m 37.6M 3992M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:38:04.272 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (3m) 59s ago 3m 37.2M 3992M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:38:04.272 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (3m) 59s ago 3m 36.5M 3992M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:38:04.272 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (5m) 51s ago 6m 40.8M - 2.18.1 de242295e225 bc1042ccbe33 2024-02-16T20:38:04.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:02.689607+0000 mgr.smithi022.hdvvsq (mgr.14164) 339 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 1.14k op/s 2024-02-16T20:38:04.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 55114 26.56 MB/sec warmup 59 sec latency 24.567 ms 2024-02-16T20:38:04.795 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:38:04.796 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:04.797 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:38:04.797 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-16T20:38:04.797 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:38:04.797 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:38:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:03.332905+0000 mgr.smithi022.hdvvsq (mgr.14164) 340 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:03.809039+0000 mgr.smithi022.hdvvsq (mgr.14164) 341 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:04.795525+0000 mon.smithi117 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.22:0/3918349880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [], 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "0/23 ceph daemons upgraded", 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc image on host smithi117" 2024-02-16T20:38:05.255 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:38:05.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:03.332905+0000 mgr.smithi022.hdvvsq (mgr.14164) 340 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:05.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:03.809039+0000 mgr.smithi022.hdvvsq (mgr.14164) 341 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:05.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:04.795525+0000 mon.smithi117 (mon.1) 20 : audit [DBG] from='client.? 172.21.15.22:0/3918349880' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:38:05.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 55857 26.37 MB/sec warmup 60 sec latency 29.087 ms 2024-02-16T20:38:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:04.256770+0000 mgr.smithi022.hdvvsq (mgr.14164) 342 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:06.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:04.690204+0000 mgr.smithi022.hdvvsq (mgr.14164) 343 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-16T20:38:06.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:04.256770+0000 mgr.smithi022.hdvvsq (mgr.14164) 342 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:06.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:04.690204+0000 mgr.smithi022.hdvvsq (mgr.14164) 343 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2024-02-16T20:38:06.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 56925 26.71 MB/sec warmup 61 sec latency 14.091 ms 2024-02-16T20:38:07.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:05.254775+0000 mgr.smithi022.hdvvsq (mgr.14164) 344 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:05.254775+0000 mgr.smithi022.hdvvsq (mgr.14164) 344 : audit [DBG] from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:07.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 57650 26.42 MB/sec warmup 62 sec latency 27.163 ms 2024-02-16T20:38:08.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:06.690648+0000 mgr.smithi022.hdvvsq (mgr.14164) 345 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-16T20:38:08.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:06.690648+0000 mgr.smithi022.hdvvsq (mgr.14164) 345 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.04k op/s 2024-02-16T20:38:08.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 58317 26.26 MB/sec warmup 63 sec latency 22.026 ms 2024-02-16T20:38:09.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 58891 26.02 MB/sec warmup 64 sec latency 74.960 ms 2024-02-16T20:38:10.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:08.691195+0000 mgr.smithi022.hdvvsq (mgr.14164) 346 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 291 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-02-16T20:38:10.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:08.691195+0000 mgr.smithi022.hdvvsq (mgr.14164) 346 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 291 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-02-16T20:38:10.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 59484 25.86 MB/sec warmup 65 sec latency 26.566 ms 2024-02-16T20:38:11.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 60337 26.02 MB/sec warmup 66 sec latency 30.602 ms 2024-02-16T20:38:12.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:10.691697+0000 mgr.smithi022.hdvvsq (mgr.14164) 347 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-16T20:38:12.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:10.691697+0000 mgr.smithi022.hdvvsq (mgr.14164) 347 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.16k op/s 2024-02-16T20:38:12.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 61025 25.86 MB/sec warmup 67 sec latency 19.976 ms 2024-02-16T20:38:13.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 61635 25.68 MB/sec warmup 68 sec latency 29.952 ms 2024-02-16T20:38:14.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:12.692127+0000 mgr.smithi022.hdvvsq (mgr.14164) 348 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-02-16T20:38:14.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:12.692127+0000 mgr.smithi022.hdvvsq (mgr.14164) 348 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 11 MiB/s wr, 1.07k op/s 2024-02-16T20:38:14.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 62593 25.55 MB/sec warmup 69 sec latency 22.360 ms 2024-02-16T20:38:15.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 63544 25.72 MB/sec warmup 70 sec latency 13.287 ms 2024-02-16T20:38:16.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:14.692698+0000 mgr.smithi022.hdvvsq (mgr.14164) 349 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 302 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-02-16T20:38:16.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:14.692698+0000 mgr.smithi022.hdvvsq (mgr.14164) 349 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 302 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-02-16T20:38:16.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 64301 25.71 MB/sec warmup 71 sec latency 20.200 ms 2024-02-16T20:38:17.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 64976 25.50 MB/sec warmup 72 sec latency 34.678 ms 2024-02-16T20:38:18.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:16.693063+0000 mgr.smithi022.hdvvsq (mgr.14164) 350 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 306 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-02-16T20:38:18.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:16.693063+0000 mgr.smithi022.hdvvsq (mgr.14164) 350 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 306 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-02-16T20:38:18.705 INFO:teuthology.orchestra.run.smithi022.stdout: 5 65681 25.39 MB/sec warmup 73 sec latency 29.586 ms 2024-02-16T20:38:19.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 66492 25.26 MB/sec warmup 74 sec latency 19.594 ms 2024-02-16T20:38:20.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:18.693514+0000 mgr.smithi022.hdvvsq (mgr.14164) 351 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 308 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-16T20:38:20.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:18.693514+0000 mgr.smithi022.hdvvsq (mgr.14164) 351 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 308 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-16T20:38:20.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 67315 25.41 MB/sec warmup 75 sec latency 30.625 ms 2024-02-16T20:38:21.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 67819 25.27 MB/sec warmup 76 sec latency 38.584 ms 2024-02-16T20:38:22.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:20.694011+0000 mgr.smithi022.hdvvsq (mgr.14164) 352 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.09k op/s 2024-02-16T20:38:22.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:20.694011+0000 mgr.smithi022.hdvvsq (mgr.14164) 352 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 315 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.09k op/s 2024-02-16T20:38:22.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 68177 24.99 MB/sec warmup 77 sec latency 125.295 ms 2024-02-16T20:38:23.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 68878 24.89 MB/sec warmup 78 sec latency 26.541 ms 2024-02-16T20:38:24.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:22.694422+0000 mgr.smithi022.hdvvsq (mgr.14164) 353 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.6 MiB/s wr, 988 op/s 2024-02-16T20:38:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:22.694422+0000 mgr.smithi022.hdvvsq (mgr.14164) 353 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.6 MiB/s wr, 988 op/s 2024-02-16T20:38:24.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 69736 24.78 MB/sec warmup 79 sec latency 29.211 ms 2024-02-16T20:38:25.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 70503 24.81 MB/sec warmup 80 sec latency 17.254 ms 2024-02-16T20:38:26.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:24.695001+0000 mgr.smithi022.hdvvsq (mgr.14164) 354 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-16T20:38:26.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:24.695001+0000 mgr.smithi022.hdvvsq (mgr.14164) 354 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-02-16T20:38:26.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 71200 24.85 MB/sec warmup 81 sec latency 20.050 ms 2024-02-16T20:38:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:26.779677+0000 mon.smithi022 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:38:27.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:26.779953+0000 mon.smithi022 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:38:27.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:26.779677+0000 mon.smithi022 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:38:27.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:26.779953+0000 mon.smithi022 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:38:27.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 71609 24.63 MB/sec warmup 82 sec latency 33.656 ms 2024-02-16T20:38:28.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:26.695437+0000 mgr.smithi022.hdvvsq (mgr.14164) 355 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 976 op/s 2024-02-16T20:38:28.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:26.695437+0000 mgr.smithi022.hdvvsq (mgr.14164) 355 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.6 MiB/s wr, 976 op/s 2024-02-16T20:38:28.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 72018 24.42 MB/sec warmup 83 sec latency 46.890 ms 2024-02-16T20:38:29.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 72769 24.31 MB/sec warmup 84 sec latency 32.253 ms 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:28.695960+0000 mgr.smithi022.hdvvsq (mgr.14164) 356 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 985 op/s 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:28.875348+0000 mgr.smithi022.hdvvsq (mgr.14164) 357 : cephadm [INF] Upgrade: Updating mgr.smithi117.kdrhet 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:28.880532+0000 mon.smithi022 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:28.881294+0000 mon.smithi022 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:28.882126+0000 mon.smithi022 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:28.882844+0000 mon.smithi022 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:38:30.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:28.883746+0000 mgr.smithi022.hdvvsq (mgr.14164) 358 : cephadm [INF] Deploying daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:38:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:28.695960+0000 mgr.smithi022.hdvvsq (mgr.14164) 356 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 327 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 985 op/s 2024-02-16T20:38:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:28.875348+0000 mgr.smithi022.hdvvsq (mgr.14164) 357 : cephadm [INF] Upgrade: Updating mgr.smithi117.kdrhet 2024-02-16T20:38:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:28.880532+0000 mon.smithi022 (mon.0) 722 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:28.881294+0000 mon.smithi022 (mon.0) 723 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:38:30.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:28.882126+0000 mon.smithi022 (mon.0) 724 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:38:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:28.882844+0000 mon.smithi022 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:38:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:28.883746+0000 mgr.smithi022.hdvvsq (mgr.14164) 358 : cephadm [INF] Deploying daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:38:30.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 73563 24.22 MB/sec warmup 85 sec latency 25.408 ms 2024-02-16T20:38:31.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 74474 24.40 MB/sec warmup 86 sec latency 16.561 ms 2024-02-16T20:38:32.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:30.696401+0000 mgr.smithi022.hdvvsq (mgr.14164) 359 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-02-16T20:38:32.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:30.696401+0000 mgr.smithi022.hdvvsq (mgr.14164) 359 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 329 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-02-16T20:38:32.706 INFO:teuthology.orchestra.run.smithi022.stdout: 5 75206 24.31 MB/sec warmup 87 sec latency 20.567 ms 2024-02-16T20:38:33.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 75949 24.22 MB/sec warmup 88 sec latency 25.160 ms 2024-02-16T20:38:33.884 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:32.696805+0000 mgr.smithi022.hdvvsq (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.3 MiB/s wr, 861 op/s 2024-02-16T20:38:34.146 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:32.696805+0000 mgr.smithi022.hdvvsq (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 331 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 8.3 MiB/s wr, 861 op/s 2024-02-16T20:38:34.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 76701 24.10 MB/sec warmup 89 sec latency 27.284 ms 2024-02-16T20:38:35.678 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:38:35.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 77276 24.01 MB/sec warmup 90 sec latency 20.806 ms 2024-02-16T20:38:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:34.697280+0000 mgr.smithi022.hdvvsq (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-02-16T20:38:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:35.086363+0000 mon.smithi022 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:35.087293+0000 mon.smithi022 (mon.0) 727 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:35.089881+0000 mon.smithi022 (mon.0) 728 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:38:35.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:35.090557+0000 mon.smithi022 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:38:36.315 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:34.697280+0000 mgr.smithi022.hdvvsq (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-02-16T20:38:36.315 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:35.086363+0000 mon.smithi022 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:36.315 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:35.087293+0000 mon.smithi022 (mon.0) 727 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:36.315 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:35.089881+0000 mon.smithi022 (mon.0) 728 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:38:36.315 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:35.090557+0000 mon.smithi022 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:38:36.369 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:38:36.369 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (6m) 83s ago 7m 21.3M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (7m) 83s ago 7m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (6m) 91s ago 6m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (5m) 83s ago 7m 34.3M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (114s) 83s ago 113s 13.6M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (112s) 91s ago 111s 11.2M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:9283 running (9m) 83s ago 9m 422M - 16.2.5 6933c2a0b7dd eab92df4e403 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 starting - - - - 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (9m) 83s ago 9m 46.6M 2048M 16.2.5 6933c2a0b7dd 4f10ce38d92f 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (6m) 91s ago 6m 37.5M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.0.smithi022.snngqy smithi022 *:2049 running (100s) 83s ago 98s 49.5M - 3.5 6933c2a0b7dd 0b6be18609fe 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.0.smithi117.gvxovu smithi117 *:2049 running (94s) 91s ago 94s 53.4M - 3.5 6933c2a0b7dd a28b2f741105 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (7m) 83s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (6m) 91s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:38:36.370 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (6m) 83s ago 6m 39.9M 3225M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (5m) 83s ago 5m 37.2M 3225M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (5m) 83s ago 5m 38.9M 3225M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (4m) 83s ago 4m 37.5M 3225M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (4m) 91s ago 4m 35.7M 3992M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (4m) 91s ago 4m 37.6M 3992M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (3m) 91s ago 3m 37.2M 3992M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (3m) 91s ago 3m 36.5M 3992M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:38:36.371 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (5m) 83s ago 7m 40.8M - 2.18.1 de242295e225 bc1042ccbe33 2024-02-16T20:38:36.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 77785 24.00 MB/sec warmup 91 sec latency 57.171 ms 2024-02-16T20:38:36.771 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:36.772 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:38:36.773 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:38:36.773 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:38:36.773 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:38:36.773 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-02-16T20:38:36.773 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:38:36.773 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:38:37.120 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:38:37.120 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:38:37.120 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:38:37.121 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [], 2024-02-16T20:38:37.121 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "", 2024-02-16T20:38:37.121 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading mgr daemons" 2024-02-16T20:38:37.121 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:38:37.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:35.662690+0000 mgr.smithi022.hdvvsq (mgr.14164) 362 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:37.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:36.771714+0000 mon.smithi022 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.22:0/3422633138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:38:37.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:35.662690+0000 mgr.smithi022.hdvvsq (mgr.14164) 362 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:37.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:36.771714+0000 mon.smithi022 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.22:0/3422633138' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:38:37.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 78247 23.93 MB/sec warmup 92 sec latency 33.338 ms 2024-02-16T20:38:38.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:36.015790+0000 mgr.smithi022.hdvvsq (mgr.14164) 363 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:38.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:36.360042+0000 mgr.smithi022.hdvvsq (mgr.14164) 364 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:38.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:36.697666+0000 mgr.smithi022.hdvvsq (mgr.14164) 365 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 814 op/s 2024-02-16T20:38:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:36.015790+0000 mgr.smithi022.hdvvsq (mgr.14164) 363 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:36.360042+0000 mgr.smithi022.hdvvsq (mgr.14164) 364 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:38.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:36.697666+0000 mgr.smithi022.hdvvsq (mgr.14164) 365 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.9 MiB/s wr, 814 op/s 2024-02-16T20:38:38.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 78713 23.77 MB/sec warmup 93 sec latency 39.679 ms 2024-02-16T20:38:39.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:37.120502+0000 mgr.smithi022.hdvvsq (mgr.14164) 366 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:39.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:37.120502+0000 mgr.smithi022.hdvvsq (mgr.14164) 366 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:38:39.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 79413 23.66 MB/sec warmup 94 sec latency 48.430 ms 2024-02-16T20:38:40.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:38.698283+0000 mgr.smithi022.hdvvsq (mgr.14164) 367 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-02-16T20:38:40.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:38.698283+0000 mgr.smithi022.hdvvsq (mgr.14164) 367 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-02-16T20:38:40.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 80050 23.55 MB/sec warmup 95 sec latency 36.707 ms 2024-02-16T20:38:41.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 80613 23.44 MB/sec warmup 96 sec latency 40.502 ms 2024-02-16T20:38:42.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:40.698842+0000 mgr.smithi022.hdvvsq (mgr.14164) 368 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-02-16T20:38:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:40.920225+0000 mon.smithi022 (mon.0) 731 : cluster [DBG] Standby manager daemon smithi117.kdrhet restarted 2024-02-16T20:38:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:40.920346+0000 mon.smithi022 (mon.0) 732 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:38:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:40.922424+0000 mon.smithi022 (mon.0) 733 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:38:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:40.923207+0000 mon.smithi022 (mon.0) 734 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:38:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:40.925311+0000 mon.smithi022 (mon.0) 735 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:38:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:40.925793+0000 mon.smithi022 (mon.0) 736 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:38:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:40.698842+0000 mgr.smithi022.hdvvsq (mgr.14164) 368 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-02-16T20:38:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:40.920225+0000 mon.smithi022 (mon.0) 731 : cluster [DBG] Standby manager daemon smithi117.kdrhet restarted 2024-02-16T20:38:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:40.920346+0000 mon.smithi022 (mon.0) 732 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:38:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:40.922424+0000 mon.smithi022 (mon.0) 733 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:38:42.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:40.923207+0000 mon.smithi022 (mon.0) 734 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:38:42.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:40.925311+0000 mon.smithi022 (mon.0) 735 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:38:42.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:40.925793+0000 mon.smithi022 (mon.0) 736 : audit [DBG] from='mgr.? 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:38:42.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 81390 23.52 MB/sec warmup 97 sec latency 28.286 ms 2024-02-16T20:38:43.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:41.916956+0000 mon.smithi022 (mon.0) 737 : cluster [DBG] mgrmap e21: smithi022.hdvvsq(active, since 8m), standbys: smithi117.kdrhet 2024-02-16T20:38:43.309 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:41.916956+0000 mon.smithi022 (mon.0) 737 : cluster [DBG] mgrmap e21: smithi022.hdvvsq(active, since 8m), standbys: smithi117.kdrhet 2024-02-16T20:38:43.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 82148 23.52 MB/sec warmup 98 sec latency 49.425 ms 2024-02-16T20:38:44.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:42.699322+0000 mgr.smithi022.hdvvsq (mgr.14164) 369 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.8 MiB/s wr, 874 op/s 2024-02-16T20:38:44.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:42.699322+0000 mgr.smithi022.hdvvsq (mgr.14164) 369 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 334 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.8 MiB/s wr, 874 op/s 2024-02-16T20:38:44.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 82891 23.40 MB/sec warmup 99 sec latency 75.015 ms 2024-02-16T20:38:45.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 83833 23.35 MB/sec warmup 100 sec latency 28.898 ms 2024-02-16T20:38:46.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:44.699816+0000 mgr.smithi022.hdvvsq (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 985 op/s 2024-02-16T20:38:46.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:44.699816+0000 mgr.smithi022.hdvvsq (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 333 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 985 op/s 2024-02-16T20:38:46.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 84549 23.39 MB/sec warmup 101 sec latency 34.790 ms 2024-02-16T20:38:47.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 85223 23.41 MB/sec warmup 102 sec latency 30.652 ms 2024-02-16T20:38:48.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:46.701696+0000 mgr.smithi022.hdvvsq (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 793 op/s 2024-02-16T20:38:48.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:46.701696+0000 mgr.smithi022.hdvvsq (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 330 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.7 MiB/s wr, 793 op/s 2024-02-16T20:38:48.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 85631 23.30 MB/sec warmup 103 sec latency 48.800 ms 2024-02-16T20:38:49.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 86196 23.15 MB/sec warmup 104 sec latency 28.681 ms 2024-02-16T20:38:50.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:48.702178+0000 mgr.smithi022.hdvvsq (mgr.14164) 372 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 914 op/s 2024-02-16T20:38:50.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:48.702178+0000 mgr.smithi022.hdvvsq (mgr.14164) 372 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 323 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 914 op/s 2024-02-16T20:38:50.707 INFO:teuthology.orchestra.run.smithi022.stdout: 5 86845 23.09 MB/sec warmup 105 sec latency 27.518 ms 2024-02-16T20:38:51.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:50.213325+0000 mon.smithi022 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:51.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:50.537179+0000 mon.smithi022 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:51.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:50.547857+0000 mon.smithi022 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:51.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:50.552354+0000 mon.smithi022 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:51.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:50.553790+0000 mgr.smithi022.hdvvsq (mgr.14164) 373 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi022.hdvvsq) 2024-02-16T20:38:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:50.557412+0000 mgr.smithi022.hdvvsq (mgr.14164) 374 : cephadm [INF] Failing over to other MGR 2024-02-16T20:38:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:50.560632+0000 mon.smithi022 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr fail", "who": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:38:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:50.564935+0000 mon.smithi022 (mon.0) 743 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-16T20:38:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:50.702520+0000 mgr.smithi022.hdvvsq (mgr.14164) 375 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:50.213325+0000 mon.smithi022 (mon.0) 738 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:50.537179+0000 mon.smithi022 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:50.547857+0000 mon.smithi022 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:50.552354+0000 mon.smithi022 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:50.553790+0000 mgr.smithi022.hdvvsq (mgr.14164) 373 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi022.hdvvsq) 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:50.557412+0000 mgr.smithi022.hdvvsq (mgr.14164) 374 : cephadm [INF] Failing over to other MGR 2024-02-16T20:38:51.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:50.560632+0000 mon.smithi022 (mon.0) 742 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr fail", "who": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:38:51.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:50.564935+0000 mon.smithi022 (mon.0) 743 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-16T20:38:51.563 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:50.702520+0000 mgr.smithi022.hdvvsq (mgr.14164) 375 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 329 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 984 op/s 2024-02-16T20:38:51.708 INFO:teuthology.orchestra.run.smithi022.stdout: 5 87613 23.00 MB/sec warmup 106 sec latency 22.793 ms 2024-02-16T20:38:52.710 INFO:teuthology.orchestra.run.smithi022.stdout: 5 88006 22.92 MB/sec warmup 107 sec latency 35.387 ms 2024-02-16T20:38:52.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.550855+0000 mon.smithi022 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "mgr fail", "who": "smithi022.hdvvsq"}]': finished 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:51.550918+0000 mon.smithi022 (mon.0) 745 : cluster [DBG] mgrmap e22: smithi117.kdrhet(active, starting, since 0.989527s) 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.556043+0000 mon.smithi117 (mon.1) 21 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.556289+0000 mon.smithi117 (mon.1) 22 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.556974+0000 mon.smithi117 (mon.1) 23 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.557271+0000 mon.smithi117 (mon.1) 24 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.557562+0000 mon.smithi117 (mon.1) 25 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr metadata", "who": "smithi117.kdrhet", "id": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.557823+0000 mon.smithi117 (mon.1) 26 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.558088+0000 mon.smithi117 (mon.1) 27 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.558324+0000 mon.smithi117 (mon.1) 28 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.558659+0000 mon.smithi117 (mon.1) 29 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.558880+0000 mon.smithi117 (mon.1) 30 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.559125+0000 mon.smithi117 (mon.1) 31 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.559365+0000 mon.smithi117 (mon.1) 32 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:38:52.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.559608+0000 mon.smithi117 (mon.1) 33 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.560296+0000 mon.smithi117 (mon.1) 34 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.560637+0000 mon.smithi117 (mon.1) 35 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.561167+0000 mon.smithi117 (mon.1) 36 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:51.589329+0000 mon.smithi022 (mon.0) 746 : cluster [INF] Manager daemon smithi117.kdrhet is now available 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.611269+0000 mon.smithi022 (mon.0) 747 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:51.611781+0000 mgr.smithi117.kdrhet (mgr.14608) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.710814+0000 mon.smithi117 (mon.1) 37 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.711911+0000 mon.smithi117 (mon.1) 38 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.752180+0000 mon.smithi022 (mon.0) 748 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.775949+0000 mon.smithi117 (mon.1) 39 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.776468+0000 mon.smithi022 (mon.0) 749 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.788819+0000 mon.smithi117 (mon.1) 40 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/trash_purge_schedule"}]: dispatch 2024-02-16T20:38:52.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:51.789331+0000 mon.smithi022 (mon.0) 750 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/trash_purge_schedule"}]: dispatch 2024-02-16T20:38:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.550855+0000 mon.smithi022 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.22:0/3295732410' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "mgr fail", "who": "smithi022.hdvvsq"}]': finished 2024-02-16T20:38:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:51.550918+0000 mon.smithi022 (mon.0) 745 : cluster [DBG] mgrmap e22: smithi117.kdrhet(active, starting, since 0.989527s) 2024-02-16T20:38:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.556043+0000 mon.smithi117 (mon.1) 21 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:38:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.556289+0000 mon.smithi117 (mon.1) 22 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.556974+0000 mon.smithi117 (mon.1) 23 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.557271+0000 mon.smithi117 (mon.1) 24 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.557562+0000 mon.smithi117 (mon.1) 25 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr metadata", "who": "smithi117.kdrhet", "id": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.557823+0000 mon.smithi117 (mon.1) 26 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.558088+0000 mon.smithi117 (mon.1) 27 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.558324+0000 mon.smithi117 (mon.1) 28 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.558659+0000 mon.smithi117 (mon.1) 29 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.558880+0000 mon.smithi117 (mon.1) 30 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.559125+0000 mon.smithi117 (mon.1) 31 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.559365+0000 mon.smithi117 (mon.1) 32 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.559608+0000 mon.smithi117 (mon.1) 33 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.560296+0000 mon.smithi117 (mon.1) 34 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.560637+0000 mon.smithi117 (mon.1) 35 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:38:52.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.561167+0000 mon.smithi117 (mon.1) 36 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:51.589329+0000 mon.smithi022 (mon.0) 746 : cluster [INF] Manager daemon smithi117.kdrhet is now available 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.611269+0000 mon.smithi022 (mon.0) 747 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:51.611781+0000 mgr.smithi117.kdrhet (mgr.14608) 1 : cephadm [INF] Queued nfs.foo for migration 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.710814+0000 mon.smithi117 (mon.1) 37 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.711911+0000 mon.smithi117 (mon.1) 38 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.752180+0000 mon.smithi022 (mon.0) 748 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.775949+0000 mon.smithi117 (mon.1) 39 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.776468+0000 mon.smithi022 (mon.0) 749 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.788819+0000 mon.smithi117 (mon.1) 40 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/trash_purge_schedule"}]: dispatch 2024-02-16T20:38:52.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:51.789331+0000 mon.smithi022 (mon.0) 750 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi117.kdrhet/trash_purge_schedule"}]: dispatch 2024-02-16T20:38:53.710 INFO:teuthology.orchestra.run.smithi022.stdout: 5 88535 22.90 MB/sec warmup 108 sec latency 29.828 ms 2024-02-16T20:38:53.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:52.571250+0000 mon.smithi022 (mon.0) 751 : cluster [DBG] mgrmap e23: smithi117.kdrhet(active, since 2s) 2024-02-16T20:38:53.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:52.588832+0000 mgr.smithi117.kdrhet (mgr.14608) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:53.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:52.571250+0000 mon.smithi022 (mon.0) 751 : cluster [DBG] mgrmap e23: smithi117.kdrhet(active, since 2s) 2024-02-16T20:38:53.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:52.588832+0000 mgr.smithi117.kdrhet (mgr.14608) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:54.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:53.560466+0000 mgr.smithi117.kdrhet (mgr.14608) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:54.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:53.580753+0000 mon.smithi022 (mon.0) 752 : cluster [DBG] mgrmap e24: smithi117.kdrhet(active, since 3s) 2024-02-16T20:38:54.710 INFO:teuthology.orchestra.run.smithi022.stdout: 5 89144 22.89 MB/sec warmup 109 sec latency 22.365 ms 2024-02-16T20:38:54.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:53.560466+0000 mgr.smithi117.kdrhet (mgr.14608) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:54.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:53.580753+0000 mon.smithi022 (mon.0) 752 : cluster [DBG] mgrmap e24: smithi117.kdrhet(active, since 3s) 2024-02-16T20:38:55.710 INFO:teuthology.orchestra.run.smithi022.stdout: 5 89610 22.72 MB/sec warmup 110 sec latency 31.863 ms 2024-02-16T20:38:56.712 INFO:teuthology.orchestra.run.smithi022.stdout: 5 90075 22.60 MB/sec warmup 111 sec latency 40.219 ms 2024-02-16T20:38:56.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:55.560772+0000 mgr.smithi117.kdrhet (mgr.14608) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:56.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:55.560772+0000 mgr.smithi117.kdrhet (mgr.14608) 4 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:57.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 90906 22.55 MB/sec warmup 112 sec latency 23.443 ms 2024-02-16T20:38:58.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.159166+0000 mon.smithi022 (mon.0) 753 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.529008+0000 mon.smithi117 (mon.1) 41 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.529361+0000 mon.smithi022 (mon.0) 754 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.530380+0000 mon.smithi117 (mon.1) 42 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.530756+0000 mon.smithi022 (mon.0) 755 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.531732+0000 mon.smithi117 (mon.1) 43 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.532178+0000 mon.smithi022 (mon.0) 756 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.533066+0000 mon.smithi117 (mon.1) 44 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.533394+0000 mon.smithi022 (mon.0) 757 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:38:57.534182+0000 mgr.smithi117.kdrhet (mgr.14608) 5 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 2712M 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:57.540263+0000 mon.smithi022 (mon.0) 758 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:57.561076+0000 mgr.smithi117.kdrhet (mgr.14608) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:58.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.159166+0000 mon.smithi022 (mon.0) 753 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.529008+0000 mon.smithi117 (mon.1) 41 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.529361+0000 mon.smithi022 (mon.0) 754 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.530380+0000 mon.smithi117 (mon.1) 42 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.530756+0000 mon.smithi022 (mon.0) 755 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.531732+0000 mon.smithi117 (mon.1) 43 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.532178+0000 mon.smithi022 (mon.0) 756 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.533066+0000 mon.smithi117 (mon.1) 44 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.533394+0000 mon.smithi022 (mon.0) 757 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:38:57.534182+0000 mgr.smithi117.kdrhet (mgr.14608) 5 : cephadm [INF] Adjusting osd_memory_target on smithi117 to 2712M 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:57.540263+0000 mon.smithi022 (mon.0) 758 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:38:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:57.561076+0000 mgr.smithi117.kdrhet (mgr.14608) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:38:58.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 91598 22.58 MB/sec warmup 113 sec latency 23.096 ms 2024-02-16T20:38:59.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 92380 22.65 MB/sec warmup 114 sec latency 30.013 ms 2024-02-16T20:38:59.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:59.497308+0000 mon.smithi022 (mon.0) 759 : cluster [DBG] Standby manager daemon smithi022.hdvvsq started 2024-02-16T20:38:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:59.499945+0000 mon.smithi022 (mon.0) 760 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/crt"}]: dispatch 2024-02-16T20:38:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:59.501900+0000 mon.smithi022 (mon.0) 761 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:38:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:59.504139+0000 mon.smithi022 (mon.0) 762 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/key"}]: dispatch 2024-02-16T20:38:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:38:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:59.505733+0000 mon.smithi022 (mon.0) 763 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:38:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:59.497308+0000 mon.smithi022 (mon.0) 759 : cluster [DBG] Standby manager daemon smithi022.hdvvsq started 2024-02-16T20:38:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:59.499945+0000 mon.smithi022 (mon.0) 760 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/crt"}]: dispatch 2024-02-16T20:38:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:59.501900+0000 mon.smithi022 (mon.0) 761 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:38:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:59.504139+0000 mon.smithi022 (mon.0) 762 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/key"}]: dispatch 2024-02-16T20:38:59.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:38:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:59.505733+0000 mon.smithi022 (mon.0) 763 : audit [DBG] from='mgr.? 172.21.15.22:0/2687553057' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:39:00.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 92889 22.55 MB/sec warmup 115 sec latency 168.567 ms 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:59.558350+0000 mon.smithi022 (mon.0) 764 : cluster [DBG] mgrmap e25: smithi117.kdrhet(active, since 8s), standbys: smithi022.hdvvsq 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:38:59.561684+0000 mgr.smithi117.kdrhet (mgr.14608) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 586 op/s 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:38:59.564373+0000 mon.smithi117 (mon.1) 45 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.028232+0000 mon.smithi022 (mon.0) 765 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.440015+0000 mon.smithi117 (mon.1) 46 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.440414+0000 mon.smithi022 (mon.0) 766 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.441309+0000 mon.smithi117 (mon.1) 47 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.441573+0000 mon.smithi022 (mon.0) 767 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.442383+0000 mon.smithi117 (mon.1) 48 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.442616+0000 mon.smithi022 (mon.0) 768 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.443257+0000 mon.smithi117 (mon.1) 49 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.443490+0000 mon.smithi022 (mon.0) 769 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.448783+0000 mon.smithi022 (mon.0) 770 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.449659+0000 mon.smithi117 (mon.1) 50 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.450211+0000 mon.smithi117 (mon.1) 51 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.507147+0000 mon.smithi022 (mon.0) 771 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.516622+0000 mon.smithi022 (mon.0) 772 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.524245+0000 mon.smithi022 (mon.0) 773 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.542551+0000 mon.smithi117 (mon.1) 52 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-16T20:39:01.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:00.543160+0000 mon.smithi022 (mon.0) 774 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-16T20:39:01.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:59.558350+0000 mon.smithi022 (mon.0) 764 : cluster [DBG] mgrmap e25: smithi117.kdrhet(active, since 8s), standbys: smithi022.hdvvsq 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:38:59.561684+0000 mgr.smithi117.kdrhet (mgr.14608) 7 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 586 op/s 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:38:59.564373+0000 mon.smithi117 (mon.1) 45 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.028232+0000 mon.smithi022 (mon.0) 765 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.440015+0000 mon.smithi117 (mon.1) 46 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.440414+0000 mon.smithi022 (mon.0) 766 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.441309+0000 mon.smithi117 (mon.1) 47 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.441573+0000 mon.smithi022 (mon.0) 767 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.442383+0000 mon.smithi117 (mon.1) 48 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.442616+0000 mon.smithi022 (mon.0) 768 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.443257+0000 mon.smithi117 (mon.1) 49 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.443490+0000 mon.smithi022 (mon.0) 769 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.448783+0000 mon.smithi022 (mon.0) 770 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.449659+0000 mon.smithi117 (mon.1) 50 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.450211+0000 mon.smithi117 (mon.1) 51 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.507147+0000 mon.smithi022 (mon.0) 771 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.516622+0000 mon.smithi022 (mon.0) 772 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.524245+0000 mon.smithi022 (mon.0) 773 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.542551+0000 mon.smithi117 (mon.1) 52 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-16T20:39:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:00.543160+0000 mon.smithi022 (mon.0) 774 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-16T20:39:01.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93282 22.40 MB/sec warmup 116 sec latency 453.856 ms 2024-02-16T20:39:02.317 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:00.443979+0000 mgr.smithi117.kdrhet (mgr.14608) 8 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 1945M 2024-02-16T20:39:02.317 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:00.451239+0000 mgr.smithi117.kdrhet (mgr.14608) 9 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:00.451448+0000 mgr.smithi117.kdrhet (mgr.14608) 10 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:00.475555+0000 mgr.smithi117.kdrhet (mgr.14608) 11 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:00.475839+0000 mgr.smithi117.kdrhet (mgr.14608) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.526924+0000 mon.smithi117 (mon.1) 53 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' 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-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.527230+0000 mon.smithi022 (mon.0) 775 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:01.527304+0000 mon.smithi022 (mon.0) 776 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.532115+0000 mon.smithi022 (mon.0) 777 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.534887+0000 mon.smithi117 (mon.1) 54 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.535177+0000 mon.smithi117 (mon.1) 55 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.535440+0000 mon.smithi022 (mon.0) 778 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:39:02.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:01.535991+0000 mon.smithi022 (mon.0) 779 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-16T20:39:02.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:00.443979+0000 mgr.smithi117.kdrhet (mgr.14608) 8 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 1945M 2024-02-16T20:39:02.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:00.451239+0000 mgr.smithi117.kdrhet (mgr.14608) 9 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:00.451448+0000 mgr.smithi117.kdrhet (mgr.14608) 10 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:00.475555+0000 mgr.smithi117.kdrhet (mgr.14608) 11 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:00.475839+0000 mgr.smithi117.kdrhet (mgr.14608) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.526924+0000 mon.smithi117 (mon.1) 53 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' 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-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.527230+0000 mon.smithi022 (mon.0) 775 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:01.527304+0000 mon.smithi022 (mon.0) 776 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.532115+0000 mon.smithi022 (mon.0) 777 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.534887+0000 mon.smithi117 (mon.1) 54 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.535177+0000 mon.smithi117 (mon.1) 55 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.535440+0000 mon.smithi022 (mon.0) 778 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:39:02.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:01.535991+0000 mon.smithi022 (mon.0) 779 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-16T20:39:02.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93860 22.37 MB/sec warmup 117 sec latency 33.733 ms 2024-02-16T20:39:03.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:01.562293+0000 mgr.smithi117.kdrhet (mgr.14608) 13 : cluster [DBG] pgmap v9: 129 pgs: 32 unknown, 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2024-02-16T20:39:03.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:02.532988+0000 mon.smithi022 (mon.0) 780 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-16T20:39:03.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:02.533080+0000 mon.smithi022 (mon.0) 781 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-16T20:39:03.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:02.533150+0000 mon.smithi022 (mon.0) 782 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-16T20:39:03.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:01.562293+0000 mgr.smithi117.kdrhet (mgr.14608) 13 : cluster [DBG] pgmap v9: 129 pgs: 32 unknown, 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2024-02-16T20:39:03.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:02.532988+0000 mon.smithi022 (mon.0) 780 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-16T20:39:03.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:02.533080+0000 mon.smithi022 (mon.0) 781 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-16T20:39:03.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:02.533150+0000 mon.smithi022 (mon.0) 782 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-16T20:39:03.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 22.19 MB/sec warmup 118 sec latency 659.737 ms 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:02.539083+0000 mgr.smithi117.kdrhet (mgr.14608) 14 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:02.574652+0000 mgr.smithi117.kdrhet (mgr.14608) 15 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:02.574787+0000 mgr.smithi117.kdrhet (mgr.14608) 16 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi022.snngqy', 'nfs.foo.1.0.smithi117.gvxovu'] 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:02.574890+0000 mgr.smithi117.kdrhet (mgr.14608) 17 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi022.snngqy nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:02.575314+0000 mgr.smithi117.kdrhet (mgr.14608) 18 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi022.snngqy from smithi022 -- ports [2049] 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:02.575649+0000 mgr.smithi117.kdrhet (mgr.14608) 19 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi117.gvxovu from smithi117 -- ports [2049] 2024-02-16T20:39:04.231 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:03.533763+0000 mon.smithi022 (mon.0) 783 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-16T20:39:04.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:02.539083+0000 mgr.smithi117.kdrhet (mgr.14608) 14 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-02-16T20:39:04.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:02.574652+0000 mgr.smithi117.kdrhet (mgr.14608) 15 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-02-16T20:39:04.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:02.574787+0000 mgr.smithi117.kdrhet (mgr.14608) 16 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi022.snngqy', 'nfs.foo.1.0.smithi117.gvxovu'] 2024-02-16T20:39:04.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:02.574890+0000 mgr.smithi117.kdrhet (mgr.14608) 17 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi022.snngqy nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:39:04.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:02.575314+0000 mgr.smithi117.kdrhet (mgr.14608) 18 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi022.snngqy from smithi022 -- ports [2049] 2024-02-16T20:39:04.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:02.575649+0000 mgr.smithi117.kdrhet (mgr.14608) 19 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi117.gvxovu from smithi117 -- ports [2049] 2024-02-16T20:39:04.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:03.533763+0000 mon.smithi022 (mon.0) 783 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-16T20:39:04.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 22.00 MB/sec warmup 119 sec latency 1659.828 ms 2024-02-16T20:39:05.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:03.562697+0000 mgr.smithi117.kdrhet (mgr.14608) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-02-16T20:39:05.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:04.011656+0000 mon.smithi022 (mon.0) 784 : cluster [DBG] mgrmap e26: smithi117.kdrhet(active, since 13s), standbys: smithi022.hdvvsq 2024-02-16T20:39:05.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.024906+0000 mgr.smithi117.kdrhet (mgr.14608) 21 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:39:05.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.027611+0000 mon.smithi117 (mon.1) 56 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.027915+0000 mon.smithi022 (mon.0) 785 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.162 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.031356+0000 mon.smithi022 (mon.0) 786 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]': finished 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.031958+0000 mgr.smithi117.kdrhet (mgr.14608) 22 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi117.gvxovu-rgw 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.032149+0000 mon.smithi117 (mon.1) 57 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.032467+0000 mon.smithi022 (mon.0) 787 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.035612+0000 mon.smithi022 (mon.0) 788 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw"}]': finished 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.174634+0000 mon.smithi117 (mon.1) 58 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.175038+0000 mon.smithi022 (mon.0) 789 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.178074+0000 mon.smithi022 (mon.0) 790 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]': finished 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.179470+0000 mon.smithi117 (mon.1) 59 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.179688+0000 mon.smithi022 (mon.0) 791 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.181782+0000 mon.smithi022 (mon.0) 792 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw"}]': finished 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.185626+0000 mon.smithi022 (mon.0) 793 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.186880+0000 mon.smithi117 (mon.1) 60 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.211575+0000 mon.smithi117 (mon.1) 61 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.212006+0000 mon.smithi022 (mon.0) 794 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-16T20:39:05.163 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.215167+0000 mon.smithi022 (mon.0) 795 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.223618+0000 mon.smithi022 (mon.0) 796 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.229493+0000 mon.smithi022 (mon.0) 797 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.235383+0000 mon.smithi022 (mon.0) 798 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.244290+0000 mon.smithi022 (mon.0) 799 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.246696+0000 mon.smithi117 (mon.1) 62 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.247155+0000 mon.smithi022 (mon.0) 800 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.250054+0000 mon.smithi022 (mon.0) 801 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.251596+0000 mon.smithi117 (mon.1) 63 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.251765+0000 mon.smithi022 (mon.0) 802 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.254446+0000 mon.smithi022 (mon.0) 803 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.258281+0000 mon.smithi117 (mon.1) 64 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.258787+0000 mon.smithi022 (mon.0) 804 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.261128+0000 mon.smithi022 (mon.0) 805 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-16T20:39:05.164 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.264377+0000 mon.smithi117 (mon.1) 65 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' 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-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.264624+0000 mon.smithi022 (mon.0) 806 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.266852+0000 mon.smithi022 (mon.0) 807 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.270281+0000 mon.smithi117 (mon.1) 66 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.306850+0000 mon.smithi117 (mon.1) 67 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.307265+0000 mon.smithi022 (mon.0) 808 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.310027+0000 mon.smithi022 (mon.0) 809 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.354567+0000 mon.smithi117 (mon.1) 68 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.355031+0000 mon.smithi022 (mon.0) 810 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.357585+0000 mon.smithi022 (mon.0) 811 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:39:05.165 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.367119+0000 mon.smithi117 (mon.1) 69 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:03.562697+0000 mgr.smithi117.kdrhet (mgr.14608) 20 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:04.011656+0000 mon.smithi022 (mon.0) 784 : cluster [DBG] mgrmap e26: smithi117.kdrhet(active, since 13s), standbys: smithi022.hdvvsq 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.024906+0000 mgr.smithi117.kdrhet (mgr.14608) 21 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.027611+0000 mon.smithi117 (mon.1) 56 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.027915+0000 mon.smithi022 (mon.0) 785 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.031356+0000 mon.smithi022 (mon.0) 786 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]': finished 2024-02-16T20:39:05.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.031958+0000 mgr.smithi117.kdrhet (mgr.14608) 22 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi117.gvxovu-rgw 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.032149+0000 mon.smithi117 (mon.1) 57 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.032467+0000 mon.smithi022 (mon.0) 787 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.035612+0000 mon.smithi022 (mon.0) 788 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu-rgw"}]': finished 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.174634+0000 mon.smithi117 (mon.1) 58 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.175038+0000 mon.smithi022 (mon.0) 789 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.178074+0000 mon.smithi022 (mon.0) 790 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]': finished 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.179470+0000 mon.smithi117 (mon.1) 59 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.179688+0000 mon.smithi022 (mon.0) 791 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.181782+0000 mon.smithi022 (mon.0) 792 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy-rgw"}]': finished 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.185626+0000 mon.smithi022 (mon.0) 793 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.186880+0000 mon.smithi117 (mon.1) 60 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.211575+0000 mon.smithi117 (mon.1) 61 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.212006+0000 mon.smithi022 (mon.0) 794 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.215167+0000 mon.smithi022 (mon.0) 795 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.223618+0000 mon.smithi022 (mon.0) 796 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.229493+0000 mon.smithi022 (mon.0) 797 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.235383+0000 mon.smithi022 (mon.0) 798 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.244290+0000 mon.smithi022 (mon.0) 799 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.246696+0000 mon.smithi117 (mon.1) 62 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.247155+0000 mon.smithi022 (mon.0) 800 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi022.snngqy"}]: dispatch 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.250054+0000 mon.smithi022 (mon.0) 801 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.251596+0000 mon.smithi117 (mon.1) 63 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.251765+0000 mon.smithi022 (mon.0) 802 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi117.gvxovu"}]: dispatch 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.254446+0000 mon.smithi022 (mon.0) 803 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.258281+0000 mon.smithi117 (mon.1) 64 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.258787+0000 mon.smithi022 (mon.0) 804 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.261128+0000 mon.smithi022 (mon.0) 805 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.264377+0000 mon.smithi117 (mon.1) 65 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' 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-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.264624+0000 mon.smithi022 (mon.0) 806 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.266852+0000 mon.smithi022 (mon.0) 807 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:05.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.270281+0000 mon.smithi117 (mon.1) 66 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.306850+0000 mon.smithi117 (mon.1) 67 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.307265+0000 mon.smithi022 (mon.0) 808 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.310027+0000 mon.smithi022 (mon.0) 809 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.354567+0000 mon.smithi117 (mon.1) 68 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.355031+0000 mon.smithi022 (mon.0) 810 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.357585+0000 mon.smithi022 (mon.0) 811 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:39:05.347 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.367119+0000 mon.smithi117 (mon.1) 69 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:06.180 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.174376+0000 mgr.smithi117.kdrhet (mgr.14608) 23 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi022.snngqy 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.179293+0000 mgr.smithi117.kdrhet (mgr.14608) 24 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi022.snngqy-rgw 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:04.187463+0000 mgr.smithi117.kdrhet (mgr.14608) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.220074+0000 mgr.smithi117.kdrhet (mgr.14608) 26 : cephadm [INF] Done migrating nfs.foo 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.220146+0000 mgr.smithi117.kdrhet (mgr.14608) 27 : cephadm [INF] Done migrating all NFS services 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.246424+0000 mgr.smithi117.kdrhet (mgr.14608) 28 : cephadm [INF] Fencing old nfs.foo.0.0.smithi022.snngqy 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.251408+0000 mgr.smithi117.kdrhet (mgr.14608) 29 : cephadm [INF] Fencing old nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.258080+0000 mgr.smithi117.kdrhet (mgr.14608) 30 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.264211+0000 mgr.smithi117.kdrhet (mgr.14608) 31 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.354157+0000 mgr.smithi117.kdrhet (mgr.14608) 32 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.354237+0000 mgr.smithi117.kdrhet (mgr.14608) 33 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam-rgw 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:04.367952+0000 mgr.smithi117.kdrhet (mgr.14608) 34 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi022.rdqzam on smithi022 2024-02-16T20:39:06.181 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:05.539409+0000 mon.smithi022 (mon.0) 812 : cluster [DBG] mgrmap e27: smithi117.kdrhet(active, since 14s), standbys: smithi022.hdvvsq 2024-02-16T20:39:06.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.174376+0000 mgr.smithi117.kdrhet (mgr.14608) 23 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi022.snngqy 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.179293+0000 mgr.smithi117.kdrhet (mgr.14608) 24 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi022.snngqy-rgw 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:04.187463+0000 mgr.smithi117.kdrhet (mgr.14608) 25 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.220074+0000 mgr.smithi117.kdrhet (mgr.14608) 26 : cephadm [INF] Done migrating nfs.foo 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.220146+0000 mgr.smithi117.kdrhet (mgr.14608) 27 : cephadm [INF] Done migrating all NFS services 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.246424+0000 mgr.smithi117.kdrhet (mgr.14608) 28 : cephadm [INF] Fencing old nfs.foo.0.0.smithi022.snngqy 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.251408+0000 mgr.smithi117.kdrhet (mgr.14608) 29 : cephadm [INF] Fencing old nfs.foo.1.0.smithi117.gvxovu 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.258080+0000 mgr.smithi117.kdrhet (mgr.14608) 30 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.264211+0000 mgr.smithi117.kdrhet (mgr.14608) 31 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.354157+0000 mgr.smithi117.kdrhet (mgr.14608) 32 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.354237+0000 mgr.smithi117.kdrhet (mgr.14608) 33 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam-rgw 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:04.367952+0000 mgr.smithi117.kdrhet (mgr.14608) 34 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi022.rdqzam on smithi022 2024-02-16T20:39:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:05.539409+0000 mon.smithi022 (mon.0) 812 : cluster [DBG] mgrmap e27: smithi117.kdrhet(active, since 14s), standbys: smithi022.hdvvsq 2024-02-16T20:39:06.712 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 0.00 MB/sec execute 1 sec latency 3659.913 ms 2024-02-16T20:39:07.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:05.563155+0000 mgr.smithi117.kdrhet (mgr.14608) 35 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 717 op/s 2024-02-16T20:39:07.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.854464+0000 mon.smithi022 (mon.0) 813 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.856699+0000 mon.smithi117 (mon.1) 70 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.857057+0000 mon.smithi022 (mon.0) 814 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.859365+0000 mon.smithi022 (mon.0) 815 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.860754+0000 mon.smithi117 (mon.1) 71 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' 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-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.861034+0000 mon.smithi022 (mon.0) 816 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.863342+0000 mon.smithi022 (mon.0) 817 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:06.864819+0000 mon.smithi117 (mon.1) 72 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:07.447 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:39:07.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:05.563155+0000 mgr.smithi117.kdrhet (mgr.14608) 35 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 717 op/s 2024-02-16T20:39:07.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.854464+0000 mon.smithi022 (mon.0) 813 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.856699+0000 mon.smithi117 (mon.1) 70 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.857057+0000 mon.smithi022 (mon.0) 814 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.859365+0000 mon.smithi022 (mon.0) 815 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.860754+0000 mon.smithi117 (mon.1) 71 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' 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-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.861034+0000 mon.smithi022 (mon.0) 816 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.863342+0000 mon.smithi022 (mon.0) 817 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 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-16T20:39:07.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:06.864819+0000 mon.smithi117 (mon.1) 72 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:07.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 0.00 MB/sec execute 2 sec latency 4659.961 ms 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (6m) 8s ago 8m 21.3M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (8m) 8s ago 8m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (7m) 10s ago 7m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (6m) 8s ago 7m 35.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (2m) 8s ago 2m 38.7M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (2m) 10s ago 2m 11.8M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:9283 running (9m) 8s ago 9m 55.7M - 16.2.5 6933c2a0b7dd eab92df4e403 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (36s) 10s ago 7m 413M - 16.2.14-521-g0e714d9a 1fbc92c859dc f7ad4f61953d 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (9m) 8s ago 9m 49.2M 2048M 16.2.5 6933c2a0b7dd 4f10ce38d92f 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (7m) 10s ago 7m 39.2M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 starting - - - - 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (7m) 8s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:39:08.045 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (6m) 10s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (6m) 8s ago 6m 352M 1945M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (6m) 8s ago 6m 265M 1945M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (5m) 8s ago 5m 242M 1945M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (5m) 8s ago 5m 306M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (5m) 10s ago 5m 347M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (4m) 10s ago 4m 364M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (4m) 10s ago 4m 289M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (4m) 10s ago 4m 415M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:39:08.046 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (6m) 8s ago 7m 51.3M - 2.18.1 de242295e225 bc1042ccbe33 2024-02-16T20:39:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:06.856418+0000 mgr.smithi117.kdrhet (mgr.14608) 36 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd 2024-02-16T20:39:08.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:06.860529+0000 mgr.smithi117.kdrhet (mgr.14608) 37 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:39:08.402 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:39:08.403 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:39:08.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:06.856418+0000 mgr.smithi117.kdrhet (mgr.14608) 36 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd 2024-02-16T20:39:08.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:06.860529+0000 mgr.smithi117.kdrhet (mgr.14608) 37 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-16T20:39:08.700 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:39:08.700 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [], 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "1/22 daemons upgraded", 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "", 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:39:08.701 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:39:08.711 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 0.00 MB/sec execute 3 sec latency 5659.993 ms 2024-02-16T20:39:09.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:07.432993+0000 mgr.smithi117.kdrhet (mgr.14608) 38 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:07.563649+0000 mgr.smithi117.kdrhet (mgr.14608) 39 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 712 op/s 2024-02-16T20:39:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:07.739081+0000 mgr.smithi117.kdrhet (mgr.14608) 40 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:08.034755+0000 mgr.smithi117.kdrhet (mgr.14608) 41 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:08.402252+0000 mon.smithi022 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.22:0/1879113355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:39:09.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:07.432993+0000 mgr.smithi117.kdrhet (mgr.14608) 38 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:09.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:07.563649+0000 mgr.smithi117.kdrhet (mgr.14608) 39 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 315 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 7.9 MiB/s wr, 712 op/s 2024-02-16T20:39:09.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:07.739081+0000 mgr.smithi117.kdrhet (mgr.14608) 40 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:09.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:08.034755+0000 mgr.smithi117.kdrhet (mgr.14608) 41 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:09.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:08.402252+0000 mon.smithi022 (mon.0) 818 : audit [DBG] from='client.? 172.21.15.22:0/1879113355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:39:09.712 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 0.00 MB/sec execute 4 sec latency 6660.101 ms 2024-02-16T20:39:10.298 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:08.700019+0000 mgr.smithi117.kdrhet (mgr.14608) 42 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:10.298 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.755091+0000 mon.smithi117 (mon.1) 73 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:10.298 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.755468+0000 mon.smithi022 (mon.0) 819 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:10.298 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.759460+0000 mon.smithi022 (mon.0) 820 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:39:10.298 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.769057+0000 mon.smithi022 (mon.0) 821 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.22:0/1912029760"}]: dispatch 2024-02-16T20:39:10.299 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.809468+0000 mon.smithi117 (mon.1) 74 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:10.299 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.809924+0000 mon.smithi022 (mon.0) 822 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:10.299 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.814083+0000 mon.smithi022 (mon.0) 823 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:39:10.299 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:09.815422+0000 mon.smithi117 (mon.1) 75 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:08.700019+0000 mgr.smithi117.kdrhet (mgr.14608) 42 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.755091+0000 mon.smithi117 (mon.1) 73 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.755468+0000 mon.smithi022 (mon.0) 819 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.759460+0000 mon.smithi022 (mon.0) 820 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.769057+0000 mon.smithi022 (mon.0) 821 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.22:0/1912029760"}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.809468+0000 mon.smithi117 (mon.1) 74 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.809924+0000 mon.smithi022 (mon.0) 822 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.814083+0000 mon.smithi022 (mon.0) 823 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-16T20:39:10.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:09.815422+0000 mon.smithi117 (mon.1) 75 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:10.712 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 0.00 MB/sec execute 5 sec latency 7660.187 ms 2024-02-16T20:39:11.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:09.564326+0000 mgr.smithi117.kdrhet (mgr.14608) 43 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 6.2 MiB/s wr, 580 op/s 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:09.768820+0000 mds.foofs.smithi022.qtovwy (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14528 (172.21.15.22:0/1912029760) 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:09.774196+0000 mds.foofs.smithi022.qtovwy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14692 172.21.15.22:0/3968903017) 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:09.808911+0000 mgr.smithi117.kdrhet (mgr.14608) 44 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:09.809042+0000 mgr.smithi117.kdrhet (mgr.14608) 45 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd-rgw 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:09.816240+0000 mgr.smithi117.kdrhet (mgr.14608) 46 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi117.jlvrjd on smithi117 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:10.761578+0000 mon.smithi022 (mon.0) 824 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.22:0/1912029760"}]': finished 2024-02-16T20:39:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:10.761654+0000 mon.smithi022 (mon.0) 825 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-16T20:39:11.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:09.564326+0000 mgr.smithi117.kdrhet (mgr.14608) 43 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 6.2 MiB/s wr, 580 op/s 2024-02-16T20:39:11.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:09.768820+0000 mds.foofs.smithi022.qtovwy (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14528 (172.21.15.22:0/1912029760) 2024-02-16T20:39:11.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:09.774196+0000 mds.foofs.smithi022.qtovwy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14692 172.21.15.22:0/3968903017) 2024-02-16T20:39:11.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:09.808911+0000 mgr.smithi117.kdrhet (mgr.14608) 44 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:39:11.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:09.809042+0000 mgr.smithi117.kdrhet (mgr.14608) 45 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd-rgw 2024-02-16T20:39:11.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:09.816240+0000 mgr.smithi117.kdrhet (mgr.14608) 46 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi117.jlvrjd on smithi117 2024-02-16T20:39:11.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:10.761578+0000 mon.smithi022 (mon.0) 824 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.22:0/1912029760"}]': finished 2024-02-16T20:39:11.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:10.761654+0000 mon.smithi022 (mon.0) 825 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-02-16T20:39:11.712 INFO:teuthology.orchestra.run.smithi022.stdout: 5 93983 0.00 MB/sec execute 6 sec latency 8660.262 ms 2024-02-16T20:39:12.387 INFO:teuthology.orchestra.run.smithi022.stdout:[93794] write failed on handle 12938 (Input/output error) 2024-02-16T20:39:12.387 INFO:teuthology.orchestra.run.smithi022.stdout:[93868] write failed on handle 12984 (Input/output error) 2024-02-16T20:39:12.387 INFO:teuthology.orchestra.run.smithi022.stdout:[93793] write failed on handle 12954 (Input/output error) 2024-02-16T20:39:12.387 INFO:teuthology.orchestra.run.smithi022.stdout:Child failed with status 1 2024-02-16T20:39:12.387 INFO:teuthology.orchestra.run.smithi022.stdout:[93841] open ./clients/client3/~dmtmp/PARADOX/STUDENTS.XG1 failed for handle 12971 (Stale file handle) 2024-02-16T20:39:12.390 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-02-16T20:39:12.460 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-02-16T20:39:13.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:11.564722+0000 mgr.smithi117.kdrhet (mgr.14608) 47 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 302 KiB/s wr, 42 op/s 2024-02-16T20:39:13.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:12.456360+0000 mon.smithi022 (mon.0) 826 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:13.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:12.459033+0000 mon.smithi117 (mon.1) 76 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:13.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:11.564722+0000 mgr.smithi117.kdrhet (mgr.14608) 47 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 302 KiB/s wr, 42 op/s 2024-02-16T20:39:13.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:12.456360+0000 mon.smithi022 (mon.0) 826 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:13.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:12.459033+0000 mon.smithi117 (mon.1) 76 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:15.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:13.565561+0000 mgr.smithi117.kdrhet (mgr.14608) 48 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 275 KiB/s wr, 53 op/s 2024-02-16T20:39:15.360 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:13.565561+0000 mgr.smithi117.kdrhet (mgr.14608) 48 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 275 KiB/s wr, 53 op/s 2024-02-16T20:39:15.528 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:16.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:15.374276+0000 mds.foofs.smithi022.qtovwy (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24401 (172.21.15.117:0/1991735007) 2024-02-16T20:39:16.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:15.374461+0000 mon.smithi022 (mon.0) 827 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1991735007"}]: dispatch 2024-02-16T20:39:16.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:15.377891+0000 mds.foofs.smithi022.qtovwy (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24561 172.21.15.117:0/3170515958) 2024-02-16T20:39:16.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:15.374276+0000 mds.foofs.smithi022.qtovwy (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24401 (172.21.15.117:0/1991735007) 2024-02-16T20:39:16.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:15.374461+0000 mon.smithi022 (mon.0) 827 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1991735007"}]: dispatch 2024-02-16T20:39:16.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:15.377891+0000 mds.foofs.smithi022.qtovwy (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24561 172.21.15.117:0/3170515958) 2024-02-16T20:39:17.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:15.566013+0000 mgr.smithi117.kdrhet (mgr.14608) 49 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 275 KiB/s wr, 53 op/s 2024-02-16T20:39:17.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:16.049312+0000 mon.smithi022 (mon.0) 828 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1991735007"}]': finished 2024-02-16T20:39:17.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:16.049375+0000 mon.smithi022 (mon.0) 829 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-16T20:39:17.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:16.767520+0000 mon.smithi022 (mon.0) 830 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:17.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:15.566013+0000 mgr.smithi117.kdrhet (mgr.14608) 49 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 275 KiB/s wr, 53 op/s 2024-02-16T20:39:17.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:16.049312+0000 mon.smithi022 (mon.0) 828 : audit [INF] from='mds.? [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084]' entity='mds.foofs.smithi022.qtovwy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.117:0/1991735007"}]': finished 2024-02-16T20:39:17.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:16.049375+0000 mon.smithi022 (mon.0) 829 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-02-16T20:39:17.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:16.767520+0000 mon.smithi022 (mon.0) 830 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:18.470 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:17.166541+0000 mon.smithi022 (mon.0) 831 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:18.470 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:17.566559+0000 mgr.smithi117.kdrhet (mgr.14608) 50 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 40 KiB/s wr, 24 op/s 2024-02-16T20:39:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:17.166541+0000 mon.smithi022 (mon.0) 831 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:17.566559+0000 mgr.smithi117.kdrhet (mgr.14608) 50 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 40 KiB/s wr, 24 op/s 2024-02-16T20:39:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:18.839321+0000 mon.smithi022 (mon.0) 832 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:18.841877+0000 mon.smithi117 (mon.1) 77 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:18.842728+0000 mon.smithi117 (mon.1) 78 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:18.846622+0000 mon.smithi022 (mon.0) 833 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:18.853243+0000 mon.smithi022 (mon.0) 834 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:18.855623+0000 mgr.smithi117.kdrhet (mgr.14608) 51 : cephadm [INF] Reconfiguring prometheus.smithi022 (dependencies changed)... 2024-02-16T20:39:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:18.864171+0000 mgr.smithi117.kdrhet (mgr.14608) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi022 on smithi022 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:18.839321+0000 mon.smithi022 (mon.0) 832 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:18.841877+0000 mon.smithi117 (mon.1) 77 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:18.842728+0000 mon.smithi117 (mon.1) 78 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:18.846622+0000 mon.smithi022 (mon.0) 833 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:18.853243+0000 mon.smithi022 (mon.0) 834 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:18.855623+0000 mgr.smithi117.kdrhet (mgr.14608) 51 : cephadm [INF] Reconfiguring prometheus.smithi022 (dependencies changed)... 2024-02-16T20:39:20.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:18.864171+0000 mgr.smithi117.kdrhet (mgr.14608) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi022 on smithi022 2024-02-16T20:39:20.563 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:21.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:19.567250+0000 mgr.smithi117.kdrhet (mgr.14608) 53 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 37 KiB/s wr, 23 op/s 2024-02-16T20:39:21.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:19.567250+0000 mgr.smithi117.kdrhet (mgr.14608) 53 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 37 KiB/s wr, 23 op/s 2024-02-16T20:39:23.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:21.567600+0000 mgr.smithi117.kdrhet (mgr.14608) 54 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 33 KiB/s wr, 20 op/s 2024-02-16T20:39:23.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:21.567600+0000 mgr.smithi117.kdrhet (mgr.14608) 54 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 33 KiB/s wr, 20 op/s 2024-02-16T20:39:25.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:23.568237+0000 mgr.smithi117.kdrhet (mgr.14608) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 921 B/s wr, 1 op/s 2024-02-16T20:39:25.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:23.568237+0000 mgr.smithi117.kdrhet (mgr.14608) 55 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 921 B/s wr, 1 op/s 2024-02-16T20:39:25.593 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:27.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:25.568736+0000 mgr.smithi117.kdrhet (mgr.14608) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 921 B/s wr, 1 op/s 2024-02-16T20:39:27.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:25.568736+0000 mgr.smithi117.kdrhet (mgr.14608) 56 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 921 B/s wr, 1 op/s 2024-02-16T20:39:29.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:27.569111+0000 mgr.smithi117.kdrhet (mgr.14608) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 799 B/s wr, 0 op/s 2024-02-16T20:39:29.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:27.569111+0000 mgr.smithi117.kdrhet (mgr.14608) 57 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 799 B/s wr, 0 op/s 2024-02-16T20:39:30.632 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:31.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:29.569985+0000 mgr.smithi117.kdrhet (mgr.14608) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 1 op/s 2024-02-16T20:39:31.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:29.569985+0000 mgr.smithi117.kdrhet (mgr.14608) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 1 op/s 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:31.570401+0000 mgr.smithi117.kdrhet (mgr.14608) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.304566+0000 mon.smithi022 (mon.0) 835 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.309974+0000 mon.smithi117 (mon.1) 79 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.311648+0000 mon.smithi117 (mon.1) 80 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.315429+0000 mon.smithi022 (mon.0) 836 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.319793+0000 mon.smithi117 (mon.1) 81 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:33.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.324704+0000 mon.smithi022 (mon.0) 837 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:33.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:31.570401+0000 mgr.smithi117.kdrhet (mgr.14608) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-16T20:39:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.304566+0000 mon.smithi022 (mon.0) 835 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.309974+0000 mon.smithi117 (mon.1) 79 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:39:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.311648+0000 mon.smithi117 (mon.1) 80 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2024-02-16T20:39:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.315429+0000 mon.smithi022 (mon.0) 836 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.319793+0000 mon.smithi117 (mon.1) 81 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.324704+0000 mon.smithi022 (mon.0) 837 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:34.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.310469+0000 mgr.smithi117.kdrhet (mgr.14608) 60 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:32.311992+0000 mgr.smithi117.kdrhet (mgr.14608) 61 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:32.329157+0000 mgr.smithi117.kdrhet (mgr.14608) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:32.329783+0000 mgr.smithi117.kdrhet (mgr.14608) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:33.660697+0000 mon.smithi022 (mon.0) 838 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:33.662477+0000 mon.smithi117 (mon.1) 82 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.hdvvsq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:33.662769+0000 mon.smithi022 (mon.0) 839 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.hdvvsq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:33.663661+0000 mon.smithi117 (mon.1) 83 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:39:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:33.664501+0000 mon.smithi117 (mon.1) 84 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.310469+0000 mgr.smithi117.kdrhet (mgr.14608) 60 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:32.311992+0000 mgr.smithi117.kdrhet (mgr.14608) 61 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:32.329157+0000 mgr.smithi117.kdrhet (mgr.14608) 62 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:32.329783+0000 mgr.smithi117.kdrhet (mgr.14608) 63 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:33.660697+0000 mon.smithi022 (mon.0) 838 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:33.662477+0000 mon.smithi117 (mon.1) 82 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.hdvvsq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:33.662769+0000 mon.smithi022 (mon.0) 839 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.hdvvsq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:33.663661+0000 mon.smithi117 (mon.1) 83 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:39:34.371 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:33.664501+0000 mon.smithi117 (mon.1) 84 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:35.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:33.571083+0000 mgr.smithi117.kdrhet (mgr.14608) 64 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-16T20:39:35.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:33.655807+0000 mgr.smithi117.kdrhet (mgr.14608) 65 : cephadm [INF] Upgrade: Updating mgr.smithi022.hdvvsq 2024-02-16T20:39:35.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:33.665149+0000 mgr.smithi117.kdrhet (mgr.14608) 66 : cephadm [INF] Deploying daemon mgr.smithi022.hdvvsq on smithi022 2024-02-16T20:39:35.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:33.571083+0000 mgr.smithi117.kdrhet (mgr.14608) 64 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-02-16T20:39:35.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:33.655807+0000 mgr.smithi117.kdrhet (mgr.14608) 65 : cephadm [INF] Upgrade: Updating mgr.smithi022.hdvvsq 2024-02-16T20:39:35.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:33.665149+0000 mgr.smithi117.kdrhet (mgr.14608) 66 : cephadm [INF] Deploying daemon mgr.smithi022.hdvvsq on smithi022 2024-02-16T20:39:35.679 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:37.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:35.571597+0000 mgr.smithi117.kdrhet (mgr.14608) 67 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:39:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:35.571597+0000 mgr.smithi117.kdrhet (mgr.14608) 67 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:39:38.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:37.205954+0000 mon.smithi022 (mon.0) 840 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:38.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:37.207850+0000 mon.smithi117 (mon.1) 85 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:38.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:37.572029+0000 mgr.smithi117.kdrhet (mgr.14608) 68 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:39:38.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:37.205954+0000 mon.smithi022 (mon.0) 840 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:38.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:37.207850+0000 mon.smithi117 (mon.1) 85 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:38.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:37.572029+0000 mgr.smithi117.kdrhet (mgr.14608) 68 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:39:39.039 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:39:39.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:39.026209+0000 mgr.smithi117.kdrhet (mgr.14608) 69 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:39.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:39.026209+0000 mgr.smithi117.kdrhet (mgr.14608) 69 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:39.708 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:39:39.708 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (7m) 20s ago 8m 21.3M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:39:39.708 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (8m) 20s ago 8m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:39:39.708 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (7m) 22s ago 7m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:39:39.708 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (7m) 20s ago 8m 35.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (2m) 20s ago 2m 38.1M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (2m) 22s ago 2m 12.1M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 starting - - - - 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (67s) 22s ago 7m 432M - 16.2.14-521-g0e714d9a 1fbc92c859dc f7ad4f61953d 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (10m) 20s ago 10m 50.5M 2048M 16.2.5 6933c2a0b7dd 4f10ce38d92f 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (7m) 22s ago 7m 40.6M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (33s) 20s ago 32s 49.0M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (27s) 22s ago 27s 16.8M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (8m) 20s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (7m) 22s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (7m) 20s ago 7m 371M 1945M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (6m) 20s ago 6m 285M 1945M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (6m) 20s ago 6m 259M 1945M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (5m) 20s ago 5m 339M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (5m) 22s ago 5m 355M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:39:39.709 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (5m) 22s ago 5m 378M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:39:39.710 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (4m) 22s ago 4m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:39:39.710 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (4m) 22s ago 4m 434M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:39:39.710 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 starting - - - - 2024-02-16T20:39:40.094 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:39:40.094 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:39:40.095 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:39:40.096 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [], 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "", 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading mgr daemons", 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:39:40.433 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:39:40.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:39.361688+0000 mgr.smithi117.kdrhet (mgr.14608) 70 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:40.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:39.572658+0000 mgr.smithi117.kdrhet (mgr.14608) 71 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:39:40.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:39.699164+0000 mgr.smithi117.kdrhet (mgr.14608) 72 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:40.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:40.094317+0000 mon.smithi022 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.22:0/3496195922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:39:40.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:39.361688+0000 mgr.smithi117.kdrhet (mgr.14608) 70 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:40.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:39.572658+0000 mgr.smithi117.kdrhet (mgr.14608) 71 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:39:40.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:39.699164+0000 mgr.smithi117.kdrhet (mgr.14608) 72 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:40.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:40.094317+0000 mon.smithi022 (mon.0) 841 : audit [DBG] from='client.? 172.21.15.22:0/3496195922' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:39:40.716 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:42.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:40.432581+0000 mgr.smithi117.kdrhet (mgr.14608) 73 : audit [DBG] from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:41.829483+0000 mon.smithi022 (mon.0) 842 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:40.432581+0000 mgr.smithi117.kdrhet (mgr.14608) 73 : audit [DBG] from='client.24583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:39:42.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:41.829483+0000 mon.smithi022 (mon.0) 842 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:43.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:41.573042+0000 mgr.smithi117.kdrhet (mgr.14608) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:39:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:42.935742+0000 mon.smithi022 (mon.0) 843 : cluster [DBG] Standby manager daemon smithi022.hdvvsq restarted 2024-02-16T20:39:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:42.935878+0000 mon.smithi022 (mon.0) 844 : cluster [DBG] Standby manager daemon smithi022.hdvvsq started 2024-02-16T20:39:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:42.937975+0000 mon.smithi022 (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/crt"}]: dispatch 2024-02-16T20:39:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:42.938565+0000 mon.smithi022 (mon.0) 846 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:39:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:42.940768+0000 mon.smithi022 (mon.0) 847 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/key"}]: dispatch 2024-02-16T20:39:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:42.941702+0000 mon.smithi022 (mon.0) 848 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:41.573042+0000 mgr.smithi117.kdrhet (mgr.14608) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:42.935742+0000 mon.smithi022 (mon.0) 843 : cluster [DBG] Standby manager daemon smithi022.hdvvsq restarted 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:42.935878+0000 mon.smithi022 (mon.0) 844 : cluster [DBG] Standby manager daemon smithi022.hdvvsq started 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:42.937975+0000 mon.smithi022 (mon.0) 845 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/crt"}]: dispatch 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:42.938565+0000 mon.smithi022 (mon.0) 846 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:42.940768+0000 mon.smithi022 (mon.0) 847 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi022.hdvvsq/key"}]: dispatch 2024-02-16T20:39:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:42.941702+0000 mon.smithi022 (mon.0) 848 : audit [DBG] from='mgr.? 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:39:44.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:43.022651+0000 mon.smithi022 (mon.0) 849 : cluster [DBG] mgrmap e28: smithi117.kdrhet(active, since 52s), standbys: smithi022.hdvvsq 2024-02-16T20:39:44.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:43.022651+0000 mon.smithi022 (mon.0) 849 : cluster [DBG] mgrmap e28: smithi117.kdrhet(active, since 52s), standbys: smithi022.hdvvsq 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:43.573770+0000 mgr.smithi117.kdrhet (mgr.14608) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.371106+0000 mon.smithi022 (mon.0) 850 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.373028+0000 mon.smithi117 (mon.1) 86 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.373922+0000 mon.smithi117 (mon.1) 87 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.378263+0000 mon.smithi022 (mon.0) 851 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.384987+0000 mon.smithi022 (mon.0) 852 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.389083+0000 mon.smithi117 (mon.1) 88 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.394363+0000 mon.smithi117 (mon.1) 89 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr fail", "who": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:39:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:44.394735+0000 mon.smithi022 (mon.0) 853 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr fail", "who": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:39:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:44.397854+0000 mon.smithi022 (mon.0) 854 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:43.573770+0000 mgr.smithi117.kdrhet (mgr.14608) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.371106+0000 mon.smithi022 (mon.0) 850 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.373028+0000 mon.smithi117 (mon.1) 86 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.373922+0000 mon.smithi117 (mon.1) 87 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.378263+0000 mon.smithi022 (mon.0) 851 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.384987+0000 mon.smithi022 (mon.0) 852 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.389083+0000 mon.smithi117 (mon.1) 88 : audit [DBG] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.394363+0000 mon.smithi117 (mon.1) 89 : audit [INF] from='mgr.14608 172.21.15.117:0/2874397497' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr fail", "who": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:39:45.401 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:44.394735+0000 mon.smithi022 (mon.0) 853 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "mgr fail", "who": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:39:45.402 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:44.397854+0000 mon.smithi022 (mon.0) 854 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-16T20:39:45.754 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:44.391542+0000 mgr.smithi117.kdrhet (mgr.14608) 76 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:44.391938+0000 mgr.smithi117.kdrhet (mgr.14608) 77 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:44.394107+0000 mgr.smithi117.kdrhet (mgr.14608) 78 : cephadm [INF] Failing over to other MGR 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:45.217054+0000 mon.smithi022 (mon.0) 855 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.392686+0000 mon.smithi022 (mon.0) 856 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "mgr fail", "who": "smithi117.kdrhet"}]': finished 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:45.392759+0000 mon.smithi022 (mon.0) 857 : cluster [DBG] mgrmap e29: smithi022.hdvvsq(active, starting, since 0.997488s), standbys: smithi117.kdrhet 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.393819+0000 mon.smithi022 (mon.0) 858 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.393984+0000 mon.smithi022 (mon.0) 859 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:39:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.395101+0000 mon.smithi022 (mon.0) 860 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.395459+0000 mon.smithi022 (mon.0) 861 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.395996+0000 mon.smithi022 (mon.0) 862 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.396317+0000 mon.smithi022 (mon.0) 863 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi117.kdrhet", "id": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.396655+0000 mon.smithi022 (mon.0) 864 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.396970+0000 mon.smithi022 (mon.0) 865 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.397202+0000 mon.smithi022 (mon.0) 866 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.397430+0000 mon.smithi022 (mon.0) 867 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.397683+0000 mon.smithi022 (mon.0) 868 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.397967+0000 mon.smithi022 (mon.0) 869 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.398279+0000 mon.smithi022 (mon.0) 870 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.398544+0000 mon.smithi022 (mon.0) 871 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.398813+0000 mon.smithi022 (mon.0) 872 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.399069+0000 mon.smithi022 (mon.0) 873 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:39:46.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.399519+0000 mon.smithi022 (mon.0) 874 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:39:46.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:45.427867+0000 mon.smithi022 (mon.0) 875 : cluster [INF] Manager daemon smithi022.hdvvsq is now available 2024-02-16T20:39:46.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.537288+0000 mon.smithi022 (mon.0) 876 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:46.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.538998+0000 mon.smithi022 (mon.0) 877 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:46.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.588036+0000 mon.smithi022 (mon.0) 878 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:39:46.346 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:45.600546+0000 mon.smithi022 (mon.0) 879 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:39:46.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:44.391542+0000 mgr.smithi117.kdrhet (mgr.14608) 76 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:46.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:44.391938+0000 mgr.smithi117.kdrhet (mgr.14608) 77 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi117.kdrhet) 2024-02-16T20:39:46.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:44.394107+0000 mgr.smithi117.kdrhet (mgr.14608) 78 : cephadm [INF] Failing over to other MGR 2024-02-16T20:39:46.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:45.217054+0000 mon.smithi022 (mon.0) 855 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:39:46.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.392686+0000 mon.smithi022 (mon.0) 856 : audit [INF] from='mgr.14608 ' entity='mgr.smithi117.kdrhet' cmd='[{"prefix": "mgr fail", "who": "smithi117.kdrhet"}]': finished 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:45.392759+0000 mon.smithi022 (mon.0) 857 : cluster [DBG] mgrmap e29: smithi022.hdvvsq(active, starting, since 0.997488s), standbys: smithi117.kdrhet 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.393819+0000 mon.smithi022 (mon.0) 858 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.393984+0000 mon.smithi022 (mon.0) 859 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.395101+0000 mon.smithi022 (mon.0) 860 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.395459+0000 mon.smithi022 (mon.0) 861 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.395996+0000 mon.smithi022 (mon.0) 862 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi022.hdvvsq", "id": "smithi022.hdvvsq"}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.396317+0000 mon.smithi022 (mon.0) 863 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr metadata", "who": "smithi117.kdrhet", "id": "smithi117.kdrhet"}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.396655+0000 mon.smithi022 (mon.0) 864 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.396970+0000 mon.smithi022 (mon.0) 865 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.397202+0000 mon.smithi022 (mon.0) 866 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.397430+0000 mon.smithi022 (mon.0) 867 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.397683+0000 mon.smithi022 (mon.0) 868 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.397967+0000 mon.smithi022 (mon.0) 869 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.398279+0000 mon.smithi022 (mon.0) 870 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.398544+0000 mon.smithi022 (mon.0) 871 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:39:46.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.398813+0000 mon.smithi022 (mon.0) 872 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.399069+0000 mon.smithi022 (mon.0) 873 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.399519+0000 mon.smithi022 (mon.0) 874 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:45.427867+0000 mon.smithi022 (mon.0) 875 : cluster [INF] Manager daemon smithi022.hdvvsq is now available 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.537288+0000 mon.smithi022 (mon.0) 876 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.538998+0000 mon.smithi022 (mon.0) 877 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.588036+0000 mon.smithi022 (mon.0) 878 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/mirror_snapshot_schedule"}]: dispatch 2024-02-16T20:39:46.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:45.600546+0000 mon.smithi022 (mon.0) 879 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.hdvvsq/trash_purge_schedule"}]: dispatch 2024-02-16T20:39:47.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:46.395463+0000 mon.smithi022 (mon.0) 880 : cluster [DBG] mgrmap e30: smithi022.hdvvsq(active, since 2s), standbys: smithi117.kdrhet 2024-02-16T20:39:47.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:46.406995+0000 mgr.smithi022.hdvvsq (mgr.14714) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:46.395463+0000 mon.smithi022 (mon.0) 880 : cluster [DBG] mgrmap e30: smithi022.hdvvsq(active, since 2s), standbys: smithi117.kdrhet 2024-02-16T20:39:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:46.406995+0000 mgr.smithi022.hdvvsq (mgr.14714) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:48.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:47.398078+0000 mgr.smithi022.hdvvsq (mgr.14714) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:48.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:47.398648+0000 mon.smithi022 (mon.0) 881 : cluster [DBG] mgrmap e31: smithi022.hdvvsq(active, since 3s), standbys: smithi117.kdrhet 2024-02-16T20:39:48.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:47.398078+0000 mgr.smithi022.hdvvsq (mgr.14714) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:48.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:47.398648+0000 mon.smithi022 (mon.0) 881 : cluster [DBG] mgrmap e31: smithi022.hdvvsq(active, since 3s), standbys: smithi117.kdrhet 2024-02-16T20:39:50.452 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:49.398416+0000 mgr.smithi022.hdvvsq (mgr.14714) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:50.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:49.398416+0000 mgr.smithi022.hdvvsq (mgr.14714) 3 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:50.791 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:50.742686+0000 mon.smithi022 (mon.0) 882 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:51.043913+0000 mon.smithi022 (mon.0) 883 : cluster [DBG] Standby manager daemon smithi117.kdrhet restarted 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:51.044007+0000 mon.smithi022 (mon.0) 884 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:51.045964+0000 mon.smithi117 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:51.046886+0000 mon.smithi117 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:51.049209+0000 mon.smithi117 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:39:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:51.049524+0000 mon.smithi117 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:50.742686+0000 mon.smithi022 (mon.0) 882 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:51.043913+0000 mon.smithi022 (mon.0) 883 : cluster [DBG] Standby manager daemon smithi117.kdrhet restarted 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:51.044007+0000 mon.smithi022 (mon.0) 884 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:51.045964+0000 mon.smithi117 (mon.1) 90 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:51.046886+0000 mon.smithi117 (mon.1) 91 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:51.049209+0000 mon.smithi117 (mon.1) 92 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:39:52.166 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:51.049524+0000 mon.smithi117 (mon.1) 93 : audit [DBG] from='mgr.? 172.21.15.117:0/866811858' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:39:53.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:51.398780+0000 mgr.smithi022.hdvvsq (mgr.14714) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:52.016451+0000 mon.smithi022 (mon.0) 885 : cluster [DBG] mgrmap e32: smithi022.hdvvsq(active, since 7s), standbys: smithi117.kdrhet 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.588752+0000 mon.smithi022 (mon.0) 886 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.869564+0000 mon.smithi022 (mon.0) 887 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.870318+0000 mon.smithi022 (mon.0) 888 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.915528+0000 mon.smithi022 (mon.0) 889 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.931937+0000 mon.smithi022 (mon.0) 890 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.936401+0000 mon.smithi022 (mon.0) 891 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.941570+0000 mon.smithi022 (mon.0) 892 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:52.944487+0000 mon.smithi022 (mon.0) 893 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:53.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:51.398780+0000 mgr.smithi022.hdvvsq (mgr.14714) 4 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-02-16T20:39:53.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:52.016451+0000 mon.smithi022 (mon.0) 885 : cluster [DBG] mgrmap e32: smithi022.hdvvsq(active, since 7s), standbys: smithi117.kdrhet 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.588752+0000 mon.smithi022 (mon.0) 886 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.869564+0000 mon.smithi022 (mon.0) 887 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.870318+0000 mon.smithi022 (mon.0) 888 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.915528+0000 mon.smithi022 (mon.0) 889 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.931937+0000 mon.smithi022 (mon.0) 890 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.936401+0000 mon.smithi022 (mon.0) 891 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.941570+0000 mon.smithi022 (mon.0) 892 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:53.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:52.944487+0000 mon.smithi022 (mon.0) 893 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:54.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:52.871504+0000 mgr.smithi022.hdvvsq (mgr.14714) 5 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:39:54.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:52.871714+0000 mgr.smithi022.hdvvsq (mgr.14714) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-16T20:39:54.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:52.885074+0000 mgr.smithi022.hdvvsq (mgr.14714) 7 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:54.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:52.902907+0000 mgr.smithi022.hdvvsq (mgr.14714) 8 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:54.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:52.871504+0000 mgr.smithi022.hdvvsq (mgr.14714) 5 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2024-02-16T20:39:54.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:52.871714+0000 mgr.smithi022.hdvvsq (mgr.14714) 6 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-02-16T20:39:54.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:52.885074+0000 mgr.smithi022.hdvvsq (mgr.14714) 7 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:54.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:52.902907+0000 mgr.smithi022.hdvvsq (mgr.14714) 8 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-02-16T20:39:55.270 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:53.399396+0000 mgr.smithi022.hdvvsq (mgr.14714) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 146 B/s wr, 0 op/s 2024-02-16T20:39:55.270 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:54.595305+0000 mon.smithi022 (mon.0) 894 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:39:55.270 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:54.596293+0000 mon.smithi022 (mon.0) 895 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:39:55.270 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:54.597223+0000 mon.smithi022 (mon.0) 896 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:55.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:53.399396+0000 mgr.smithi022.hdvvsq (mgr.14714) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 146 B/s wr, 0 op/s 2024-02-16T20:39:55.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:54.595305+0000 mon.smithi022 (mon.0) 894 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi117.kdrhet", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-16T20:39:55.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:54.596293+0000 mon.smithi022 (mon.0) 895 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-16T20:39:55.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:54.597223+0000 mon.smithi022 (mon.0) 896 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:39:55.826 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:39:56.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:54.594869+0000 mgr.smithi022.hdvvsq (mgr.14714) 10 : cephadm [INF] Upgrade: Updating mgr.smithi117.kdrhet 2024-02-16T20:39:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:39:54.597961+0000 mgr.smithi022.hdvvsq (mgr.14714) 11 : cephadm [INF] Deploying daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:39:56.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:54.594869+0000 mgr.smithi022.hdvvsq (mgr.14714) 10 : cephadm [INF] Upgrade: Updating mgr.smithi117.kdrhet 2024-02-16T20:39:56.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:39:54.597961+0000 mgr.smithi022.hdvvsq (mgr.14714) 11 : cephadm [INF] Deploying daemon mgr.smithi117.kdrhet on smithi117 2024-02-16T20:39:57.188 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:55.399816+0000 mgr.smithi022.hdvvsq (mgr.14714) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 113 B/s wr, 0 op/s 2024-02-16T20:39:57.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:55.399816+0000 mgr.smithi022.hdvvsq (mgr.14714) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 113 B/s wr, 0 op/s 2024-02-16T20:39:59.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:57.400467+0000 mgr.smithi022.hdvvsq (mgr.14714) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-16T20:39:59.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:58.281802+0000 mon.smithi022 (mon.0) 897 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:59.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:39:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:39:58.282875+0000 mon.smithi022 (mon.0) 898 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:39:59.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:57.400467+0000 mgr.smithi022.hdvvsq (mgr.14714) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 186 B/s wr, 0 op/s 2024-02-16T20:39:59.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:58.281802+0000 mon.smithi022 (mon.0) 897 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:39:59.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:39:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:39:58.282875+0000 mon.smithi022 (mon.0) 898 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:00.107 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:00.000141+0000 mon.smithi022 (mon.0) 899 : cluster [INF] overall HEALTH_OK 2024-02-16T20:40:00.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:40:00.000141+0000 mon.smithi022 (mon.0) 899 : cluster [INF] overall HEALTH_OK 2024-02-16T20:40:00.860 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:01.187 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:39:59.400876+0000 mgr.smithi022.hdvvsq (mgr.14714) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:01.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:39:59.400876+0000 mgr.smithi022.hdvvsq (mgr.14714) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:03.224 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:01.401539+0000 mgr.smithi022.hdvvsq (mgr.14714) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:03.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:40:01.401539+0000 mgr.smithi022.hdvvsq (mgr.14714) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.073253+0000 mon.smithi022 (mon.0) 900 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.074301+0000 mon.smithi022 (mon.0) 901 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.075227+0000 mon.smithi022 (mon.0) 902 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.080126+0000 mon.smithi022 (mon.0) 903 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.087520+0000 mon.smithi022 (mon.0) 904 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.091775+0000 mon.smithi022 (mon.0) 905 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.094720+0000 mon.smithi022 (mon.0) 906 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:04.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:40:03.095442+0000 mgr.smithi022.hdvvsq (mgr.14714) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.099419+0000 mon.smithi022 (mon.0) 907 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.100233+0000 mon.smithi022 (mon.0) 908 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi022.hdvvsq"}]: dispatch 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.103587+0000 mon.smithi022 (mon.0) 909 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi022.hdvvsq"}]': finished 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.104290+0000 mon.smithi022 (mon.0) 910 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.kdrhet"}]: dispatch 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.107611+0000 mon.smithi022 (mon.0) 911 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.kdrhet"}]': finished 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.108821+0000 mon.smithi022 (mon.0) 912 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:40:03.402069+0000 mgr.smithi022.hdvvsq (mgr.14714) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:40:03.765245+0000 mon.smithi022 (mon.0) 913 : cluster [DBG] Standby manager daemon smithi117.kdrhet restarted 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:40:03.765365+0000 mon.smithi022 (mon.0) 914 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.766801+0000 mon.smithi117 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.767268+0000 mon.smithi117 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.769218+0000 mon.smithi117 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:40:04.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:03.770066+0000 mon.smithi117 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:40:04.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.073253+0000 mon.smithi022 (mon.0) 900 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.074301+0000 mon.smithi022 (mon.0) 901 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:04.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.075227+0000 mon.smithi022 (mon.0) 902 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:04.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.080126+0000 mon.smithi022 (mon.0) 903 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.087520+0000 mon.smithi022 (mon.0) 904 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.091775+0000 mon.smithi022 (mon.0) 905 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.094720+0000 mon.smithi022 (mon.0) 906 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:40:03.095442+0000 mgr.smithi022.hdvvsq (mgr.14714) 16 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.099419+0000 mon.smithi022 (mon.0) 907 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.100233+0000 mon.smithi022 (mon.0) 908 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi022.hdvvsq"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.103587+0000 mon.smithi022 (mon.0) 909 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi022.hdvvsq"}]': finished 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.104290+0000 mon.smithi022 (mon.0) 910 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.kdrhet"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.107611+0000 mon.smithi022 (mon.0) 911 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi117.kdrhet"}]': finished 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.108821+0000 mon.smithi022 (mon.0) 912 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:03.402069+0000 mgr.smithi022.hdvvsq (mgr.14714) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:03.765245+0000 mon.smithi022 (mon.0) 913 : cluster [DBG] Standby manager daemon smithi117.kdrhet restarted 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:03.765365+0000 mon.smithi022 (mon.0) 914 : cluster [DBG] Standby manager daemon smithi117.kdrhet started 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.766801+0000 mon.smithi117 (mon.1) 94 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/crt"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.767268+0000 mon.smithi117 (mon.1) 95 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.769218+0000 mon.smithi117 (mon.1) 96 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi117.kdrhet/key"}]: dispatch 2024-02-16T20:40:04.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:03.770066+0000 mon.smithi117 (mon.1) 97 : audit [DBG] from='mgr.? 172.21.15.117:0/943612650' entity='mgr.smithi117.kdrhet' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-16T20:40:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cluster 2024-02-16T20:40:04.114005+0000 mon.smithi022 (mon.0) 915 : cluster [DBG] mgrmap e33: smithi022.hdvvsq(active, since 19s), standbys: smithi117.kdrhet 2024-02-16T20:40:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:40:04.533353+0000 mgr.smithi022.hdvvsq (mgr.14714) 18 : cephadm [INF] Upgrade: Updating mon.smithi022 2024-02-16T20:40:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:04.537642+0000 mon.smithi022 (mon.0) 916 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:04.538273+0000 mon.smithi022 (mon.0) 917 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:40:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:04.538847+0000 mon.smithi022 (mon.0) 918 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:40:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: audit 2024-02-16T20:40:04.539394+0000 mon.smithi022 (mon.0) 919 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: cephadm 2024-02-16T20:40:04.539940+0000 mgr.smithi022.hdvvsq (mgr.14714) 19 : cephadm [INF] Deploying daemon mon.smithi022 on smithi022 2024-02-16T20:40:05.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:04.114005+0000 mon.smithi022 (mon.0) 915 : cluster [DBG] mgrmap e33: smithi022.hdvvsq(active, since 19s), standbys: smithi117.kdrhet 2024-02-16T20:40:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:40:04.533353+0000 mgr.smithi022.hdvvsq (mgr.14714) 18 : cephadm [INF] Upgrade: Updating mon.smithi022 2024-02-16T20:40:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:04.537642+0000 mon.smithi022 (mon.0) 916 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:04.538273+0000 mon.smithi022 (mon.0) 917 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:40:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:04.538847+0000 mon.smithi022 (mon.0) 918 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:40:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:04.539394+0000 mon.smithi022 (mon.0) 919 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:40:04.539940+0000 mgr.smithi022.hdvvsq (mgr.14714) 19 : cephadm [INF] Deploying daemon mon.smithi022 on smithi022 2024-02-16T20:40:05.896 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:06.272 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:06 smithi022 systemd[1]: Stopping Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:40:06.272 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:40:06.268+0000 7fca83dc9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi022 -f --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 (PID: 1) UID: 0 2024-02-16T20:40:06.272 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022[34596]: debug 2024-02-16T20:40:06.268+0000 7fca83dc9700 -1 mon.smithi022@0(leader) e2 *** Got Signal Terminated *** 2024-02-16T20:40:07.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:06 smithi022 bash[76688]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022 2024-02-16T20:40:07.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:07 smithi022 bash[76750]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022" found: no such container 2024-02-16T20:40:07.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:07 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service: Succeeded. 2024-02-16T20:40:07.970 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:07 smithi022 systemd[1]: Stopped Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:40:07.970 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:07 smithi022 systemd[1]: Starting Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.137+0000 7f5e49b5d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.137+0000 7f5e49b5d880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.137+0000 7f5e49b5d880 0 pidfile_write: ignore empty --pid-file 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.142+0000 7f5e49b5d880 0 load: jerasure load: lrc load: isa 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: RocksDB version: 6.8.1 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Compile date Feb 8 2024 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: DB SUMMARY 2024-02-16T20:40:08.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: CURRENT file: CURRENT 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 766 Bytes 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi022/store.db dir, Total Num: 1, files: 000020.sst 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi022/store.db: 000018.log size: 4261857 ; 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.476 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.error_if_exists: 0 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.create_if_missing: 0 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.paranoid_checks: 1 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.env: 0x5616a7add080 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.fs: Posix File System 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.info_log: 0x5616a9c6e560 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.statistics: (nil) 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.use_fsync: 0 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_log_file_size: 0 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.allow_fallocate: 1 2024-02-16T20:40:08.477 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.use_direct_reads: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.db_log_dir: 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi022/store.db 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_subcompactions: 1 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_background_flushes: -1 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-16T20:40:08.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.write_buffer_manager: 0x5616aa960420 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.unordered_write: 0 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-16T20:40:08.479 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.row_cache: None 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.wal_filter: None 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.preserve_deletes: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.two_write_queues: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.atomic_flush: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.log_readahead_size: 0 2024-02-16T20:40:08.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_background_jobs: 2 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_background_compactions: -1 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_open_files: -1 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-16T20:40:08.481 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Compression algorithms supported: 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kZSTD supported: 0 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kXpressCompression supported: 0 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kLZ4Compression supported: 1 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kBZip2Compression supported: 0 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kZlibCompression supported: 1 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: kSnappyCompression supported: 1 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000008 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-16T20:40:08.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.merge_operator: 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_filter: None 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5616a9c13d28) 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cache_index_and_filter_blocks: 1 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: pin_top_level_index_and_filter: 1 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: index_type: 0 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: data_block_index_type: 0 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: index_shortening: 1 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: data_block_hash_table_util_ratio: 0.750000 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: hash_index_allow_collision: 1 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: checksum: 1 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: no_block_cache: 0 2024-02-16T20:40:08.483 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_cache: 0x5616a9c48f10 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_cache_name: BinnedLRUCache 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_cache_options: 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: capacity : 536870912 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: num_shard_bits : 4 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: strict_capacity_limit : 0 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: high_pri_pool_ratio: 0.000 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_cache_compressed: (nil) 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: persistent_cache: (nil) 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_size: 4096 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_size_deviation: 10 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_restart_interval: 16 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: index_block_restart_interval: 1 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: metadata_block_size: 4096 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: partition_filters: 0 2024-02-16T20:40:08.484 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: use_delta_encoding: 1 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: whole_key_filtering: 1 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: verify_compression: 0 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: read_amp_bytes_per_bit: 0 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: format_version: 2 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: enable_index_compression: 1 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: block_align: 0 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression: NoCompression 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-16T20:40:08.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.num_levels: 7 2024-02-16T20:40:08.486 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-16T20:40:08.486 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-16T20:40:08.486 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-16T20:40:08.486 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-16T20:40:08.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-16T20:40:08.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-16T20:40:08.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-16T20:40:08.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:40:08.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-16T20:40:08.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-16T20:40:08.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-16T20:40:08.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-16T20:40:08.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.table_properties_collectors: 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.inplace_update_support: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.bloom_locality: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.max_successive_merges: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.ttl: 2592000 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-16T20:40:08.491 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 22, last_sequence is 9837, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.143+0000 7f5e49b5d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.144+0000 7f5e49b5d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708116008145477, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.144+0000 7f5e49b5d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.147+0000 7f5e49b5d880 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-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.152+0000 7f5e49b5d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708116008154323, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4142375, "table_properties": {"data_size": 4136001, "index_size": 4846, "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": 5852, "raw_average_key_size": 22, "raw_value_size": 4128243, "raw_average_value_size": 15756, "num_data_blocks": 154, "num_entries": 262, "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": 1708116008, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.152+0000 7f5e49b5d880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.153+0000 7f5e49b5d880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-16T20:40:08.492 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.153+0000 7f5e49b5d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708116008154779, "job": 1, "event": "recovery_finished"} 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.154+0000 7f5e49b5d880 4 rocksdb: DB pointer 0x5616a9d11800 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.154+0000 7f5e3094e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.154+0000 7f5e3094e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** DB Stats ** 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** Compaction Stats [default] ** 2024-02-16T20:40:08.493 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: L0 1/0 3.95 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: L6 1/0 23.90 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-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Sum 2/0 27.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** Compaction Stats [default] ** 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Flush(GB): cumulative 0.004, interval 0.004 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:40:08.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Cumulative compaction: 0.00 GB write, 354.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Interval compaction: 0.00 GB write, 354.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** Compaction Stats [default] ** 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: L0 1/0 3.95 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: L6 1/0 23.90 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-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Sum 2/0 27.85 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.495 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** Compaction Stats [default] ** 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 766.9 0.01 0.00 1 0.005 0 0 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Flush(GB): cumulative 0.004, interval 0.000 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:40:08.496 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Cumulative compaction: 0.00 GB write, 353.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.154+0000 7f5e49b5d880 0 starting mon.smithi022 rank 0 at public addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] at bind addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi022 fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.155+0000 7f5e49b5d880 1 mon.smithi022@-1(???) e2 preinit fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 0 mon.smithi022@-1(???).mds e8 new map 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 0 mon.smithi022@-1(???).mds e8 print_map 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: e8 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-16T20:40:08.497 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: legacy client fscid: 1 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Filesystem 'foofs' (1) 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: fs_name foofs 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: epoch 5 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: flags 12 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: created 2024-02-16T20:36:38.881712+0000 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: modified 2024-02-16T20:36:47.920852+0000 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: tableserver 0 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: root 0 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: session_timeout 60 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: session_autoclose 300 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: max_file_size 1099511627776 2024-02-16T20:40:08.498 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: required_client_features {} 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: last_failure 0 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: last_failure_osd_epoch 0 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 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-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: max_mds 1 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: in 0 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: up {0=14476} 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: failed 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: damaged 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: stopped 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: data_pools [3] 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: metadata_pool 2 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: inline_data disabled 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: balancer 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: standby_count_wanted 1 2024-02-16T20:40:08.499 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: [mds.foofs.smithi022.qtovwy{0:14476} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084] compat {c=[1],r=[1],i=[7ff]}] 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: Standby daemons: 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: [mds.foofs.smithi117.bygeew{-1:24347} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] compat {c=[1],r=[1],i=[7ff]}] 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 0 mon.smithi022@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 0 mon.smithi022@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 0 mon.smithi022@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 0 mon.smithi022@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-16T20:40:08.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:04.114005+0000 mon.smithi022 (mon.0) 915 : cluster [DBG] mgrmap e33: smithi022.hdvvsq(active, since 19s), standbys: smithi117.kdrhet 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:04.533353+0000 mgr.smithi022.hdvvsq (mgr.14714) 18 : cephadm [INF] Upgrade: Updating mon.smithi022 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:04.537642+0000 mon.smithi022 (mon.0) 916 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:04.538273+0000 mon.smithi022 (mon.0) 917 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:04.538847+0000 mon.smithi022 (mon.0) 918 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:04.539394+0000 mon.smithi022 (mon.0) 919 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:04.539940+0000 mgr.smithi022.hdvvsq (mgr.14714) 19 : cephadm [INF] Deploying daemon mon.smithi022 on smithi022 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:40:08.156+0000 7f5e49b5d880 1 mon.smithi022@-1(???).paxosservice(auth 1..42) refresh upgraded, format 0 -> 3 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 bash[76893]: 3f9cd4419e6d712c87a3d563d35f1b233a81f43a21fd283b486a788d99df95e1 2024-02-16T20:40:08.501 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:08 smithi022 systemd[1]: Started Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:40:09.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:06.276553+0000 mon.smithi117 (mon.1) 98 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:06.277628+0000 mon.smithi117 (mon.1) 99 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:07.403142+0000 mgr.smithi022.hdvvsq (mgr.14714) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.567665+0000 mon.smithi022 (mon.0) 1 : cluster [INF] mon.smithi022 calling monitor election 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.581690+0000 mon.smithi022 (mon.0) 2 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi117 in quorum (ranks 0,1) 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.586439+0000 mon.smithi022 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} removed_ranks: {} 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.587024+0000 mon.smithi022 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.587078+0000 mon.smithi022 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.588097+0000 mon.smithi022 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi022.hdvvsq(active, since 25s), standbys: smithi117.kdrhet 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.595788+0000 mon.smithi022 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:09.595939+0000 mon.smithi022 (mon.0) 8 : audit [INF] from='mgr.14714 ' entity='' 2024-02-16T20:40:09.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:09.597745+0000 mon.smithi117 (mon.1) 100 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:06.276553+0000 mon.smithi117 (mon.1) 98 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:06.277628+0000 mon.smithi117 (mon.1) 99 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mon metadata", "id": "smithi117"}]: dispatch 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:07.403142+0000 mgr.smithi022.hdvvsq (mgr.14714) 21 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.567665+0000 mon.smithi022 (mon.0) 1 : cluster [INF] mon.smithi022 calling monitor election 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.581690+0000 mon.smithi022 (mon.0) 2 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi117 in quorum (ranks 0,1) 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.586439+0000 mon.smithi022 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} removed_ranks: {} 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.587024+0000 mon.smithi022 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.587078+0000 mon.smithi022 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-16T20:40:10.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.588097+0000 mon.smithi022 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi022.hdvvsq(active, since 25s), standbys: smithi117.kdrhet 2024-02-16T20:40:10.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.595788+0000 mon.smithi022 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-02-16T20:40:10.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:09.595939+0000 mon.smithi022 (mon.0) 8 : audit [INF] from='mgr.14714 ' entity='' 2024-02-16T20:40:10.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:09.597745+0000 mon.smithi117 (mon.1) 100 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:10.773 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:40:10.948 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.403641+0000 mgr.smithi022.hdvvsq (mgr.14714) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:09.650137+0000 mon.smithi022 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi022.hdvvsq(active, since 25s), standbys: smithi117.kdrhet 2024-02-16T20:40:11.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.403641+0000 mgr.smithi022.hdvvsq (mgr.14714) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:11.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:09.650137+0000 mon.smithi022 (mon.0) 9 : cluster [DBG] mgrmap e34: smithi022.hdvvsq(active, since 25s), standbys: smithi117.kdrhet 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (7m) 18s ago 9m 21.4M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (9m) 18s ago 9m 6400k - 16.2.5 6933c2a0b7dd a4d8c1281380 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (8m) 8s ago 8m 6395k - 16.2.5 6933c2a0b7dd c0401821601f 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (7m) 18s ago 9m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (3m) 18s ago 3m 38.1M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (3m) 8s ago 3m 12.3M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (34s) 18s ago 10m 409M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (13s) 8s ago 8m 44.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:40:11.426 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 starting - - - 2048M 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (8m) 8s ago 8m 43.7M 2048M 16.2.5 6933c2a0b7dd 3e6721ab839b 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (65s) 18s ago 64s 50.4M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (59s) 8s ago 59s 47.1M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (8m) 18s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (8m) 8s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (7m) 18s ago 7m 372M 1945M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (7m) 18s ago 7m 285M 1945M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (6m) 18s ago 6m 258M 1945M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (6m) 18s ago 6m 339M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (6m) 8s ago 6m 355M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (5m) 8s ago 5m 378M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (5m) 8s ago 5m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (5m) 8s ago 5m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:40:11.427 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (39s) 18s ago 8m 44.2M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:40:11.812 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:40:11.812 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:40:11.812 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:40:11.812 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-16T20:40:11.813 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11 2024-02-16T20:40:11.814 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:40:11.814 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:40:11.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:10.760728+0000 mgr.smithi022.hdvvsq (mgr.14714) 23 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:12.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:10.760728+0000 mgr.smithi022.hdvvsq (mgr.14714) 23 : audit [DBG] from='client.34100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:12.118 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:40:12.118 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:40:12.118 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:40:12.118 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr" 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "2/23 daemons upgraded", 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading mon daemons", 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:40:12.119 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:40:12.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:11.100089+0000 mgr.smithi022.hdvvsq (mgr.14714) 24 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:12.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:11.404047+0000 mgr.smithi022.hdvvsq (mgr.14714) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:12.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:11.415859+0000 mgr.smithi022.hdvvsq (mgr.14714) 26 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:12.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:11.812182+0000 mon.smithi022 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.22:0/570644482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:11.100089+0000 mgr.smithi022.hdvvsq (mgr.14714) 24 : audit [DBG] from='client.34104 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:11.404047+0000 mgr.smithi022.hdvvsq (mgr.14714) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:11.415859+0000 mgr.smithi022.hdvvsq (mgr.14714) 26 : audit [DBG] from='client.34108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:11.812182+0000 mon.smithi022 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.22:0/570644482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:13.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:12.118111+0000 mgr.smithi022.hdvvsq (mgr.14714) 27 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:14.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:12.118111+0000 mgr.smithi022.hdvvsq (mgr.14714) 27 : audit [DBG] from='client.34116 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:14.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:13.404521+0000 mgr.smithi022.hdvvsq (mgr.14714) 28 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:15.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:13.404521+0000 mgr.smithi022.hdvvsq (mgr.14714) 28 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:15.992 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:16.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:15.404837+0000 mgr.smithi022.hdvvsq (mgr.14714) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.422271+0000 mon.smithi022 (mon.0) 11 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.425169+0000 mon.smithi117 (mon.1) 101 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.426048+0000 mon.smithi117 (mon.1) 102 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.429919+0000 mon.smithi022 (mon.0) 12 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.435827+0000 mon.smithi022 (mon.0) 13 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.439264+0000 mon.smithi117 (mon.1) 103 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.442645+0000 mon.smithi117 (mon.1) 104 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:16.443877+0000 mon.smithi117 (mon.1) 105 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-16T20:40:16.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:15.404837+0000 mgr.smithi022.hdvvsq (mgr.14714) 29 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.422271+0000 mon.smithi022 (mon.0) 11 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.425169+0000 mon.smithi117 (mon.1) 101 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.426048+0000 mon.smithi117 (mon.1) 102 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.429919+0000 mon.smithi022 (mon.0) 12 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.435827+0000 mon.smithi022 (mon.0) 13 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.439264+0000 mon.smithi117 (mon.1) 103 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.442645+0000 mon.smithi117 (mon.1) 104 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:16.443877+0000 mon.smithi117 (mon.1) 105 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-16T20:40:19.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cluster 2024-02-16T20:40:17.405547+0000 mgr.smithi022.hdvvsq (mgr.14714) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:19.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:40:18.024776+0000 mgr.smithi022.hdvvsq (mgr.14714) 31 : cephadm [INF] Upgrade: Updating mon.smithi117 2024-02-16T20:40:19.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:18.029218+0000 mon.smithi022 (mon.0) 14 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:19.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:18.033471+0000 mon.smithi117 (mon.1) 106 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:40:19.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:18.034277+0000 mon.smithi117 (mon.1) 107 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:40:19.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: audit 2024-02-16T20:40:18.035104+0000 mon.smithi117 (mon.1) 108 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:19.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: cephadm 2024-02-16T20:40:18.035839+0000 mgr.smithi022.hdvvsq (mgr.14714) 32 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-16T20:40:19.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:17.405547+0000 mgr.smithi022.hdvvsq (mgr.14714) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:19.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:18.024776+0000 mgr.smithi022.hdvvsq (mgr.14714) 31 : cephadm [INF] Upgrade: Updating mon.smithi117 2024-02-16T20:40:19.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:18.029218+0000 mon.smithi022 (mon.0) 14 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:19.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:18.033471+0000 mon.smithi117 (mon.1) 106 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:40:19.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:18.034277+0000 mon.smithi117 (mon.1) 107 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:40:19.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:18.035104+0000 mon.smithi117 (mon.1) 108 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:19.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:18.035839+0000 mgr.smithi022.hdvvsq (mgr.14714) 32 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-16T20:40:19.749 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 systemd[1]: Stopping Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:40:19.749 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:40:19.746+0000 7f84591c7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi117 -f --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 (PID: 1) UID: 0 2024-02-16T20:40:20.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117[36771]: debug 2024-02-16T20:40:19.746+0000 7f84591c7700 -1 mon.smithi117@1(peon) e2 *** Got Signal Terminated *** 2024-02-16T20:40:20.586 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:20 smithi117 bash[57217]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117 2024-02-16T20:40:20.839 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:20 smithi117 bash[57270]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117" found: no such container 2024-02-16T20:40:20.839 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:20 smithi117 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi117.service: Succeeded. 2024-02-16T20:40:20.839 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:20 smithi117 systemd[1]: Stopped Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:40:21.037 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:21.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:20 smithi117 systemd[1]: Starting Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:40:21.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.447+0000 7f8edf244880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-16T20:40:21.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.447+0000 7f8edf244880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-16T20:40:21.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.447+0000 7f8edf244880 0 pidfile_write: ignore empty --pid-file 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 0 load: jerasure load: lrc load: isa 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: RocksDB version: 6.8.1 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Compile date Feb 8 2024 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: DB SUMMARY 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: CURRENT file: CURRENT 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 690 Bytes 2024-02-16T20:40:21.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi117/store.db dir, Total Num: 1, files: 000017.sst 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi117/store.db: 000015.log size: 7749828 ; 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.error_if_exists: 0 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.create_if_missing: 0 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.paranoid_checks: 1 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.env: 0x55a51b617080 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.fs: Posix File System 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.info_log: 0x55a51c79c560 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.statistics: (nil) 2024-02-16T20:40:21.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.use_fsync: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_log_file_size: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.allow_fallocate: 1 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.use_direct_reads: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.db_log_dir: 2024-02-16T20:40:21.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi117/store.db 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_subcompactions: 1 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_background_flushes: -1 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.write_buffer_manager: 0x55a51d48e420 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-16T20:40:21.848 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.unordered_write: 0 2024-02-16T20:40:21.849 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.row_cache: None 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.wal_filter: None 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.preserve_deletes: 0 2024-02-16T20:40:21.851 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.two_write_queues: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.atomic_flush: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.log_readahead_size: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_background_jobs: 2 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_background_compactions: -1 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-16T20:40:21.852 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.max_open_files: -1 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: Compression algorithms supported: 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: kZSTD supported: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: kXpressCompression supported: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.452+0000 7f8edf244880 4 rocksdb: kLZ4Compression supported: 1 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: kBZip2Compression supported: 0 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: kZlibCompression supported: 1 2024-02-16T20:40:21.853 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: kSnappyCompression supported: 1 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000005 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.merge_operator: 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_filter: None 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a51c741d28) 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cache_index_and_filter_blocks: 1 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-16T20:40:21.854 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: pin_top_level_index_and_filter: 1 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: index_type: 0 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: data_block_index_type: 0 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: index_shortening: 1 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: data_block_hash_table_util_ratio: 0.750000 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: hash_index_allow_collision: 1 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: checksum: 1 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: no_block_cache: 0 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_cache: 0x55a51c776f10 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_cache_name: BinnedLRUCache 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_cache_options: 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: capacity : 536870912 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: num_shard_bits : 4 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: strict_capacity_limit : 0 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: high_pri_pool_ratio: 0.000 2024-02-16T20:40:21.855 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_cache_compressed: (nil) 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: persistent_cache: (nil) 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_size: 4096 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_size_deviation: 10 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_restart_interval: 16 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: index_block_restart_interval: 1 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: metadata_block_size: 4096 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: partition_filters: 0 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: use_delta_encoding: 1 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: whole_key_filtering: 1 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: verify_compression: 0 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: read_amp_bytes_per_bit: 0 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: format_version: 2 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: enable_index_compression: 1 2024-02-16T20:40:21.856 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: block_align: 0 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression: NoCompression 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.num_levels: 7 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-16T20:40:21.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-16T20:40:21.858 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-16T20:40:21.859 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-16T20:40:21.860 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.table_properties_collectors: 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.inplace_update_support: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.bloom_locality: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.max_successive_merges: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-16T20:40:21.861 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.ttl: 2592000 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi117/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 19, last_sequence is 9934, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 15 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708116021455139, "job": 1, "event": "recovery_started", "log_files": [15]} 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.453+0000 7f8edf244880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #15 mode 2 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.460+0000 7f8edf244880 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-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.466+0000 7f8edf244880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708116021467882, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 5014511, "table_properties": {"data_size": 5006967, "index_size": 5888, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 837, "raw_key_size": 7054, "raw_average_key_size": 22, "raw_value_size": 4997591, "raw_average_value_size": 15617, "num_data_blocks": 186, "num_entries": 320, "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": 1708116021, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.466+0000 7f8edf244880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.466+0000 7f8edf244880 4 rocksdb: [version_set.cc:3291] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-02-16T20:40:21.862 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.467+0000 7f8edf244880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708116021469162, "job": 1, "event": "recovery_finished"} 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.469+0000 7f8edf244880 4 rocksdb: DB pointer 0x55a51c83f800 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.469+0000 7f8ec6035700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.469+0000 7f8ec6035700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** DB Stats ** 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.863 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** Compaction Stats [default] ** 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: L0 1/0 4.78 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: L6 1/0 23.90 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-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Sum 2/0 28.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** Compaction Stats [default] ** 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.864 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Flush(GB): cumulative 0.005, interval 0.005 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Cumulative compaction: 0.00 GB write, 298.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Interval compaction: 0.00 GB write, 298.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** Compaction Stats [default] ** 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:21.865 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: L0 1/0 4.78 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: L6 1/0 23.90 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-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Sum 2/0 28.68 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** Compaction Stats [default] ** 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 716.2 0.01 0.00 1 0.007 0 0 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Flush(GB): cumulative 0.005, interval 0.000 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-16T20:40:21.866 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(Total Files): cumulative 0, interval 0 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: AddFile(Keys): cumulative 0, interval 0 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Cumulative compaction: 0.00 GB write, 297.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: ** File Read Latency Histogram By Level [default] ** 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.469+0000 7f8edf244880 0 starting mon.smithi117 rank 1 at public addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] at bind addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi117 fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 1 mon.smithi117@-1(???) e2 preinit fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 0 mon.smithi117@-1(???).mds e8 new map 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 0 mon.smithi117@-1(???).mds e8 print_map 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: e8 2024-02-16T20:40:21.867 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: legacy client fscid: 1 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Filesystem 'foofs' (1) 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: fs_name foofs 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: epoch 5 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: flags 12 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: created 2024-02-16T20:36:38.881712+0000 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: modified 2024-02-16T20:36:47.920852+0000 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: tableserver 0 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: root 0 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: session_timeout 60 2024-02-16T20:40:21.868 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: session_autoclose 300 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: max_file_size 1099511627776 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: required_client_features {} 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: last_failure 0 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: last_failure_osd_epoch 0 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 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-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: max_mds 1 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: in 0 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: up {0=14476} 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: failed 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: damaged 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: stopped 2024-02-16T20:40:21.869 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: data_pools [3] 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: metadata_pool 2 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: inline_data disabled 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: balancer 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: standby_count_wanted 1 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: [mds.foofs.smithi022.qtovwy{0:14476} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.22:6834/2710765084,v1:172.21.15.22:6835/2710765084] compat {c=[1],r=[1],i=[7ff]}] 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: Standby daemons: 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: [mds.foofs.smithi117.bygeew{-1:24347} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] compat {c=[1],r=[1],i=[7ff]}] 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 0 mon.smithi117@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 0 mon.smithi117@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 0 mon.smithi117@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-16T20:40:21.870 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.471+0000 7f8edf244880 0 mon.smithi117@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:17.405547+0000 mgr.smithi022.hdvvsq (mgr.14714) 30 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:18.024776+0000 mgr.smithi022.hdvvsq (mgr.14714) 31 : cephadm [INF] Upgrade: Updating mon.smithi117 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:18.029218+0000 mon.smithi022 (mon.0) 14 : audit [INF] from='mgr.14714 ' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:18.033471+0000 mon.smithi117 (mon.1) 106 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:18.034277+0000 mon.smithi117 (mon.1) 107 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:18.035104+0000 mon.smithi117 (mon.1) 108 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:18.035839+0000 mgr.smithi022.hdvvsq (mgr.14714) 32 : cephadm [INF] Deploying daemon mon.smithi117 on smithi117 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:40:21.472+0000 7f8edf244880 1 mon.smithi117@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 bash[57412]: 3fdb4cc38415dd8087b6d184894b920323ac09ad9e48d3bf7eb25956178d769c 2024-02-16T20:40:21.871 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:21 smithi117 systemd[1]: Started Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:21.406495+0000 mgr.smithi022.hdvvsq (mgr.14714) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.032866+0000 mon.smithi117 (mon.1) 1 : cluster [INF] mon.smithi117 calling monitor election 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.034025+0000 mon.smithi022 (mon.0) 17 : cluster [INF] mon.smithi022 calling monitor election 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.047905+0000 mon.smithi022 (mon.0) 18 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi117 in quorum (ranks 0,1) 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.051791+0000 mon.smithi022 (mon.0) 19 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} removed_ranks: {} 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.052354+0000 mon.smithi022 (mon.0) 20 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.052397+0000 mon.smithi022 (mon.0) 21 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.052771+0000 mon.smithi022 (mon.0) 22 : cluster [DBG] mgrmap e34: smithi022.hdvvsq(active, since 38s), standbys: smithi117.kdrhet 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.066016+0000 mon.smithi022 (mon.0) 23 : cluster [INF] overall HEALTH_OK 2024-02-16T20:40:24.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:23.070447+0000 mon.smithi022 (mon.0) 24 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:24.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:23.071500+0000 mon.smithi022 (mon.0) 25 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:24.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:23.324963+0000 mon.smithi022 (mon.0) 26 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:21.406495+0000 mgr.smithi022.hdvvsq (mgr.14714) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.032866+0000 mon.smithi117 (mon.1) 1 : cluster [INF] mon.smithi117 calling monitor election 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.034025+0000 mon.smithi022 (mon.0) 17 : cluster [INF] mon.smithi022 calling monitor election 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.047905+0000 mon.smithi022 (mon.0) 18 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi117 in quorum (ranks 0,1) 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.051791+0000 mon.smithi022 (mon.0) 19 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi117=[v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0]} removed_ranks: {} 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.052354+0000 mon.smithi022 (mon.0) 20 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.052397+0000 mon.smithi022 (mon.0) 21 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.052771+0000 mon.smithi022 (mon.0) 22 : cluster [DBG] mgrmap e34: smithi022.hdvvsq(active, since 38s), standbys: smithi117.kdrhet 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.066016+0000 mon.smithi022 (mon.0) 23 : cluster [INF] overall HEALTH_OK 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:23.070447+0000 mon.smithi022 (mon.0) 24 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:24.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:23.071500+0000 mon.smithi022 (mon.0) 25 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:24.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:23.324963+0000 mon.smithi022 (mon.0) 26 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:25.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:23.407199+0000 mgr.smithi022.hdvvsq (mgr.14714) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:25.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:23.407199+0000 mgr.smithi022.hdvvsq (mgr.14714) 35 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:26.079 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:26.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:25.407589+0000 mgr.smithi022.hdvvsq (mgr.14714) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:26.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:25.407589+0000 mgr.smithi022.hdvvsq (mgr.14714) 36 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:28.435 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.190335+0000 mon.smithi022 (mon.0) 27 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.435 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.191278+0000 mon.smithi022 (mon.0) 28 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:28.435 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.192185+0000 mon.smithi022 (mon.0) 29 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:28.435 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.197186+0000 mon.smithi022 (mon.0) 30 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.435 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.203285+0000 mon.smithi022 (mon.0) 31 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.206859+0000 mon.smithi022 (mon.0) 32 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.209412+0000 mon.smithi022 (mon.0) 33 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.210838+0000 mon.smithi022 (mon.0) 34 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:27.211524+0000 mgr.smithi022.hdvvsq (mgr.14714) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.215132+0000 mon.smithi022 (mon.0) 35 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.215904+0000 mon.smithi022 (mon.0) 36 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi022"}]: dispatch 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.219161+0000 mon.smithi022 (mon.0) 37 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi022"}]': finished 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.219831+0000 mon.smithi022 (mon.0) 38 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]: dispatch 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:27.223075+0000 mon.smithi022 (mon.0) 39 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]': finished 2024-02-16T20:40:28.436 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:27.408332+0000 mgr.smithi022.hdvvsq (mgr.14714) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.190335+0000 mon.smithi022 (mon.0) 27 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.191278+0000 mon.smithi022 (mon.0) 28 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.192185+0000 mon.smithi022 (mon.0) 29 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.197186+0000 mon.smithi022 (mon.0) 30 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.203285+0000 mon.smithi022 (mon.0) 31 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.206859+0000 mon.smithi022 (mon.0) 32 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.209412+0000 mon.smithi022 (mon.0) 33 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.210838+0000 mon.smithi022 (mon.0) 34 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:27.211524+0000 mgr.smithi022.hdvvsq (mgr.14714) 37 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.215132+0000 mon.smithi022 (mon.0) 35 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.215904+0000 mon.smithi022 (mon.0) 36 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi022"}]: dispatch 2024-02-16T20:40:28.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.219161+0000 mon.smithi022 (mon.0) 37 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi022"}]': finished 2024-02-16T20:40:28.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.219831+0000 mon.smithi022 (mon.0) 38 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]: dispatch 2024-02-16T20:40:28.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:27.223075+0000 mon.smithi022 (mon.0) 39 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi117"}]': finished 2024-02-16T20:40:28.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:27.408332+0000 mgr.smithi022.hdvvsq (mgr.14714) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:28.880355+0000 mgr.smithi022.hdvvsq (mgr.14714) 39 : cephadm [INF] Upgrade: Updating crash.smithi022 (1/2) 2024-02-16T20:40:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:28.884899+0000 mon.smithi022 (mon.0) 40 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:28.885713+0000 mon.smithi022 (mon.0) 41 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:40:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:28.886469+0000 mon.smithi022 (mon.0) 42 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:30.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:28.887100+0000 mgr.smithi022.hdvvsq (mgr.14714) 40 : cephadm [INF] Deploying daemon crash.smithi022 on smithi022 2024-02-16T20:40:30.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:28.880355+0000 mgr.smithi022.hdvvsq (mgr.14714) 39 : cephadm [INF] Upgrade: Updating crash.smithi022 (1/2) 2024-02-16T20:40:30.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:28.884899+0000 mon.smithi022 (mon.0) 40 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:30.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:28.885713+0000 mon.smithi022 (mon.0) 41 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:40:30.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:28.886469+0000 mon.smithi022 (mon.0) 42 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:30.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:28.887100+0000 mgr.smithi022.hdvvsq (mgr.14714) 40 : cephadm [INF] Deploying daemon crash.smithi022 on smithi022 2024-02-16T20:40:31.021 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:29.408672+0000 mgr.smithi022.hdvvsq (mgr.14714) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:31.119 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:31.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:29.408672+0000 mgr.smithi022.hdvvsq (mgr.14714) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:33.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:31.409132+0000 mgr.smithi022.hdvvsq (mgr.14714) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:33.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:32.563731+0000 mon.smithi022 (mon.0) 43 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:31.409132+0000 mgr.smithi022.hdvvsq (mgr.14714) 42 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:32.563731+0000 mon.smithi022 (mon.0) 43 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:34.303 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:33.409770+0000 mgr.smithi022.hdvvsq (mgr.14714) 43 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:34.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:33.409770+0000 mgr.smithi022.hdvvsq (mgr.14714) 43 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:34.324034+0000 mgr.smithi022.hdvvsq (mgr.14714) 44 : cephadm [INF] Upgrade: Updating crash.smithi117 (2/2) 2024-02-16T20:40:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:34.328327+0000 mon.smithi022 (mon.0) 44 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:34.329239+0000 mon.smithi022 (mon.0) 45 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:40:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:34.330097+0000 mon.smithi022 (mon.0) 46 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:34.330753+0000 mgr.smithi022.hdvvsq (mgr.14714) 45 : cephadm [INF] Deploying daemon crash.smithi117 on smithi117 2024-02-16T20:40:35.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:34.324034+0000 mgr.smithi022.hdvvsq (mgr.14714) 44 : cephadm [INF] Upgrade: Updating crash.smithi117 (2/2) 2024-02-16T20:40:35.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:34.328327+0000 mon.smithi022 (mon.0) 44 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:35.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:34.329239+0000 mon.smithi022 (mon.0) 45 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi117", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-16T20:40:35.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:34.330097+0000 mon.smithi022 (mon.0) 46 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:35.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:34.330753+0000 mgr.smithi022.hdvvsq (mgr.14714) 45 : cephadm [INF] Deploying daemon crash.smithi117 on smithi117 2024-02-16T20:40:36.168 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:36.431 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:35.410344+0000 mgr.smithi022.hdvvsq (mgr.14714) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:36.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:35.410344+0000 mgr.smithi022.hdvvsq (mgr.14714) 46 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:39.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:37.411019+0000 mgr.smithi022.hdvvsq (mgr.14714) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:39.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:37.911520+0000 mon.smithi022 (mon.0) 47 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:39.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:37.912459+0000 mon.smithi022 (mon.0) 48 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:37.411019+0000 mgr.smithi022.hdvvsq (mgr.14714) 47 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:37.911520+0000 mon.smithi022 (mon.0) 47 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:37.912459+0000 mon.smithi022 (mon.0) 48 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:41.207 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:41.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:39.411459+0000 mgr.smithi022.hdvvsq (mgr.14714) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:41.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:39.411459+0000 mgr.smithi022.hdvvsq (mgr.14714) 48 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:42.444 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (8m) 26s ago 9m 21.4M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 starting - - - - 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (5s) 1s ago 8m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (8m) 26s ago 9m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (4m) 26s ago 4m 38.4M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (3m) 1s ago 3m 12.9M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (66s) 26s ago 11m 425M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (45s) 1s ago 8m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (35s) 26s ago 11m 24.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (22s) 1s ago 8m 28.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:40:43.069 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (96s) 26s ago 96s 53.9M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (91s) 1s ago 90s 47.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (9m) 26s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (8m) 1s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (8m) 26s ago 8m 372M 1945M 16.2.5 6933c2a0b7dd 896f28b02194 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (7m) 26s ago 7m 286M 1945M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (7m) 26s ago 7m 259M 1945M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (7m) 26s ago 6m 339M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (6m) 1s ago 6m 356M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (6m) 1s ago 6m 379M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (6m) 1s ago 6m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (5m) 1s ago 5m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:40:43.070 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (71s) 26s ago 9m 46.7M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:40:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:41.411973+0000 mgr.smithi022.hdvvsq (mgr.14714) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:42.035126+0000 mon.smithi022 (mon.0) 49 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:43.430 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:40:43.431 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:40:43.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:41.411973+0000 mgr.smithi022.hdvvsq (mgr.14714) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:43.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:42.035126+0000 mon.smithi022 (mon.0) 49 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:43.790 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr" 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "5/23 daemons upgraded", 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading crash daemons", 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:40:43.791 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:40:44.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:42.431158+0000 mgr.smithi022.hdvvsq (mgr.14714) 50 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:44.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:42.747406+0000 mgr.smithi022.hdvvsq (mgr.14714) 51 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:44.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:43.429659+0000 mon.smithi022 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.22:0/4040500832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:44.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:42.431158+0000 mgr.smithi022.hdvvsq (mgr.14714) 50 : audit [DBG] from='client.34120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:44.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:42.747406+0000 mgr.smithi022.hdvvsq (mgr.14714) 51 : audit [DBG] from='client.34124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:44.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:43.429659+0000 mon.smithi022 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.22:0/4040500832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:43.059591+0000 mgr.smithi022.hdvvsq (mgr.14714) 52 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:43.412358+0000 mgr.smithi022.hdvvsq (mgr.14714) 53 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:43.789855+0000 mgr.smithi022.hdvvsq (mgr.14714) 54 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.667600+0000 mon.smithi022 (mon.0) 51 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.668465+0000 mon.smithi022 (mon.0) 52 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.669151+0000 mon.smithi022 (mon.0) 53 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.672870+0000 mon.smithi022 (mon.0) 54 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.678392+0000 mon.smithi022 (mon.0) 55 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.681327+0000 mon.smithi022 (mon.0) 56 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.683832+0000 mon.smithi022 (mon.0) 57 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.685026+0000 mon.smithi022 (mon.0) 58 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.686150+0000 mon.smithi022 (mon.0) 59 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.690174+0000 mon.smithi022 (mon.0) 60 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.690818+0000 mon.smithi022 (mon.0) 61 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi022"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.695330+0000 mon.smithi022 (mon.0) 62 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi022"}]': finished 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.695872+0000 mon.smithi022 (mon.0) 63 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]: dispatch 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.700715+0000 mon.smithi022 (mon.0) 64 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]': finished 2024-02-16T20:40:45.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.701781+0000 mon.smithi022 (mon.0) 65 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:43.059591+0000 mgr.smithi022.hdvvsq (mgr.14714) 52 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:43.412358+0000 mgr.smithi022.hdvvsq (mgr.14714) 53 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:43.789855+0000 mgr.smithi022.hdvvsq (mgr.14714) 54 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.667600+0000 mon.smithi022 (mon.0) 51 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.668465+0000 mon.smithi022 (mon.0) 52 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.669151+0000 mon.smithi022 (mon.0) 53 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.672870+0000 mon.smithi022 (mon.0) 54 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.678392+0000 mon.smithi022 (mon.0) 55 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.681327+0000 mon.smithi022 (mon.0) 56 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.683832+0000 mon.smithi022 (mon.0) 57 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.685026+0000 mon.smithi022 (mon.0) 58 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.686150+0000 mon.smithi022 (mon.0) 59 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.690174+0000 mon.smithi022 (mon.0) 60 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.690818+0000 mon.smithi022 (mon.0) 61 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi022"}]: dispatch 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.695330+0000 mon.smithi022 (mon.0) 62 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi022"}]': finished 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.695872+0000 mon.smithi022 (mon.0) 63 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]: dispatch 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.700715+0000 mon.smithi022 (mon.0) 64 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi117"}]': finished 2024-02-16T20:40:45.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.701781+0000 mon.smithi022 (mon.0) 65 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-16T20:40:46.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:44.686738+0000 mgr.smithi022.hdvvsq (mgr.14714) 55 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-16T20:40:46.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:44.701925+0000 mgr.smithi022.hdvvsq (mgr.14714) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-16T20:40:46.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:44.702665+0000 mgr.smithi022.hdvvsq (mgr.14714) 57 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-16T20:40:46.243 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:44.686738+0000 mgr.smithi022.hdvvsq (mgr.14714) 55 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-16T20:40:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:44.701925+0000 mgr.smithi022.hdvvsq (mgr.14714) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-16T20:40:46.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:44.702665+0000 mgr.smithi022.hdvvsq (mgr.14714) 57 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-16T20:40:47.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:45.412705+0000 mgr.smithi022.hdvvsq (mgr.14714) 58 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:46.227729+0000 mon.smithi022 (mon.0) 66 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:46.229482+0000 mon.smithi022 (mon.0) 67 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-16T20:40:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:46.230181+0000 mon.smithi022 (mon.0) 68 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:47.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:45.412705+0000 mgr.smithi022.hdvvsq (mgr.14714) 58 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:47.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:46.227729+0000 mon.smithi022 (mon.0) 66 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:47.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:46.229482+0000 mon.smithi022 (mon.0) 67 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-16T20:40:47.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:46.230181+0000 mon.smithi022 (mon.0) 68 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:40:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:46.222946+0000 mgr.smithi022.hdvvsq (mgr.14714) 59 : cephadm [INF] Upgrade: Updating osd.0 2024-02-16T20:40:48.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:40:46.231873+0000 mgr.smithi022.hdvvsq (mgr.14714) 60 : cephadm [INF] Deploying daemon osd.0 on smithi022 2024-02-16T20:40:48.429 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:46.222946+0000 mgr.smithi022.hdvvsq (mgr.14714) 59 : cephadm [INF] Upgrade: Updating osd.0 2024-02-16T20:40:48.429 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:40:46.231873+0000 mgr.smithi022.hdvvsq (mgr.14714) 60 : cephadm [INF] Deploying daemon osd.0 on smithi022 2024-02-16T20:40:49.322 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:47.413549+0000 mgr.smithi022.hdvvsq (mgr.14714) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:49.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:47.413549+0000 mgr.smithi022.hdvvsq (mgr.14714) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:40:49.723 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:49 smithi022 systemd[1]: Stopping Ceph osd.0 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:40:49.724 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0[44862]: debug 2024-02-16T20:40:49.436+0000 7f9b5ac97700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:40:49.724 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0[44862]: debug 2024-02-16T20:40:49.436+0000 7f9b5ac97700 -1 osd.0 71 *** Got signal Terminated *** 2024-02-16T20:40:49.724 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0[44862]: debug 2024-02-16T20:40:49.436+0000 7f9b5ac97700 -1 osd.0 71 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:40:50.099 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:50 smithi022 bash[79854]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0 2024-02-16T20:40:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.714839+0000 mon.smithi022 (mon.0) 69 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.714868+0000 mon.smithi022 (mon.0) 70 : cluster [INF] osd.0 failed (root=default,host=smithi022) (connection refused reported by osd.3) 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.714997+0000 mon.smithi022 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715071+0000 mon.smithi022 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715157+0000 mon.smithi022 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715232+0000 mon.smithi022 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715301+0000 mon.smithi022 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715404+0000 mon.smithi022 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715498+0000 mon.smithi022 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715613+0000 mon.smithi022 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715692+0000 mon.smithi022 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715736+0000 mon.smithi022 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-16T20:40:50.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715832+0000 mon.smithi022 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-16T20:40:50.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715903+0000 mon.smithi022 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-16T20:40:50.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.715970+0000 mon.smithi022 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.714839+0000 mon.smithi022 (mon.0) 69 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.714868+0000 mon.smithi022 (mon.0) 70 : cluster [INF] osd.0 failed (root=default,host=smithi022) (connection refused reported by osd.3) 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.714997+0000 mon.smithi022 (mon.0) 71 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715071+0000 mon.smithi022 (mon.0) 72 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715157+0000 mon.smithi022 (mon.0) 73 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715232+0000 mon.smithi022 (mon.0) 74 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-16T20:40:50.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715301+0000 mon.smithi022 (mon.0) 75 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715404+0000 mon.smithi022 (mon.0) 76 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715498+0000 mon.smithi022 (mon.0) 77 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715613+0000 mon.smithi022 (mon.0) 78 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715692+0000 mon.smithi022 (mon.0) 79 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715736+0000 mon.smithi022 (mon.0) 80 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715832+0000 mon.smithi022 (mon.0) 81 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715903+0000 mon.smithi022 (mon.0) 82 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-16T20:40:50.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.715970+0000 mon.smithi022 (mon.0) 83 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-16T20:40:50.723 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:50 smithi022 bash[79909]: Error: no container with ID 896f28b02194842874a1d6cb045b4a32bd9cd693d7480e3a42a975b933a0d608 found in database: no such container 2024-02-16T20:40:51.279 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:49.414018+0000 mgr.smithi022.hdvvsq (mgr.14714) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:50.050225+0000 mon.smithi022 (mon.0) 84 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:40:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:50.057585+0000 mon.smithi022 (mon.0) 85 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-16T20:40:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:50.058020+0000 mon.smithi022 (mon.0) 86 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:40:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:50.058795+0000 mon.smithi022 (mon.0) 87 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:40:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:49.414018+0000 mgr.smithi022.hdvvsq (mgr.14714) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:40:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:50.050225+0000 mon.smithi022 (mon.0) 84 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:40:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:50.057585+0000 mon.smithi022 (mon.0) 85 : cluster [DBG] osdmap e72: 8 total, 7 up, 8 in 2024-02-16T20:40:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:50.058020+0000 mon.smithi022 (mon.0) 86 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:40:51.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:50.058795+0000 mon.smithi022 (mon.0) 87 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-16T20:40:52.129 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:51.060181+0000 mon.smithi022 (mon.0) 88 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-16T20:40:52.129 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:51.060350+0000 mon.smithi022 (mon.0) 89 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-16T20:40:52.129 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:51.414769+0000 mgr.smithi022.hdvvsq (mgr.14714) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:52.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:51.060181+0000 mon.smithi022 (mon.0) 88 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-16T20:40:52.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:51.060350+0000 mon.smithi022 (mon.0) 89 : cluster [DBG] osdmap e73: 8 total, 7 up, 8 in 2024-02-16T20:40:52.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:51.414769+0000 mgr.smithi022.hdvvsq (mgr.14714) 63 : cluster [DBG] pgmap v38: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:52.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:52 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.0.service: Succeeded. 2024-02-16T20:40:52.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:52 smithi022 systemd[1]: Stopped Ceph osd.0 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:40:52.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:52 smithi022 systemd[1]: Starting Ceph osd.0 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:40:53.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:52.058767+0000 mon.smithi022 (mon.0) 90 : cluster [WRN] Health check failed: Degraded data redundancy: 177/1377 objects degraded (12.854%), 29 pgs degraded (PG_DEGRADED) 2024-02-16T20:40:53.467 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:52.058767+0000 mon.smithi022 (mon.0) 90 : cluster [WRN] Health check failed: Degraded data redundancy: 177/1377 objects degraded (12.854%), 29 pgs degraded (PG_DEGRADED) 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: 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-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-16T20:40:53.468 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:53 smithi022 bash[80188]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-16T20:40:54.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:53.415205+0000 mgr.smithi022.hdvvsq (mgr.14714) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:54.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:40:54.286+0000 7f5b7f560700 1 -- 172.21.15.22:0/1269743099 <== mon.0 v2:172.21.15.22:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556cf0dfe680 con 0x556cf0dc5000 2024-02-16T20:40:54.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:54 smithi022 bash[80441]: f4330335be0fcc572a76fbc2ef65e818d8c50748bae2ea1cb9e17e8e5e3f39d6 2024-02-16T20:40:54.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:54 smithi022 systemd[1]: Started Ceph osd.0 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:40:54.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:53.415205+0000 mgr.smithi022.hdvvsq (mgr.14714) 64 : cluster [DBG] pgmap v39: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:55.224 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:40:54.805+0000 7f5b86fee380 -1 Falling back to public interface 2024-02-16T20:40:55.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:54.409495+0000 mon.smithi022 (mon.0) 91 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:55.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:54.410321+0000 mon.smithi022 (mon.0) 92 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:55.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:54.409495+0000 mon.smithi022 (mon.0) 91 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:40:55.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:54.410321+0000 mon.smithi022 (mon.0) 92 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:40:56.315 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:40:56.699 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:55.415610+0000 mgr.smithi022.hdvvsq (mgr.14714) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:56.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:55.415610+0000 mgr.smithi022.hdvvsq (mgr.14714) 65 : cluster [DBG] pgmap v40: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:57.416277+0000 mgr.smithi022.hdvvsq (mgr.14714) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:58.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:57.416277+0000 mgr.smithi022.hdvvsq (mgr.14714) 66 : cluster [DBG] pgmap v41: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:40:59.223 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:40:58.883+0000 7f5b86fee380 -1 osd.0 71 log_to_monitors {default=true} 2024-02-16T20:40:59.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:40:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:58.888588+0000 mon.smithi022 (mon.0) 93 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-16T20:40:59.874 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:40:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:58.888588+0000 mon.smithi022 (mon.0) 93 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-16T20:40:59.875 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:40:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:40:59.485+0000 7f5b77cd4700 -1 osd.0 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:41:00.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:59.416850+0000 mgr.smithi022.hdvvsq (mgr.14714) 67 : cluster [DBG] pgmap v42: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 218 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:41:00.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:59.476248+0000 mon.smithi022 (mon.0) 94 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-16T20:41:00.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:40:59.476317+0000 mon.smithi022 (mon.0) 95 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-16T20:41:00.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:40:59.477148+0000 mon.smithi022 (mon.0) 96 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:41:00.921 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:59.416850+0000 mgr.smithi022.hdvvsq (mgr.14714) 67 : cluster [DBG] pgmap v42: 129 pgs: 29 active+undersized+degraded, 20 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 218 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:41:00.921 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:59.476248+0000 mon.smithi022 (mon.0) 94 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-16T20:41:00.921 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:40:59.476317+0000 mon.smithi022 (mon.0) 95 : cluster [DBG] osdmap e74: 8 total, 7 up, 8 in 2024-02-16T20:41:00.921 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:40:59.477148+0000 mon.smithi022 (mon.0) 96 : audit [INF] from='osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:41:01.363 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:00.474421+0000 mon.smithi022 (mon.0) 97 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:00.478333+0000 mon.smithi022 (mon.0) 98 : cluster [INF] osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956] boot 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:00.478401+0000 mon.smithi022 (mon.0) 99 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:00.479324+0000 mon.smithi022 (mon.0) 100 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:00.580226+0000 mon.smithi022 (mon.0) 101 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.354599+0000 mon.smithi022 (mon.0) 102 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:01.479227+0000 mon.smithi022 (mon.0) 103 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-16T20:41:01.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:00.474421+0000 mon.smithi022 (mon.0) 97 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:41:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:00.478333+0000 mon.smithi022 (mon.0) 98 : cluster [INF] osd.0 [v2:172.21.15.22:6802/3964985956,v1:172.21.15.22:6803/3964985956] boot 2024-02-16T20:41:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:00.478401+0000 mon.smithi022 (mon.0) 99 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-02-16T20:41:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:00.479324+0000 mon.smithi022 (mon.0) 100 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-16T20:41:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:00.580226+0000 mon.smithi022 (mon.0) 101 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.354599+0000 mon.smithi022 (mon.0) 102 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:01.479227+0000 mon.smithi022 (mon.0) 103 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:01.417393+0000 mgr.smithi022.hdvvsq (mgr.14714) 68 : cluster [DBG] pgmap v45: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 75/1377 objects degraded (5.447%) 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.722754+0000 mon.smithi022 (mon.0) 104 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.723432+0000 mon.smithi022 (mon.0) 105 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.727296+0000 mon.smithi022 (mon.0) 106 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.731924+0000 mon.smithi022 (mon.0) 107 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.734663+0000 mon.smithi022 (mon.0) 108 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.736545+0000 mon.smithi022 (mon.0) 109 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.737661+0000 mon.smithi022 (mon.0) 110 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.738691+0000 mon.smithi022 (mon.0) 111 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.739733+0000 mon.smithi022 (mon.0) 112 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:01.739854+0000 mgr.smithi022.hdvvsq (mgr.14714) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:02.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:01.740469+0000 mgr.smithi022.hdvvsq (mgr.14714) 70 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-16T20:41:02.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:02.352766+0000 mon.smithi022 (mon.0) 113 : cluster [WRN] Health check update: Degraded data redundancy: 75/1377 objects degraded (5.447%), 9 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:01.417393+0000 mgr.smithi022.hdvvsq (mgr.14714) 68 : cluster [DBG] pgmap v45: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 75/1377 objects degraded (5.447%) 2024-02-16T20:41:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.722754+0000 mon.smithi022 (mon.0) 104 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.723432+0000 mon.smithi022 (mon.0) 105 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:41:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.727296+0000 mon.smithi022 (mon.0) 106 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.731924+0000 mon.smithi022 (mon.0) 107 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.734663+0000 mon.smithi022 (mon.0) 108 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.736545+0000 mon.smithi022 (mon.0) 109 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.737661+0000 mon.smithi022 (mon.0) 110 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.738691+0000 mon.smithi022 (mon.0) 111 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.739733+0000 mon.smithi022 (mon.0) 112 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:01.739854+0000 mgr.smithi022.hdvvsq (mgr.14714) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:01.740469+0000 mgr.smithi022.hdvvsq (mgr.14714) 70 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-16T20:41:02.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:02.352766+0000 mon.smithi022 (mon.0) 113 : cluster [WRN] Health check update: Degraded data redundancy: 75/1377 objects degraded (5.447%), 9 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:04.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:03.417945+0000 mgr.smithi022.hdvvsq (mgr.14714) 71 : cluster [DBG] pgmap v47: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 75/1377 objects degraded (5.447%) 2024-02-16T20:41:04.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:03.417945+0000 mgr.smithi022.hdvvsq (mgr.14714) 71 : cluster [DBG] pgmap v47: 129 pgs: 33 peering, 9 active+undersized+degraded, 7 active+undersized, 80 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 75/1377 objects degraded (5.447%) 2024-02-16T20:41:05.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:05.469282+0000 mon.smithi022 (mon.0) 114 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/1377 objects degraded (5.447%), 9 pgs degraded) 2024-02-16T20:41:05.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:05.469320+0000 mon.smithi022 (mon.0) 115 : cluster [INF] Cluster is now healthy 2024-02-16T20:41:05.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:05.469282+0000 mon.smithi022 (mon.0) 114 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 75/1377 objects degraded (5.447%), 9 pgs degraded) 2024-02-16T20:41:05.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:05.469320+0000 mon.smithi022 (mon.0) 115 : cluster [INF] Cluster is now healthy 2024-02-16T20:41:06.400 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:06.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:05.418428+0000 mgr.smithi022.hdvvsq (mgr.14714) 72 : cluster [DBG] pgmap v48: 129 pgs: 33 peering, 96 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-16T20:41:06.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:05.418428+0000 mgr.smithi022.hdvvsq (mgr.14714) 72 : cluster [DBG] pgmap v48: 129 pgs: 33 peering, 96 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-16T20:41:08.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:07.419280+0000 mgr.smithi022.hdvvsq (mgr.14714) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 257 B/s rd, 257 B/s wr, 0 op/s 2024-02-16T20:41:08.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:07.419280+0000 mgr.smithi022.hdvvsq (mgr.14714) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 257 B/s rd, 257 B/s wr, 0 op/s 2024-02-16T20:41:10.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:09.419879+0000 mgr.smithi022.hdvvsq (mgr.14714) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s 2024-02-16T20:41:10.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:09.419879+0000 mgr.smithi022.hdvvsq (mgr.14714) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s 2024-02-16T20:41:11.435 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:12.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:11.420662+0000 mgr.smithi022.hdvvsq (mgr.14714) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:41:12.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:11.420662+0000 mgr.smithi022.hdvvsq (mgr.14714) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:41:14.129 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:41:14.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:13.421184+0000 mgr.smithi022.hdvvsq (mgr.14714) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-02-16T20:41:14.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:13.421184+0000 mgr.smithi022.hdvvsq (mgr.14714) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (8m) 13s ago 10m 21.1M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (42s) 13s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (37s) 32s ago 9m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (8m) 13s ago 10m 33.5M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (4m) 13s ago 4m 38.4M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (4m) 32s ago 4m 12.9M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:41:14.729 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (98s) 13s ago 11m 432M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (77s) 32s ago 9m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (66s) 13s ago 11m 40.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (53s) 32s ago 9m 28.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (2m) 13s ago 2m 79.7M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (2m) 32s ago 2m 47.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (9m) 13s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (9m) 32s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (20s) 13s ago 8m 13.4M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (8m) 13s ago 8m 286M 1945M 16.2.5 6933c2a0b7dd 07631354bc64 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (7m) 13s ago 7m 259M 1945M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (7m) 13s ago 7m 338M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (7m) 32s ago 7m 356M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (6m) 32s ago 6m 379M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:41:14.730 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (6m) 32s ago 6m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:41:14.731 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (6m) 32s ago 6m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:41:14.731 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (102s) 13s ago 9m 48.2M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-16T20:41:15.084 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:41:15.085 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:41:15.394 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:41:15.394 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:41:15.394 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:41:15.394 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:41:15.394 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:41:15.394 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "7/23 daemons upgraded", 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:41:15.395 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:41:15.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:14.115529+0000 mgr.smithi022.hdvvsq (mgr.14714) 77 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:15.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:14.423825+0000 mgr.smithi022.hdvvsq (mgr.14714) 78 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:15.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:14.719513+0000 mgr.smithi022.hdvvsq (mgr.14714) 79 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:15.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:15.083775+0000 mon.smithi022 (mon.0) 116 : audit [DBG] from='client.? 172.21.15.22:0/1995170457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:15.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:14.115529+0000 mgr.smithi022.hdvvsq (mgr.14714) 77 : audit [DBG] from='client.34144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:15.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:14.423825+0000 mgr.smithi022.hdvvsq (mgr.14714) 78 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:15.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:14.719513+0000 mgr.smithi022.hdvvsq (mgr.14714) 79 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:15.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:15.083775+0000 mon.smithi022 (mon.0) 116 : audit [DBG] from='client.? 172.21.15.22:0/1995170457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:16.483 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:15.393838+0000 mgr.smithi022.hdvvsq (mgr.14714) 80 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:15.421844+0000 mgr.smithi022.hdvvsq (mgr.14714) 81 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:15.580874+0000 mon.smithi022 (mon.0) 117 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:15.627508+0000 mon.smithi022 (mon.0) 118 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:16.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:15.393838+0000 mgr.smithi022.hdvvsq (mgr.14714) 80 : audit [DBG] from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:15.421844+0000 mgr.smithi022.hdvvsq (mgr.14714) 81 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:15.580874+0000 mon.smithi022 (mon.0) 117 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:15.627508+0000 mon.smithi022 (mon.0) 118 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:17.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:16.740968+0000 mon.smithi022 (mon.0) 119 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:17.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:16.741218+0000 mgr.smithi022.hdvvsq (mgr.14714) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:17.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:16.742381+0000 mgr.smithi022.hdvvsq (mgr.14714) 83 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-16T20:41:17.878 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:16.740968+0000 mon.smithi022 (mon.0) 119 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:17.878 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:16.741218+0000 mgr.smithi022.hdvvsq (mgr.14714) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-16T20:41:17.878 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:16.742381+0000 mgr.smithi022.hdvvsq (mgr.14714) 83 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-02-16T20:41:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:17.422347+0000 mgr.smithi022.hdvvsq (mgr.14714) 84 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-16T20:41:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:17.592279+0000 mon.smithi022 (mon.0) 120 : cluster [DBG] mgrmap e35: smithi022.hdvvsq(active, since 93s), standbys: smithi117.kdrhet 2024-02-16T20:41:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:18.290685+0000 mon.smithi022 (mon.0) 121 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:18.291330+0000 mon.smithi022 (mon.0) 122 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-16T20:41:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:18.291882+0000 mon.smithi022 (mon.0) 123 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:17.422347+0000 mgr.smithi022.hdvvsq (mgr.14714) 84 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-02-16T20:41:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:17.592279+0000 mon.smithi022 (mon.0) 120 : cluster [DBG] mgrmap e35: smithi022.hdvvsq(active, since 93s), standbys: smithi117.kdrhet 2024-02-16T20:41:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:18.290685+0000 mon.smithi022 (mon.0) 121 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:18.291330+0000 mon.smithi022 (mon.0) 122 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-16T20:41:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:18.291882+0000 mon.smithi022 (mon.0) 123 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:19.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:18.286503+0000 mgr.smithi022.hdvvsq (mgr.14714) 85 : cephadm [INF] Upgrade: Updating osd.1 2024-02-16T20:41:19.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:18.292966+0000 mgr.smithi022.hdvvsq (mgr.14714) 86 : cephadm [INF] Deploying daemon osd.1 on smithi022 2024-02-16T20:41:19.925 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:18.286503+0000 mgr.smithi022.hdvvsq (mgr.14714) 85 : cephadm [INF] Upgrade: Updating osd.1 2024-02-16T20:41:19.925 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:18.292966+0000 mgr.smithi022.hdvvsq (mgr.14714) 86 : cephadm [INF] Deploying daemon osd.1 on smithi022 2024-02-16T20:41:20.926 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:19.422703+0000 mgr.smithi022.hdvvsq (mgr.14714) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-16T20:41:21.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:19.422703+0000 mgr.smithi022.hdvvsq (mgr.14714) 87 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-16T20:41:21.520 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:21.619 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:21 smithi022 systemd[1]: Stopping Ceph osd.1 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:41:21.954 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1[47891]: debug 2024-02-16T20:41:21.617+0000 7f52582c5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:41:21.954 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1[47891]: debug 2024-02-16T20:41:21.617+0000 7f52582c5700 -1 osd.1 76 *** Got signal Terminated *** 2024-02-16T20:41:21.955 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1[47891]: debug 2024-02-16T20:41:21.617+0000 7f52582c5700 -1 osd.1 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:41:22.224 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:22 smithi022 bash[82341]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1 2024-02-16T20:41:22.579 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:22 smithi022 bash[82413]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.423218+0000 mgr.smithi022.hdvvsq (mgr.14714) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.872828+0000 mon.smithi022 (mon.0) 124 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.872858+0000 mon.smithi022 (mon.0) 125 : cluster [INF] osd.1 failed (root=default,host=smithi022) (connection refused reported by osd.7) 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.872987+0000 mon.smithi022 (mon.0) 126 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873058+0000 mon.smithi022 (mon.0) 127 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873134+0000 mon.smithi022 (mon.0) 128 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873202+0000 mon.smithi022 (mon.0) 129 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873274+0000 mon.smithi022 (mon.0) 130 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873344+0000 mon.smithi022 (mon.0) 131 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873412+0000 mon.smithi022 (mon.0) 132 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873496+0000 mon.smithi022 (mon.0) 133 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873569+0000 mon.smithi022 (mon.0) 134 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873640+0000 mon.smithi022 (mon.0) 135 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873713+0000 mon.smithi022 (mon.0) 136 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873791+0000 mon.smithi022 (mon.0) 137 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:21.873859+0000 mon.smithi022 (mon.0) 138 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.273648+0000 mon.smithi022 (mon.0) 139 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.273756+0000 mon.smithi022 (mon.0) 140 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.273923+0000 mon.smithi022 (mon.0) 141 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274002+0000 mon.smithi022 (mon.0) 142 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274088+0000 mon.smithi022 (mon.0) 143 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274160+0000 mon.smithi022 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274232+0000 mon.smithi022 (mon.0) 145 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274303+0000 mon.smithi022 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274374+0000 mon.smithi022 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274415+0000 mon.smithi022 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274528+0000 mon.smithi022 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274604+0000 mon.smithi022 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274674+0000 mon.smithi022 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:22.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.274748+0000 mon.smithi022 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.423218+0000 mgr.smithi022.hdvvsq (mgr.14714) 88 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.872828+0000 mon.smithi022 (mon.0) 124 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.872858+0000 mon.smithi022 (mon.0) 125 : cluster [INF] osd.1 failed (root=default,host=smithi022) (connection refused reported by osd.7) 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.872987+0000 mon.smithi022 (mon.0) 126 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873058+0000 mon.smithi022 (mon.0) 127 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873134+0000 mon.smithi022 (mon.0) 128 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873202+0000 mon.smithi022 (mon.0) 129 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873274+0000 mon.smithi022 (mon.0) 130 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873344+0000 mon.smithi022 (mon.0) 131 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873412+0000 mon.smithi022 (mon.0) 132 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873496+0000 mon.smithi022 (mon.0) 133 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873569+0000 mon.smithi022 (mon.0) 134 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873640+0000 mon.smithi022 (mon.0) 135 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873713+0000 mon.smithi022 (mon.0) 136 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873791+0000 mon.smithi022 (mon.0) 137 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:21.873859+0000 mon.smithi022 (mon.0) 138 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.273648+0000 mon.smithi022 (mon.0) 139 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.273756+0000 mon.smithi022 (mon.0) 140 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.273923+0000 mon.smithi022 (mon.0) 141 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274002+0000 mon.smithi022 (mon.0) 142 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274088+0000 mon.smithi022 (mon.0) 143 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274160+0000 mon.smithi022 (mon.0) 144 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274232+0000 mon.smithi022 (mon.0) 145 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274303+0000 mon.smithi022 (mon.0) 146 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274374+0000 mon.smithi022 (mon.0) 147 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274415+0000 mon.smithi022 (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-02-16T20:41:23.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274528+0000 mon.smithi022 (mon.0) 149 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-02-16T20:41:23.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274604+0000 mon.smithi022 (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-02-16T20:41:23.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274674+0000 mon.smithi022 (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-02-16T20:41:23.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.274748+0000 mon.smithi022 (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-02-16T20:41:23.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.595496+0000 mon.smithi022 (mon.0) 153 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:41:23.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:22.603166+0000 mon.smithi022 (mon.0) 154 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-16T20:41:24.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.595496+0000 mon.smithi022 (mon.0) 153 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:41:24.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:22.603166+0000 mon.smithi022 (mon.0) 154 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-02-16T20:41:24.474 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.1.service: Succeeded. 2024-02-16T20:41:24.474 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 systemd[1]: Stopped Ceph osd.1 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:41:24.474 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 systemd[1]: Starting Ceph osd.1 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:41:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:23.423651+0000 mgr.smithi022.hdvvsq (mgr.14714) 89 : cluster [DBG] pgmap v58: 129 pgs: 17 stale+active+clean, 112 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 409 B/s wr, 0 op/s 2024-02-16T20:41:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:23.603840+0000 mon.smithi022 (mon.0) 155 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-16T20:41:25.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:23.423651+0000 mgr.smithi022.hdvvsq (mgr.14714) 89 : cluster [DBG] pgmap v58: 129 pgs: 17 stale+active+clean, 112 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 409 B/s wr, 0 op/s 2024-02-16T20:41:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:23.603840+0000 mon.smithi022 (mon.0) 155 : cluster [DBG] osdmap e78: 8 total, 7 up, 8 in 2024-02-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: 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-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-16T20:41:25.337 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-16T20:41:25.338 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:24 smithi022 bash[82674]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-16T20:41:25.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:25.603327+0000 mon.smithi022 (mon.0) 156 : cluster [WRN] Health check failed: Degraded data redundancy: 16/1377 objects degraded (1.162%), 3 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:26.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:25.603327+0000 mon.smithi022 (mon.0) 156 : cluster [WRN] Health check failed: Degraded data redundancy: 16/1377 objects degraded (1.162%), 3 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:26.560 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:26.657 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:41:26.224+0000 7f9069aa8700 1 -- 172.21.15.22:0/2996033369 <== mon.0 v2:172.21.15.22:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55dc03456680 con 0x55dc0341d400 2024-02-16T20:41:26.657 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:26 smithi022 bash[82931]: ed19ed9d4ca7e61d27044d7c7c80c7a84ac137bdc60c305a9b8c18b841a08180 2024-02-16T20:41:26.657 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:26 smithi022 systemd[1]: Started Ceph osd.1 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:41:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:25.424046+0000 mgr.smithi022.hdvvsq (mgr.14714) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 108 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 16/1377 objects degraded (1.162%) 2024-02-16T20:41:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:26.380126+0000 mon.smithi022 (mon.0) 157 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:26.380929+0000 mon.smithi022 (mon.0) 158 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:26.973 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:41:26.746+0000 7f9071536380 -1 Falling back to public interface 2024-02-16T20:41:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:25.424046+0000 mgr.smithi022.hdvvsq (mgr.14714) 90 : cluster [DBG] pgmap v60: 129 pgs: 3 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 108 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 16/1377 objects degraded (1.162%) 2024-02-16T20:41:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:26.380126+0000 mon.smithi022 (mon.0) 157 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:26.380929+0000 mon.smithi022 (mon.0) 158 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:28.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:27.424938+0000 mgr.smithi022.hdvvsq (mgr.14714) 91 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:29.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:27.424938+0000 mgr.smithi022.hdvvsq (mgr.14714) 91 : cluster [DBG] pgmap v61: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:30.973 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:41:30.714+0000 7f9071536380 -1 osd.1 76 log_to_monitors {default=true} 2024-02-16T20:41:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:29.425508+0000 mgr.smithi022.hdvvsq (mgr.14714) 92 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:30.580890+0000 mon.smithi022 (mon.0) 159 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:31.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:29.425508+0000 mgr.smithi022.hdvvsq (mgr.14714) 92 : cluster [DBG] pgmap v62: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:31.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:30.580890+0000 mon.smithi022 (mon.0) 159 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:31.602 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:31.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:30.719272+0000 mon.smithi022 (mon.0) 160 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-16T20:41:31.974 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:41:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:41:31.674+0000 7f9064220700 -1 osd.1 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:41:32.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:30.719272+0000 mon.smithi022 (mon.0) 160 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-16T20:41:32.676 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:31.426346+0000 mgr.smithi022.hdvvsq (mgr.14714) 93 : cluster [DBG] pgmap v63: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 232 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:32.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:31.668169+0000 mon.smithi022 (mon.0) 161 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-16T20:41:32.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:31.668214+0000 mon.smithi022 (mon.0) 162 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-16T20:41:32.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:31.668621+0000 mon.smithi022 (mon.0) 163 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:41:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:31.426346+0000 mgr.smithi022.hdvvsq (mgr.14714) 93 : cluster [DBG] pgmap v63: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 232 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:31.668169+0000 mon.smithi022 (mon.0) 161 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-16T20:41:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:31.668214+0000 mon.smithi022 (mon.0) 162 : cluster [DBG] osdmap e79: 8 total, 7 up, 8 in 2024-02-16T20:41:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:31.668621+0000 mon.smithi022 (mon.0) 163 : audit [INF] from='osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:41:33.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:32.667023+0000 mon.smithi022 (mon.0) 164 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:41:33.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:32.670700+0000 mon.smithi022 (mon.0) 165 : cluster [INF] osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019] boot 2024-02-16T20:41:33.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:32.670754+0000 mon.smithi022 (mon.0) 166 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-16T20:41:33.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:32.671336+0000 mon.smithi022 (mon.0) 167 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:41:33.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:33.177286+0000 mon.smithi022 (mon.0) 168 : cluster [WRN] Health check update: Degraded data redundancy: 154/1377 objects degraded (11.184%), 27 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:32.667023+0000 mon.smithi022 (mon.0) 164 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:41:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:32.670700+0000 mon.smithi022 (mon.0) 165 : cluster [INF] osd.1 [v2:172.21.15.22:6810/1243619019,v1:172.21.15.22:6811/1243619019] boot 2024-02-16T20:41:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:32.670754+0000 mon.smithi022 (mon.0) 166 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-02-16T20:41:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:32.671336+0000 mon.smithi022 (mon.0) 167 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-16T20:41:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:33.177286+0000 mon.smithi022 (mon.0) 168 : cluster [WRN] Health check update: Degraded data redundancy: 154/1377 objects degraded (11.184%), 27 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:33.426839+0000 mgr.smithi022.hdvvsq (mgr.14714) 94 : cluster [DBG] pgmap v66: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:33.679130+0000 mon.smithi022 (mon.0) 169 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.711546+0000 mon.smithi022 (mon.0) 170 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.712986+0000 mon.smithi022 (mon.0) 171 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.714010+0000 mon.smithi022 (mon.0) 172 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.719549+0000 mon.smithi022 (mon.0) 173 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.727701+0000 mon.smithi022 (mon.0) 174 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.732083+0000 mon.smithi022 (mon.0) 175 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:34.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.735187+0000 mon.smithi022 (mon.0) 176 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:34.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.736705+0000 mon.smithi022 (mon.0) 177 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:34.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.738921+0000 mon.smithi022 (mon.0) 178 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:34.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.740653+0000 mon.smithi022 (mon.0) 179 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:34.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:33.740923+0000 mgr.smithi022.hdvvsq (mgr.14714) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:34.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:33.741999+0000 mgr.smithi022.hdvvsq (mgr.14714) 96 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:33.426839+0000 mgr.smithi022.hdvvsq (mgr.14714) 94 : cluster [DBG] pgmap v66: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:33.679130+0000 mon.smithi022 (mon.0) 169 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.711546+0000 mon.smithi022 (mon.0) 170 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.712986+0000 mon.smithi022 (mon.0) 171 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.714010+0000 mon.smithi022 (mon.0) 172 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.719549+0000 mon.smithi022 (mon.0) 173 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.727701+0000 mon.smithi022 (mon.0) 174 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.732083+0000 mon.smithi022 (mon.0) 175 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.735187+0000 mon.smithi022 (mon.0) 176 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.736705+0000 mon.smithi022 (mon.0) 177 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.738921+0000 mon.smithi022 (mon.0) 178 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:35.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.740653+0000 mon.smithi022 (mon.0) 179 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:35.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:33.740923+0000 mgr.smithi022.hdvvsq (mgr.14714) 95 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:35.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:33.741999+0000 mgr.smithi022.hdvvsq (mgr.14714) 96 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-02-16T20:41:36.643 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:36.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:35.427784+0000 mgr.smithi022.hdvvsq (mgr.14714) 97 : cluster [DBG] pgmap v68: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 142/1377 objects degraded (10.312%) 2024-02-16T20:41:36.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:35.642495+0000 mon.smithi022 (mon.0) 180 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:36.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:35.427784+0000 mgr.smithi022.hdvvsq (mgr.14714) 97 : cluster [DBG] pgmap v68: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 142/1377 objects degraded (10.312%) 2024-02-16T20:41:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:35.642495+0000 mon.smithi022 (mon.0) 180 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:37.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:37.641821+0000 mon.smithi022 (mon.0) 181 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 142/1377 objects degraded (10.312%), 25 pgs degraded) 2024-02-16T20:41:37.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:37.641881+0000 mon.smithi022 (mon.0) 182 : cluster [INF] Cluster is now healthy 2024-02-16T20:41:38.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:37.641821+0000 mon.smithi022 (mon.0) 181 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 142/1377 objects degraded (10.312%), 25 pgs degraded) 2024-02-16T20:41:38.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:37.641881+0000 mon.smithi022 (mon.0) 182 : cluster [INF] Cluster is now healthy 2024-02-16T20:41:38.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:37.428412+0000 mgr.smithi022.hdvvsq (mgr.14714) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:39.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:37.428412+0000 mgr.smithi022.hdvvsq (mgr.14714) 98 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:40.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:39.429043+0000 mgr.smithi022.hdvvsq (mgr.14714) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 263 B/s rd, 131 B/s wr, 0 op/s 2024-02-16T20:41:41.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:39.429043+0000 mgr.smithi022.hdvvsq (mgr.14714) 99 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 263 B/s rd, 131 B/s wr, 0 op/s 2024-02-16T20:41:41.676 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:42.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:41.429809+0000 mgr.smithi022.hdvvsq (mgr.14714) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s 2024-02-16T20:41:43.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:41.429809+0000 mgr.smithi022.hdvvsq (mgr.14714) 100 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s 2024-02-16T20:41:44.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:43.430368+0000 mgr.smithi022.hdvvsq (mgr.14714) 101 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:41:44.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:43.430368+0000 mgr.smithi022.hdvvsq (mgr.14714) 101 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:41:45.728 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (9m) 12s ago 10m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (74s) 12s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (69s) 64s ago 9m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (9m) 12s ago 10m 33.2M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (5m) 12s ago 5m 38.5M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (5m) 64s ago 5m 12.9M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (2m) 12s ago 12m 434M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:41:46.324 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (108s) 64s ago 9m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (98s) 12s ago 12m 44.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (85s) 64s ago 9m 28.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (2m) 12s ago 2m 79.9M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (2m) 64s ago 2m 47.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (10m) 12s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (9m) 64s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (52s) 12s ago 9m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (20s) 12s ago 8m 10.9M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (8m) 12s ago 8m 260M 1945M 16.2.5 6933c2a0b7dd 92a77725797f 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (8m) 12s ago 8m 338M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (7m) 64s ago 7m 356M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (7m) 64s ago 7m 379M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (7m) 64s ago 7m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (6m) 64s ago 6m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:41:46.325 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (2m) 12s ago 10m 57.7M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:46.680 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2, 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:41:46.681 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:41:46.706 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:45.430850+0000 mgr.smithi022.hdvvsq (mgr.14714) 102 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-02-16T20:41:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:45.581033+0000 mon.smithi022 (mon.0) 183 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:45.653566+0000 mon.smithi022 (mon.0) 184 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:45.714865+0000 mgr.smithi022.hdvvsq (mgr.14714) 103 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:46.018890+0000 mgr.smithi022.hdvvsq (mgr.14714) 104 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:46.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:45.430850+0000 mgr.smithi022.hdvvsq (mgr.14714) 102 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-02-16T20:41:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:45.581033+0000 mon.smithi022 (mon.0) 183 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:45.653566+0000 mon.smithi022 (mon.0) 184 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:45.714865+0000 mgr.smithi022.hdvvsq (mgr.14714) 103 : audit [DBG] from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:46.018890+0000 mgr.smithi022.hdvvsq (mgr.14714) 104 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:41:46.989 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:41:46.990 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:41:46.990 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:41:46.990 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "8/23 daemons upgraded", 2024-02-16T20:41:46.990 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:41:46.990 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:41:46.990 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:41:47.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:46.314519+0000 mgr.smithi022.hdvvsq (mgr.14714) 105 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:47.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:46.679730+0000 mon.smithi022 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.22:0/3623172278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:47.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:47 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:46.988994+0000 mgr.smithi022.hdvvsq (mgr.14714) 106 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:46.314519+0000 mgr.smithi022.hdvvsq (mgr.14714) 105 : audit [DBG] from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:47.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:46.679730+0000 mon.smithi022 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.22:0/3623172278' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:41:47.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:47 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:46.988994+0000 mgr.smithi022.hdvvsq (mgr.14714) 106 : audit [DBG] from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:41:48.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:47.431543+0000 mgr.smithi022.hdvvsq (mgr.14714) 107 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:41:48.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:47.431543+0000 mgr.smithi022.hdvvsq (mgr.14714) 107 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:41:49.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:48.745203+0000 mon.smithi022 (mon.0) 186 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:49.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:48.745443+0000 mgr.smithi022.hdvvsq (mgr.14714) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:49.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:48.746601+0000 mgr.smithi022.hdvvsq (mgr.14714) 109 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-16T20:41:49.895 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:48.745203+0000 mon.smithi022 (mon.0) 186 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:49.895 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:48.745443+0000 mgr.smithi022.hdvvsq (mgr.14714) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-02-16T20:41:49.895 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:48.746601+0000 mgr.smithi022.hdvvsq (mgr.14714) 109 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-02-16T20:41:50.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:49.431859+0000 mgr.smithi022.hdvvsq (mgr.14714) 110 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:50.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:50.309446+0000 mon.smithi022 (mon.0) 187 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:50.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:50.310164+0000 mon.smithi022 (mon.0) 188 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-16T20:41:50.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:50.310730+0000 mon.smithi022 (mon.0) 189 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:49.431859+0000 mgr.smithi022.hdvvsq (mgr.14714) 110 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:50.309446+0000 mon.smithi022 (mon.0) 187 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:50.310164+0000 mon.smithi022 (mon.0) 188 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-16T20:41:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:50.310730+0000 mon.smithi022 (mon.0) 189 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:41:51.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:50.305183+0000 mgr.smithi022.hdvvsq (mgr.14714) 111 : cephadm [INF] Upgrade: Updating osd.2 2024-02-16T20:41:51.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:41:50.311863+0000 mgr.smithi022.hdvvsq (mgr.14714) 112 : cephadm [INF] Deploying daemon osd.2 on smithi022 2024-02-16T20:41:51.750 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:50.305183+0000 mgr.smithi022.hdvvsq (mgr.14714) 111 : cephadm [INF] Upgrade: Updating osd.2 2024-02-16T20:41:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:41:50.311863+0000 mgr.smithi022.hdvvsq (mgr.14714) 112 : cephadm [INF] Deploying daemon osd.2 on smithi022 2024-02-16T20:41:52.817 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:51.432568+0000 mgr.smithi022.hdvvsq (mgr.14714) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:41:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:51.432568+0000 mgr.smithi022.hdvvsq (mgr.14714) 113 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:41:53.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:53 smithi022 systemd[1]: Stopping Ceph osd.2 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:41:53.939 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2[51510]: debug 2024-02-16T20:41:53.568+0000 7f9374eb8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:41:53.939 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2[51510]: debug 2024-02-16T20:41:53.568+0000 7f9374eb8700 -1 osd.2 81 *** Got signal Terminated *** 2024-02-16T20:41:53.939 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2[51510]: debug 2024-02-16T20:41:53.568+0000 7f9374eb8700 -1 osd.2 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:41:54.223 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:54 smithi022 bash[84797]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.433027+0000 mgr.smithi022.hdvvsq (mgr.14714) 114 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.820841+0000 mon.smithi022 (mon.0) 190 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.820870+0000 mon.smithi022 (mon.0) 191 : cluster [INF] osd.2 failed (root=default,host=smithi022) (connection refused reported by osd.6) 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.820992+0000 mon.smithi022 (mon.0) 192 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821035+0000 mon.smithi022 (mon.0) 193 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821138+0000 mon.smithi022 (mon.0) 194 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821181+0000 mon.smithi022 (mon.0) 195 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821280+0000 mon.smithi022 (mon.0) 196 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821320+0000 mon.smithi022 (mon.0) 197 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821420+0000 mon.smithi022 (mon.0) 198 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-16T20:41:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821461+0000 mon.smithi022 (mon.0) 199 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-16T20:41:54.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821579+0000 mon.smithi022 (mon.0) 200 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-16T20:41:54.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821649+0000 mon.smithi022 (mon.0) 201 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-16T20:41:54.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821730+0000 mon.smithi022 (mon.0) 202 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-16T20:41:54.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821770+0000 mon.smithi022 (mon.0) 203 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-16T20:41:54.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:53.821875+0000 mon.smithi022 (mon.0) 204 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.433027+0000 mgr.smithi022.hdvvsq (mgr.14714) 114 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.820841+0000 mon.smithi022 (mon.0) 190 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.820870+0000 mon.smithi022 (mon.0) 191 : cluster [INF] osd.2 failed (root=default,host=smithi022) (connection refused reported by osd.6) 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.820992+0000 mon.smithi022 (mon.0) 192 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821035+0000 mon.smithi022 (mon.0) 193 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821138+0000 mon.smithi022 (mon.0) 194 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821181+0000 mon.smithi022 (mon.0) 195 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821280+0000 mon.smithi022 (mon.0) 196 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821320+0000 mon.smithi022 (mon.0) 197 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-02-16T20:41:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821420+0000 mon.smithi022 (mon.0) 198 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-16T20:41:54.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821461+0000 mon.smithi022 (mon.0) 199 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-02-16T20:41:54.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821579+0000 mon.smithi022 (mon.0) 200 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-02-16T20:41:54.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821649+0000 mon.smithi022 (mon.0) 201 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-02-16T20:41:54.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821730+0000 mon.smithi022 (mon.0) 202 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-02-16T20:41:54.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821770+0000 mon.smithi022 (mon.0) 203 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-02-16T20:41:54.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:53.821875+0000 mon.smithi022 (mon.0) 204 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-02-16T20:41:55.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:54.184404+0000 mon.smithi022 (mon.0) 205 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:41:55.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:54.192077+0000 mon.smithi022 (mon.0) 206 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-16T20:41:55.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:54.184404+0000 mon.smithi022 (mon.0) 205 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:41:55.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:54.192077+0000 mon.smithi022 (mon.0) 206 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-02-16T20:41:56.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:55.193144+0000 mon.smithi022 (mon.0) 207 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-16T20:41:56.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:55.433593+0000 mgr.smithi022.hdvvsq (mgr.14714) 115 : cluster [DBG] pgmap v80: 129 pgs: 5 peering, 10 stale+active+clean, 114 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-16T20:41:56.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:56 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.2.service: Succeeded. 2024-02-16T20:41:56.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:56 smithi022 systemd[1]: Stopped Ceph osd.2 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:41:56.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:56 smithi022 systemd[1]: Starting Ceph osd.2 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:41:56.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:55.193144+0000 mon.smithi022 (mon.0) 207 : cluster [DBG] osdmap e83: 8 total, 7 up, 8 in 2024-02-16T20:41:56.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:55.433593+0000 mgr.smithi022.hdvvsq (mgr.14714) 115 : cluster [DBG] pgmap v80: 129 pgs: 5 peering, 10 stale+active+clean, 114 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-02-16T20:41:56.787 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:41:57.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:41:57.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-16T20:41:57.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: 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-16T20:41:57.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-02-16T20:41:57.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-02-16T20:41:57.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-16T20:41:57.475 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-02-16T20:41:57.475 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:57 smithi022 bash[85098]: --> ceph-volume lvm activate successful for osd ID: 2 2024-02-16T20:41:57.843 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:57.485087+0000 mon.smithi022 (mon.0) 208 : cluster [WRN] Health check failed: Degraded data redundancy: 127/1377 objects degraded (9.223%), 20 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:57.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:57.485087+0000 mon.smithi022 (mon.0) 208 : cluster [WRN] Health check failed: Degraded data redundancy: 127/1377 objects degraded (9.223%), 20 pgs degraded (PG_DEGRADED) 2024-02-16T20:41:58.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:57.434314+0000 mgr.smithi022.hdvvsq (mgr.14714) 116 : cluster [DBG] pgmap v81: 129 pgs: 20 active+undersized+degraded, 5 peering, 11 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 127/1377 objects degraded (9.223%) 2024-02-16T20:41:58.724 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:41:58.431+0000 7f32c1af0700 1 -- 172.21.15.22:0/1567153867 <== mon.0 v2:172.21.15.22:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564b7a246680 con 0x564b7a20d000 2024-02-16T20:41:58.724 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:58 smithi022 bash[85360]: 352bdaeb5fe65058b109c4e9a9aa2b216bcb4ddaf6e8be7dd89be6cd4941e42f 2024-02-16T20:41:58.724 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:58 smithi022 systemd[1]: Started Ceph osd.2 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:41:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:57.434314+0000 mgr.smithi022.hdvvsq (mgr.14714) 116 : cluster [DBG] pgmap v81: 129 pgs: 20 active+undersized+degraded, 5 peering, 11 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 127/1377 objects degraded (9.223%) 2024-02-16T20:41:59.223 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:41:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:41:58.957+0000 7f32c957e380 -1 Falling back to public interface 2024-02-16T20:41:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:58.563041+0000 mon.smithi022 (mon.0) 209 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:58.563784+0000 mon.smithi022 (mon.0) 210 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:59.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:41:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:41:58.804059+0000 mon.smithi022 (mon.0) 211 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:58.563041+0000 mon.smithi022 (mon.0) 209 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:41:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:58.563784+0000 mon.smithi022 (mon.0) 210 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:41:59.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:41:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:41:58.804059+0000 mon.smithi022 (mon.0) 211 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:41:59.434816+0000 mgr.smithi022.hdvvsq (mgr.14714) 117 : cluster [DBG] pgmap v82: 129 pgs: 20 active+undersized+degraded, 5 peering, 11 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 127/1377 objects degraded (9.223%) 2024-02-16T20:42:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:00.581498+0000 mon.smithi022 (mon.0) 212 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:41:59.434816+0000 mgr.smithi022.hdvvsq (mgr.14714) 117 : cluster [DBG] pgmap v82: 129 pgs: 20 active+undersized+degraded, 5 peering, 11 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 127/1377 objects degraded (9.223%) 2024-02-16T20:42:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:00.581498+0000 mon.smithi022 (mon.0) 212 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:01.830 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:03.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:01.435717+0000 mgr.smithi022.hdvvsq (mgr.14714) 118 : cluster [DBG] pgmap v83: 129 pgs: 21 active+undersized+degraded, 15 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 140/1377 objects degraded (10.167%) 2024-02-16T20:42:03.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:01.435717+0000 mgr.smithi022.hdvvsq (mgr.14714) 118 : cluster [DBG] pgmap v83: 129 pgs: 21 active+undersized+degraded, 15 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 140/1377 objects degraded (10.167%) 2024-02-16T20:42:03.183 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:42:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:42:02.951+0000 7f32c957e380 -1 osd.2 81 log_to_monitors {default=true} 2024-02-16T20:42:03.814 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:02.954963+0000 mon.smithi022 (mon.0) 213 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-16T20:42:03.814 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:03.183694+0000 mon.smithi022 (mon.0) 214 : cluster [WRN] Health check update: Degraded data redundancy: 140/1377 objects degraded (10.167%), 21 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:04.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:02.954963+0000 mon.smithi022 (mon.0) 213 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-16T20:42:04.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:03.183694+0000 mon.smithi022 (mon.0) 214 : cluster [WRN] Health check update: Degraded data redundancy: 140/1377 objects degraded (10.167%), 21 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:04.223 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:42:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:42:03.820+0000 7f32ba264700 -1 osd.2 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:42:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:03.436199+0000 mgr.smithi022.hdvvsq (mgr.14714) 119 : cluster [DBG] pgmap v84: 129 pgs: 21 active+undersized+degraded, 15 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 140/1377 objects degraded (10.167%) 2024-02-16T20:42:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:03.812190+0000 mon.smithi022 (mon.0) 215 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-16T20:42:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:03.812232+0000 mon.smithi022 (mon.0) 216 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-16T20:42:05.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:03.812815+0000 mon.smithi022 (mon.0) 217 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:42:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:03.436199+0000 mgr.smithi022.hdvvsq (mgr.14714) 119 : cluster [DBG] pgmap v84: 129 pgs: 21 active+undersized+degraded, 15 active+undersized, 93 active+clean; 312 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 140/1377 objects degraded (10.167%) 2024-02-16T20:42:05.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:03.812190+0000 mon.smithi022 (mon.0) 215 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-16T20:42:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:03.812232+0000 mon.smithi022 (mon.0) 216 : cluster [DBG] osdmap e84: 8 total, 7 up, 8 in 2024-02-16T20:42:05.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:03.812815+0000 mon.smithi022 (mon.0) 217 : audit [INF] from='osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:04.813830+0000 mon.smithi022 (mon.0) 218 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:04.817931+0000 mon.smithi022 (mon.0) 219 : cluster [INF] osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197] boot 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:04.817992+0000 mon.smithi022 (mon.0) 220 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:04.818742+0000 mon.smithi022 (mon.0) 221 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.247741+0000 mon.smithi022 (mon.0) 222 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.545373+0000 mon.smithi022 (mon.0) 223 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.546015+0000 mon.smithi022 (mon.0) 224 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.549886+0000 mon.smithi022 (mon.0) 225 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.555037+0000 mon.smithi022 (mon.0) 226 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.558309+0000 mon.smithi022 (mon.0) 227 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:42:06.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.560531+0000 mon.smithi022 (mon.0) 228 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:06.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.561789+0000 mon.smithi022 (mon.0) 229 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:06.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.563042+0000 mon.smithi022 (mon.0) 230 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:06.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.564414+0000 mon.smithi022 (mon.0) 231 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:06.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.667696+0000 mon.smithi022 (mon.0) 232 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:05.819332+0000 mon.smithi022 (mon.0) 233 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:04.813830+0000 mon.smithi022 (mon.0) 218 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:04.817931+0000 mon.smithi022 (mon.0) 219 : cluster [INF] osd.2 [v2:172.21.15.22:6818/2298012197,v1:172.21.15.22:6819/2298012197] boot 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:04.817992+0000 mon.smithi022 (mon.0) 220 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:04.818742+0000 mon.smithi022 (mon.0) 221 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.247741+0000 mon.smithi022 (mon.0) 222 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.545373+0000 mon.smithi022 (mon.0) 223 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.546015+0000 mon.smithi022 (mon.0) 224 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.549886+0000 mon.smithi022 (mon.0) 225 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.555037+0000 mon.smithi022 (mon.0) 226 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.558309+0000 mon.smithi022 (mon.0) 227 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.560531+0000 mon.smithi022 (mon.0) 228 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.561789+0000 mon.smithi022 (mon.0) 229 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:06.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.563042+0000 mon.smithi022 (mon.0) 230 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:06.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.564414+0000 mon.smithi022 (mon.0) 231 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:06.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.667696+0000 mon.smithi022 (mon.0) 232 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:06.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:05.819332+0000 mon.smithi022 (mon.0) 233 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-02-16T20:42:06.877 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:07.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:05.436614+0000 mgr.smithi022.hdvvsq (mgr.14714) 120 : cluster [DBG] pgmap v87: 129 pgs: 21 active+undersized+degraded, 15 active+undersized, 93 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 140/1377 objects degraded (10.167%) 2024-02-16T20:42:07.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:05.564568+0000 mgr.smithi022.hdvvsq (mgr.14714) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:07.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:05.565218+0000 mgr.smithi022.hdvvsq (mgr.14714) 122 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-02-16T20:42:07.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:05.436614+0000 mgr.smithi022.hdvvsq (mgr.14714) 120 : cluster [DBG] pgmap v87: 129 pgs: 21 active+undersized+degraded, 15 active+undersized, 93 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 140/1377 objects degraded (10.167%) 2024-02-16T20:42:07.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:05.564568+0000 mgr.smithi022.hdvvsq (mgr.14714) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:07.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:05.565218+0000 mgr.smithi022.hdvvsq (mgr.14714) 122 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-02-16T20:42:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:07.437352+0000 mgr.smithi022.hdvvsq (mgr.14714) 123 : cluster [DBG] pgmap v89: 129 pgs: 7 active+undersized+degraded, 8 active+undersized, 114 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 44/1377 objects degraded (3.195%) 2024-02-16T20:42:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:08.185045+0000 mon.smithi022 (mon.0) 234 : cluster [WRN] Health check update: Degraded data redundancy: 44/1377 objects degraded (3.195%), 7 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:09.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:07.437352+0000 mgr.smithi022.hdvvsq (mgr.14714) 123 : cluster [DBG] pgmap v89: 129 pgs: 7 active+undersized+degraded, 8 active+undersized, 114 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 44/1377 objects degraded (3.195%) 2024-02-16T20:42:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:08.185045+0000 mon.smithi022 (mon.0) 234 : cluster [WRN] Health check update: Degraded data redundancy: 44/1377 objects degraded (3.195%), 7 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:11.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:09.438037+0000 mgr.smithi022.hdvvsq (mgr.14714) 124 : cluster [DBG] pgmap v90: 129 pgs: 1 active+undersized+degraded, 2 active+undersized, 126 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 13/1377 objects degraded (0.944%); 0 B/s, 0 objects/s recovering 2024-02-16T20:42:11.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:09.438037+0000 mgr.smithi022.hdvvsq (mgr.14714) 124 : cluster [DBG] pgmap v90: 129 pgs: 1 active+undersized+degraded, 2 active+undersized, 126 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 13/1377 objects degraded (0.944%); 0 B/s, 0 objects/s recovering 2024-02-16T20:42:11.919 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:12.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:11.839259+0000 mon.smithi022 (mon.0) 235 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/1377 objects degraded (0.944%), 1 pg degraded) 2024-02-16T20:42:12.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:11 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:11.839319+0000 mon.smithi022 (mon.0) 236 : cluster [INF] Cluster is now healthy 2024-02-16T20:42:12.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:11.839259+0000 mon.smithi022 (mon.0) 235 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/1377 objects degraded (0.944%), 1 pg degraded) 2024-02-16T20:42:12.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:11.839319+0000 mon.smithi022 (mon.0) 236 : cluster [INF] Cluster is now healthy 2024-02-16T20:42:13.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:11.438688+0000 mgr.smithi022.hdvvsq (mgr.14714) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 268 B/s rd, 268 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:13.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:11.438688+0000 mgr.smithi022.hdvvsq (mgr.14714) 125 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 268 B/s rd, 268 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:14.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:13.439197+0000 mgr.smithi022.hdvvsq (mgr.14714) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:14.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:13.439197+0000 mgr.smithi022.hdvvsq (mgr.14714) 126 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:15.439677+0000 mgr.smithi022.hdvvsq (mgr.14714) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:15.581905+0000 mon.smithi022 (mon.0) 237 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:15.678065+0000 mon.smithi022 (mon.0) 238 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:16.956 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:16.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:15.439677+0000 mgr.smithi022.hdvvsq (mgr.14714) 127 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:16.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:15.581905+0000 mon.smithi022 (mon.0) 237 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:15.678065+0000 mon.smithi022 (mon.0) 238 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:17.318 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (9m) 12s ago 11m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (105s) 12s ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (100s) 95s ago 10m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (9m) 12s ago 11m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (5m) 12s ago 5m 38.5M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (5m) 95s ago 5m 12.9M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:42:17.913 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (2m) 12s ago 12m 435M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (2m) 95s ago 10m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (2m) 12s ago 12m 46.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (116s) 95s ago 10m 28.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (3m) 12s ago 3m 81.7M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (3m) 95s ago 3m 47.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (10m) 12s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (10m) 95s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (83s) 12s ago 9m 113M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (52s) 12s ago 9m 98.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (19s) 12s ago 8m 12.8M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (8m) 12s ago 8m 338M 1945M 16.2.5 6933c2a0b7dd a2b7d5df75e7 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (8m) 95s ago 8m 356M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (7m) 95s ago 7m 379M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (7m) 95s ago 7m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (7m) 95s ago 7m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:42:17.914 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (2m) 12s ago 10m 57.7M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:18.271 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3, 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:42:18.272 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:42:18.571 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "9/23 daemons upgraded", 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:42:18.572 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:42:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:17.305350+0000 mgr.smithi022.hdvvsq (mgr.14714) 128 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:17.440198+0000 mgr.smithi022.hdvvsq (mgr.14714) 129 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 352 B/s rd, 264 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:17.609079+0000 mgr.smithi022.hdvvsq (mgr.14714) 130 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:17.903437+0000 mgr.smithi022.hdvvsq (mgr.14714) 131 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:18.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:18.270778+0000 mon.smithi022 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.22:0/432863390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:17.305350+0000 mgr.smithi022.hdvvsq (mgr.14714) 128 : audit [DBG] from='client.34192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:17.440198+0000 mgr.smithi022.hdvvsq (mgr.14714) 129 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 352 B/s rd, 264 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:17.609079+0000 mgr.smithi022.hdvvsq (mgr.14714) 130 : audit [DBG] from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:17.903437+0000 mgr.smithi022.hdvvsq (mgr.14714) 131 : audit [DBG] from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:18.270778+0000 mon.smithi022 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.22:0/432863390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:19.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:18.571162+0000 mgr.smithi022.hdvvsq (mgr.14714) 132 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:19.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:18.571162+0000 mgr.smithi022.hdvvsq (mgr.14714) 132 : audit [DBG] from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:20.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:19.440693+0000 mgr.smithi022.hdvvsq (mgr.14714) 133 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:20.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:20.567183+0000 mon.smithi022 (mon.0) 240 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:19.440693+0000 mgr.smithi022.hdvvsq (mgr.14714) 133 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:20.567183+0000 mon.smithi022 (mon.0) 240 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:21.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:20.567409+0000 mgr.smithi022.hdvvsq (mgr.14714) 134 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:21.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:20.568523+0000 mgr.smithi022.hdvvsq (mgr.14714) 135 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-16T20:42:22.000 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:20.567409+0000 mgr.smithi022.hdvvsq (mgr.14714) 134 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-02-16T20:42:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:20.568523+0000 mgr.smithi022.hdvvsq (mgr.14714) 135 : cephadm [INF] Upgrade: osd.3 is safe to restart 2024-02-16T20:42:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:21.441491+0000 mgr.smithi022.hdvvsq (mgr.14714) 136 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:22.105016+0000 mon.smithi022 (mon.0) 241 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:22.105641+0000 mon.smithi022 (mon.0) 242 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-16T20:42:22.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:22.106133+0000 mon.smithi022 (mon.0) 243 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:21.441491+0000 mgr.smithi022.hdvvsq (mgr.14714) 136 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:22.105016+0000 mon.smithi022 (mon.0) 241 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:22.105641+0000 mon.smithi022 (mon.0) 242 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-16T20:42:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:22.106133+0000 mon.smithi022 (mon.0) 243 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:23.744 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:22.100974+0000 mgr.smithi022.hdvvsq (mgr.14714) 137 : cephadm [INF] Upgrade: Updating osd.3 2024-02-16T20:42:23.744 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:22.107153+0000 mgr.smithi022.hdvvsq (mgr.14714) 138 : cephadm [INF] Deploying daemon osd.3 on smithi022 2024-02-16T20:42:24.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:22.100974+0000 mgr.smithi022.hdvvsq (mgr.14714) 137 : cephadm [INF] Upgrade: Updating osd.3 2024-02-16T20:42:24.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:22.107153+0000 mgr.smithi022.hdvvsq (mgr.14714) 138 : cephadm [INF] Deploying daemon osd.3 on smithi022 2024-02-16T20:42:24.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:23.442118+0000 mgr.smithi022.hdvvsq (mgr.14714) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:25.026 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:24 smithi022 systemd[1]: Stopping Ceph osd.3 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:42:25.093 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:23.442118+0000 mgr.smithi022.hdvvsq (mgr.14714) 139 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:25.321 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3[54928]: debug 2024-02-16T20:42:25.024+0000 7f3d6a0bf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:42:25.321 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3[54928]: debug 2024-02-16T20:42:25.024+0000 7f3d6a0bf700 -1 osd.3 86 *** Got signal Terminated *** 2024-02-16T20:42:25.321 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3[54928]: debug 2024-02-16T20:42:25.024+0000 7f3d6a0bf700 -1 osd.3 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:42:25.605 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:25 smithi022 bash[87232]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3 2024-02-16T20:42:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.291467+0000 mon.smithi022 (mon.0) 244 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-16T20:42:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.291523+0000 mon.smithi022 (mon.0) 245 : cluster [INF] osd.3 failed (root=default,host=smithi022) (connection refused reported by osd.5) 2024-02-16T20:42:25.861 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.291623+0000 mon.smithi022 (mon.0) 246 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.291889+0000 mon.smithi022 (mon.0) 247 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.291978+0000 mon.smithi022 (mon.0) 248 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292056+0000 mon.smithi022 (mon.0) 249 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292128+0000 mon.smithi022 (mon.0) 250 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292206+0000 mon.smithi022 (mon.0) 251 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292275+0000 mon.smithi022 (mon.0) 252 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292343+0000 mon.smithi022 (mon.0) 253 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292413+0000 mon.smithi022 (mon.0) 254 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292495+0000 mon.smithi022 (mon.0) 255 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292570+0000 mon.smithi022 (mon.0) 256 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292653+0000 mon.smithi022 (mon.0) 257 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-16T20:42:25.862 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.292734+0000 mon.smithi022 (mon.0) 258 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-16T20:42:26.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.291467+0000 mon.smithi022 (mon.0) 244 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-16T20:42:26.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.291523+0000 mon.smithi022 (mon.0) 245 : cluster [INF] osd.3 failed (root=default,host=smithi022) (connection refused reported by osd.5) 2024-02-16T20:42:26.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.291623+0000 mon.smithi022 (mon.0) 246 : cluster [DBG] osd.3 reported immediately failed by osd.5 2024-02-16T20:42:26.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.291889+0000 mon.smithi022 (mon.0) 247 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-16T20:42:26.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.291978+0000 mon.smithi022 (mon.0) 248 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292056+0000 mon.smithi022 (mon.0) 249 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292128+0000 mon.smithi022 (mon.0) 250 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292206+0000 mon.smithi022 (mon.0) 251 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292275+0000 mon.smithi022 (mon.0) 252 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292343+0000 mon.smithi022 (mon.0) 253 : cluster [DBG] osd.3 reported immediately failed by osd.6 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292413+0000 mon.smithi022 (mon.0) 254 : cluster [DBG] osd.3 reported immediately failed by osd.0 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292495+0000 mon.smithi022 (mon.0) 255 : cluster [DBG] osd.3 reported immediately failed by osd.1 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292570+0000 mon.smithi022 (mon.0) 256 : cluster [DBG] osd.3 reported immediately failed by osd.2 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292653+0000 mon.smithi022 (mon.0) 257 : cluster [DBG] osd.3 reported immediately failed by osd.7 2024-02-16T20:42:26.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.292734+0000 mon.smithi022 (mon.0) 258 : cluster [DBG] osd.3 reported immediately failed by osd.4 2024-02-16T20:42:26.619 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.442546+0000 mgr.smithi022.hdvvsq (mgr.14714) 140 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:42:26.619 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.601046+0000 mon.smithi022 (mon.0) 259 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:42:26.620 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:25.608106+0000 mon.smithi022 (mon.0) 260 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-16T20:42:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.442546+0000 mgr.smithi022.hdvvsq (mgr.14714) 140 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 312 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:42:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.601046+0000 mon.smithi022 (mon.0) 259 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:42:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:25.608106+0000 mon.smithi022 (mon.0) 260 : cluster [DBG] osdmap e87: 8 total, 7 up, 8 in 2024-02-16T20:42:27.039 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:26.607969+0000 mon.smithi022 (mon.0) 261 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-16T20:42:27.974 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:27 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.3.service: Succeeded. 2024-02-16T20:42:27.974 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:27 smithi022 systemd[1]: Stopped Ceph osd.3 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:42:27.974 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:27 smithi022 systemd[1]: Starting Ceph osd.3 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:42:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:26.607969+0000 mon.smithi022 (mon.0) 261 : cluster [DBG] osdmap e88: 8 total, 7 up, 8 in 2024-02-16T20:42:28.910 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:27.443149+0000 mgr.smithi022.hdvvsq (mgr.14714) 141 : cluster [DBG] pgmap v101: 129 pgs: 7 active+undersized+degraded, 22 peering, 7 stale+active+clean, 4 active+undersized, 89 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 32/1377 objects degraded (2.324%) 2024-02-16T20:42:28.910 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:27.616867+0000 mon.smithi022 (mon.0) 262 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 8 pgs peering (PG_AVAILABILITY) 2024-02-16T20:42:28.910 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:27.616893+0000 mon.smithi022 (mon.0) 263 : cluster [WRN] Health check failed: Degraded data redundancy: 32/1377 objects degraded (2.324%), 7 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:28.910 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:42:28.910 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-16T20:42:28.911 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: 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-16T20:42:28.911 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-16T20:42:28.911 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-16T20:42:28.911 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-16T20:42:28.911 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-16T20:42:28.911 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:28 smithi022 bash[87564]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-16T20:42:29.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:27.443149+0000 mgr.smithi022.hdvvsq (mgr.14714) 141 : cluster [DBG] pgmap v101: 129 pgs: 7 active+undersized+degraded, 22 peering, 7 stale+active+clean, 4 active+undersized, 89 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 32/1377 objects degraded (2.324%) 2024-02-16T20:42:29.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:27.616867+0000 mon.smithi022 (mon.0) 262 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 8 pgs peering (PG_AVAILABILITY) 2024-02-16T20:42:29.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:27.616893+0000 mon.smithi022 (mon.0) 263 : cluster [WRN] Health check failed: Degraded data redundancy: 32/1377 objects degraded (2.324%), 7 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:30.224 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:42:29.835+0000 7fe5f17e6700 1 -- 172.21.15.22:0/3567359934 <== mon.0 v2:172.21.15.22:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a9cea0e680 con 0x55a9ce9d5400 2024-02-16T20:42:30.224 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:29 smithi022 bash[87810]: 34f2aa5e8d0c6c32c951414e559c0e8e7bc9d1cbd51b8b42fd9c5d1a2a851159 2024-02-16T20:42:30.224 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:29 smithi022 systemd[1]: Started Ceph osd.3 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:42:30.678 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:42:30.353+0000 7fe5f9274380 -1 Falling back to public interface 2024-02-16T20:42:31.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:29.443698+0000 mgr.smithi022.hdvvsq (mgr.14714) 142 : cluster [DBG] pgmap v102: 129 pgs: 11 active+undersized+degraded, 22 peering, 4 stale+active+clean, 7 active+undersized, 85 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 44/1377 objects degraded (3.195%) 2024-02-16T20:42:31.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:29.968933+0000 mon.smithi022 (mon.0) 264 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:31.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:29.969671+0000 mon.smithi022 (mon.0) 265 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:42:31.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:30.582136+0000 mon.smithi022 (mon.0) 266 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:31.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:29.443698+0000 mgr.smithi022.hdvvsq (mgr.14714) 142 : cluster [DBG] pgmap v102: 129 pgs: 11 active+undersized+degraded, 22 peering, 4 stale+active+clean, 7 active+undersized, 85 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 44/1377 objects degraded (3.195%) 2024-02-16T20:42:31.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:29.968933+0000 mon.smithi022 (mon.0) 264 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:31.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:29.969671+0000 mon.smithi022 (mon.0) 265 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:42:31.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:30.582136+0000 mon.smithi022 (mon.0) 266 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:32.073 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:32.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:31.968927+0000 mon.smithi022 (mon.0) 267 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-02-16T20:42:32.389 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:31.968927+0000 mon.smithi022 (mon.0) 267 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-02-16T20:42:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:31.444400+0000 mgr.smithi022.hdvvsq (mgr.14714) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:42:33.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:31.444400+0000 mgr.smithi022.hdvvsq (mgr.14714) 143 : cluster [DBG] pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:42:34.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:33.189953+0000 mon.smithi022 (mon.0) 268 : cluster [WRN] Health check update: Degraded data redundancy: 177/1377 objects degraded (12.854%), 30 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:34.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:33.189953+0000 mon.smithi022 (mon.0) 268 : cluster [WRN] Health check update: Degraded data redundancy: 177/1377 objects degraded (12.854%), 30 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:34.973 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:42:34.501+0000 7fe5f9274380 -1 osd.3 86 log_to_monitors {default=true} 2024-02-16T20:42:35.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:33.444932+0000 mgr.smithi022.hdvvsq (mgr.14714) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:42:35.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:34.506362+0000 mon.smithi022 (mon.0) 269 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-16T20:42:35.474 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:42:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:42:35.204+0000 7fe5e8757700 -1 osd.3 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:42:35.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:33.444932+0000 mgr.smithi022.hdvvsq (mgr.14714) 144 : cluster [DBG] pgmap v104: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:42:35.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:34.506362+0000 mon.smithi022 (mon.0) 269 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-16T20:42:36.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:35.197119+0000 mon.smithi022 (mon.0) 270 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-16T20:42:36.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:35.197184+0000 mon.smithi022 (mon.0) 271 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-16T20:42:36.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:35.197636+0000 mon.smithi022 (mon.0) 272 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:42:36.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:35.445581+0000 mgr.smithi022.hdvvsq (mgr.14714) 145 : cluster [DBG] pgmap v106: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:42:36.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:35.197119+0000 mon.smithi022 (mon.0) 270 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-16T20:42:36.479 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:35.197184+0000 mon.smithi022 (mon.0) 271 : cluster [DBG] osdmap e89: 8 total, 7 up, 8 in 2024-02-16T20:42:36.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:35.197636+0000 mon.smithi022 (mon.0) 272 : audit [INF] from='osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2024-02-16T20:42:36.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:35.445581+0000 mgr.smithi022.hdvvsq (mgr.14714) 145 : cluster [DBG] pgmap v106: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 231 B/s wr, 0 op/s; 177/1377 objects degraded (12.854%) 2024-02-16T20:42:37.439 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:36.195103+0000 mon.smithi022 (mon.0) 273 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:42:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:36.200557+0000 mon.smithi022 (mon.0) 274 : cluster [INF] osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943] boot 2024-02-16T20:42:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:36.200598+0000 mon.smithi022 (mon.0) 275 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-16T20:42:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:36.201185+0000 mon.smithi022 (mon.0) 276 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:42:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:36.195103+0000 mon.smithi022 (mon.0) 273 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:42:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:36.200557+0000 mon.smithi022 (mon.0) 274 : cluster [INF] osd.3 [v2:172.21.15.22:6826/3778860943,v1:172.21.15.22:6827/3778860943] boot 2024-02-16T20:42:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:36.200598+0000 mon.smithi022 (mon.0) 275 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-02-16T20:42:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:36.201185+0000 mon.smithi022 (mon.0) 276 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:37.206808+0000 mon.smithi022 (mon.0) 277 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.338403+0000 mon.smithi022 (mon.0) 278 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.339546+0000 mon.smithi022 (mon.0) 279 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.341157+0000 mon.smithi022 (mon.0) 280 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.345845+0000 mon.smithi022 (mon.0) 281 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.354182+0000 mon.smithi022 (mon.0) 282 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.358604+0000 mon.smithi022 (mon.0) 283 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.362171+0000 mon.smithi022 (mon.0) 284 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.363670+0000 mon.smithi022 (mon.0) 285 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.366076+0000 mon.smithi022 (mon.0) 286 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.369032+0000 mon.smithi022 (mon.0) 287 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:37.369185+0000 mgr.smithi022.hdvvsq (mgr.14714) 146 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:37.371938+0000 mgr.smithi022.hdvvsq (mgr.14714) 147 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-16T20:42:38.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:37.445973+0000 mgr.smithi022.hdvvsq (mgr.14714) 148 : cluster [DBG] pgmap v109: 129 pgs: 20 peering, 21 active+undersized+degraded, 9 active+undersized, 79 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 112/1377 objects degraded (8.134%) 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:37.206808+0000 mon.smithi022 (mon.0) 277 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.338403+0000 mon.smithi022 (mon.0) 278 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.339546+0000 mon.smithi022 (mon.0) 279 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.341157+0000 mon.smithi022 (mon.0) 280 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.345845+0000 mon.smithi022 (mon.0) 281 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.354182+0000 mon.smithi022 (mon.0) 282 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.358604+0000 mon.smithi022 (mon.0) 283 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.362171+0000 mon.smithi022 (mon.0) 284 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.363670+0000 mon.smithi022 (mon.0) 285 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.366076+0000 mon.smithi022 (mon.0) 286 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.369032+0000 mon.smithi022 (mon.0) 287 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:37.369185+0000 mgr.smithi022.hdvvsq (mgr.14714) 146 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:37.371938+0000 mgr.smithi022.hdvvsq (mgr.14714) 147 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-16T20:42:38.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:37.445973+0000 mgr.smithi022.hdvvsq (mgr.14714) 148 : cluster [DBG] pgmap v109: 129 pgs: 20 peering, 21 active+undersized+degraded, 9 active+undersized, 79 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 112/1377 objects degraded (8.134%) 2024-02-16T20:42:39.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:38.351743+0000 mon.smithi022 (mon.0) 288 : cluster [WRN] Health check update: Degraded data redundancy: 112/1377 objects degraded (8.134%), 21 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:39.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:38.351743+0000 mon.smithi022 (mon.0) 288 : cluster [WRN] Health check update: Degraded data redundancy: 112/1377 objects degraded (8.134%), 21 pgs degraded (PG_DEGRADED) 2024-02-16T20:42:40.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:39.446704+0000 mgr.smithi022.hdvvsq (mgr.14714) 149 : cluster [DBG] pgmap v110: 129 pgs: 20 peering, 18 active+undersized+degraded, 8 active+undersized, 83 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 101/1377 objects degraded (7.335%); 0 B/s, 0 objects/s recovering 2024-02-16T20:42:40.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:39.446704+0000 mgr.smithi022.hdvvsq (mgr.14714) 149 : cluster [DBG] pgmap v110: 129 pgs: 20 peering, 18 active+undersized+degraded, 8 active+undersized, 83 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 101/1377 objects degraded (7.335%); 0 B/s, 0 objects/s recovering 2024-02-16T20:42:41.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:40.694218+0000 mon.smithi022 (mon.0) 289 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:42.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:40.694218+0000 mon.smithi022 (mon.0) 289 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:42.473 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:42.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:41.447419+0000 mgr.smithi022.hdvvsq (mgr.14714) 150 : cluster [DBG] pgmap v111: 129 pgs: 7 peering, 122 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 163 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:42.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:41.692027+0000 mon.smithi022 (mon.0) 290 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1377 objects degraded (7.335%), 18 pgs degraded) 2024-02-16T20:42:42.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:41.692059+0000 mon.smithi022 (mon.0) 291 : cluster [INF] Cluster is now healthy 2024-02-16T20:42:43.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:41.447419+0000 mgr.smithi022.hdvvsq (mgr.14714) 150 : cluster [DBG] pgmap v111: 129 pgs: 7 peering, 122 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 163 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:43.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:41.692027+0000 mon.smithi022 (mon.0) 290 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 101/1377 objects degraded (7.335%), 18 pgs degraded) 2024-02-16T20:42:43.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:41.692059+0000 mon.smithi022 (mon.0) 291 : cluster [INF] Cluster is now healthy 2024-02-16T20:42:44.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:43.448098+0000 mgr.smithi022.hdvvsq (mgr.14714) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 127 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:44.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:43.448098+0000 mgr.smithi022.hdvvsq (mgr.14714) 151 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 127 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:45.448755+0000 mgr.smithi022.hdvvsq (mgr.14714) 152 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 221 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:45.582553+0000 mon.smithi022 (mon.0) 292 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:46.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:45.448755+0000 mgr.smithi022.hdvvsq (mgr.14714) 152 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 221 B/s wr, 4 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:45.582553+0000 mon.smithi022 (mon.0) 292 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:47.519 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:48.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:47.449561+0000 mgr.smithi022.hdvvsq (mgr.14714) 153 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 199 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:48.904 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:42:48.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:47.449561+0000 mgr.smithi022.hdvvsq (mgr.14714) 153 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 199 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (10m) 12s ago 11m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (2m) 12s ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (2m) 2m ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (10m) 12s ago 11m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (6m) 12s ago 6m 38.4M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (6m) 2m ago 6m 12.9M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (3m) 12s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (2m) 2m ago 10m 386M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (2m) 12s ago 13m 49.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (2m) 2m ago 10m 28.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:42:49.498 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (3m) 12s ago 3m 81.9M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (3m) 2m ago 3m 47.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (11m) 12s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (115s) 12s ago 10m 114M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (83s) 12s ago 9m 98.8M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (51s) 12s ago 9m 89.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (20s) 12s ago 9m 13.4M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (8m) 2m ago 8m 356M 2712M 16.2.5 6933c2a0b7dd f85329ea2f34 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (8m) 2m ago 8m 379M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (8m) 2m ago 8m 310M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (7m) 2m ago 7m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:42:49.499 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (3m) 12s ago 11m 57.8M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:42:49.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:49 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:48.891095+0000 mgr.smithi022.hdvvsq (mgr.14714) 154 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:42:49.854 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 4, 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8, 2024-02-16T20:42:49.855 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6 2024-02-16T20:42:49.856 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:42:49.856 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:42:49.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:49 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:48.891095+0000 mgr.smithi022.hdvvsq (mgr.14714) 154 : audit [DBG] from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:50.155 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:42:50.156 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:42:50.156 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:42:50.156 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:42:50.156 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:42:50.156 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:42:50.156 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:42:50.157 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:42:50.157 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:42:50.157 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "10/23 daemons upgraded", 2024-02-16T20:42:50.157 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:42:50.157 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:42:50.157 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:42:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:49.193314+0000 mgr.smithi022.hdvvsq (mgr.14714) 155 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:49.449932+0000 mgr.smithi022.hdvvsq (mgr.14714) 156 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 255 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:49.488304+0000 mgr.smithi022.hdvvsq (mgr.14714) 157 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:49.853848+0000 mon.smithi022 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.22:0/3757400532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:49.193314+0000 mgr.smithi022.hdvvsq (mgr.14714) 155 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:49.449932+0000 mgr.smithi022.hdvvsq (mgr.14714) 156 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 255 B/s wr, 3 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:42:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:49.488304+0000 mgr.smithi022.hdvvsq (mgr.14714) 157 : audit [DBG] from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:49.853848+0000 mon.smithi022 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.22:0/3757400532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:42:51.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:50.155090+0000 mgr.smithi022.hdvvsq (mgr.14714) 158 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:51.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:50.705962+0000 mon.smithi022 (mon.0) 294 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:50.155090+0000 mgr.smithi022.hdvvsq (mgr.14714) 158 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:42:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:50.705962+0000 mon.smithi022 (mon.0) 294 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:52.573 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:52.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:51.450574+0000 mgr.smithi022.hdvvsq (mgr.14714) 159 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 170 B/s wr, 3 op/s 2024-02-16T20:42:52.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:52.386219+0000 mon.smithi022 (mon.0) 295 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:51.450574+0000 mgr.smithi022.hdvvsq (mgr.14714) 159 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 170 B/s wr, 3 op/s 2024-02-16T20:42:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:52.386219+0000 mon.smithi022 (mon.0) 295 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:53.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:52.386450+0000 mgr.smithi022.hdvvsq (mgr.14714) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:53.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:52.388093+0000 mgr.smithi022.hdvvsq (mgr.14714) 161 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-16T20:42:54.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:52.386450+0000 mgr.smithi022.hdvvsq (mgr.14714) 160 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-02-16T20:42:54.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:52.388093+0000 mgr.smithi022.hdvvsq (mgr.14714) 161 : cephadm [INF] Upgrade: osd.4 is safe to restart 2024-02-16T20:42:54.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:53.451013+0000 mgr.smithi022.hdvvsq (mgr.14714) 162 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:54.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:54.157168+0000 mon.smithi022 (mon.0) 296 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:54.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:54.158074+0000 mon.smithi022 (mon.0) 297 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-16T20:42:54.857 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:42:54.158799+0000 mon.smithi022 (mon.0) 298 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:54.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:53.451013+0000 mgr.smithi022.hdvvsq (mgr.14714) 162 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:54.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:54.157168+0000 mon.smithi022 (mon.0) 296 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:42:54.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:54.158074+0000 mon.smithi022 (mon.0) 297 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-16T20:42:54.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:42:54.158799+0000 mon.smithi022 (mon.0) 298 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:42:55.902 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:54.152239+0000 mgr.smithi022.hdvvsq (mgr.14714) 163 : cephadm [INF] Upgrade: Updating osd.4 2024-02-16T20:42:55.902 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:42:54.160159+0000 mgr.smithi022.hdvvsq (mgr.14714) 164 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-02-16T20:42:55.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:54.152239+0000 mgr.smithi022.hdvvsq (mgr.14714) 163 : cephadm [INF] Upgrade: Updating osd.4 2024-02-16T20:42:55.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:55 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:42:54.160159+0000 mgr.smithi022.hdvvsq (mgr.14714) 164 : cephadm [INF] Deploying daemon osd.4 on smithi117 2024-02-16T20:42:56.847 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:55.451622+0000 mgr.smithi022.hdvvsq (mgr.14714) 165 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:42:56.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:55.451622+0000 mgr.smithi022.hdvvsq (mgr.14714) 165 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:42:57.329 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:57 smithi117 systemd[1]: Stopping Ceph osd.4 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:42:57.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4[40554]: debug 2024-02-16T20:42:57.326+0000 7f830ce9f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:42:57.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4[40554]: debug 2024-02-16T20:42:57.326+0000 7f830ce9f700 -1 osd.4 91 *** Got signal Terminated *** 2024-02-16T20:42:57.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4[40554]: debug 2024-02-16T20:42:57.326+0000 7f830ce9f700 -1 osd.4 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:42:58.094 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:57 smithi117 bash[59477]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.582512+0000 mon.smithi022 (mon.0) 299 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.582553+0000 mon.smithi022 (mon.0) 300 : cluster [INF] osd.4 failed (root=default,host=smithi117) (connection refused reported by osd.2) 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.598738+0000 mon.smithi022 (mon.0) 301 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.598851+0000 mon.smithi022 (mon.0) 302 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.599111+0000 mon.smithi022 (mon.0) 303 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.599282+0000 mon.smithi022 (mon.0) 304 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.599457+0000 mon.smithi022 (mon.0) 305 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.599647+0000 mon.smithi022 (mon.0) 306 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-16T20:42:58.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.599824+0000 mon.smithi022 (mon.0) 307 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.599973+0000 mon.smithi022 (mon.0) 308 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.600121+0000 mon.smithi022 (mon.0) 309 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.600281+0000 mon.smithi022 (mon.0) 310 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.600429+0000 mon.smithi022 (mon.0) 311 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.600590+0000 mon.smithi022 (mon.0) 312 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.600743+0000 mon.smithi022 (mon.0) 313 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-16T20:42:58.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.600894+0000 mon.smithi022 (mon.0) 314 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.582512+0000 mon.smithi022 (mon.0) 299 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.582553+0000 mon.smithi022 (mon.0) 300 : cluster [INF] osd.4 failed (root=default,host=smithi117) (connection refused reported by osd.2) 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.598738+0000 mon.smithi022 (mon.0) 301 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.598851+0000 mon.smithi022 (mon.0) 302 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.599111+0000 mon.smithi022 (mon.0) 303 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.599282+0000 mon.smithi022 (mon.0) 304 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.599457+0000 mon.smithi022 (mon.0) 305 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.599647+0000 mon.smithi022 (mon.0) 306 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.599824+0000 mon.smithi022 (mon.0) 307 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-16T20:42:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.599973+0000 mon.smithi022 (mon.0) 308 : cluster [DBG] osd.4 reported immediately failed by osd.7 2024-02-16T20:42:58.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.600121+0000 mon.smithi022 (mon.0) 309 : cluster [DBG] osd.4 reported immediately failed by osd.5 2024-02-16T20:42:58.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.600281+0000 mon.smithi022 (mon.0) 310 : cluster [DBG] osd.4 reported immediately failed by osd.6 2024-02-16T20:42:58.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.600429+0000 mon.smithi022 (mon.0) 311 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-16T20:42:58.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.600590+0000 mon.smithi022 (mon.0) 312 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-16T20:42:58.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.600743+0000 mon.smithi022 (mon.0) 313 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-16T20:42:58.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.600894+0000 mon.smithi022 (mon.0) 314 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-16T20:42:58.794 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:42:58.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.452396+0000 mgr.smithi022.hdvvsq (mgr.14714) 166 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:58.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.721886+0000 mon.smithi022 (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:42:58.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:57.732797+0000 mon.smithi022 (mon.0) 316 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-16T20:42:59.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.452396+0000 mgr.smithi022.hdvvsq (mgr.14714) 166 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:42:59.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.721886+0000 mon.smithi022 (mon.0) 315 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:42:59.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:57.732797+0000 mon.smithi022 (mon.0) 316 : cluster [DBG] osdmap e92: 8 total, 7 up, 8 in 2024-02-16T20:43:00.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:42:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:58.732097+0000 mon.smithi022 (mon.0) 317 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-16T20:43:00.094 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:59 smithi117 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.4.service: Succeeded. 2024-02-16T20:43:00.094 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:59 smithi117 systemd[1]: Stopped Ceph osd.4 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:43:00.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:42:59 smithi117 systemd[1]: Starting Ceph osd.4 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:43:00.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:42:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:58.732097+0000 mon.smithi022 (mon.0) 317 : cluster [DBG] osdmap e93: 8 total, 7 up, 8 in 2024-02-16T20:43:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:59.453028+0000 mgr.smithi022.hdvvsq (mgr.14714) 167 : cluster [DBG] pgmap v122: 129 pgs: 3 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 108 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 20/1377 objects degraded (1.452%) 2024-02-16T20:43:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:42:59.750409+0000 mon.smithi022 (mon.0) 318 : cluster [WRN] Health check failed: Degraded data redundancy: 20/1377 objects degraded (1.452%), 3 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:00.583287+0000 mon.smithi022 (mon.0) 319 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: 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-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-16T20:43:01.095 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:00 smithi117 bash[59773]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-16T20:43:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:59.453028+0000 mgr.smithi022.hdvvsq (mgr.14714) 167 : cluster [DBG] pgmap v122: 129 pgs: 3 active+undersized+degraded, 16 stale+active+clean, 2 active+undersized, 108 active+clean; 312 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 20/1377 objects degraded (1.452%) 2024-02-16T20:43:01.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:42:59.750409+0000 mon.smithi022 (mon.0) 318 : cluster [WRN] Health check failed: Degraded data redundancy: 20/1377 objects degraded (1.452%), 3 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:01.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:00.583287+0000 mon.smithi022 (mon.0) 319 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:02.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:43:02.084+0000 7f247049c700 1 -- 172.21.15.117:0/282837481 <== mon.1 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5568c1e94680 con 0x5568c1e5b400 2024-02-16T20:43:02.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:02 smithi117 bash[60010]: 222f01fb2d3d7c096e85af29914c86322637146729e6f33ccf666cb6fa010002 2024-02-16T20:43:02.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:02 smithi117 systemd[1]: Started Ceph osd.4 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:43:02.946 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:43:02.607+0000 7f2477f2a380 -1 Falling back to public interface 2024-02-16T20:43:02.946 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:01.453719+0000 mgr.smithi022.hdvvsq (mgr.14714) 168 : cluster [DBG] pgmap v123: 129 pgs: 28 active+undersized+degraded, 2 stale+active+clean, 20 active+undersized, 79 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 184/1377 objects degraded (13.362%) 2024-02-16T20:43:02.946 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:02.214154+0000 mon.smithi022 (mon.0) 320 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:02.946 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:02.215221+0000 mon.smithi022 (mon.0) 321 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:03.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:01.453719+0000 mgr.smithi022.hdvvsq (mgr.14714) 168 : cluster [DBG] pgmap v123: 129 pgs: 28 active+undersized+degraded, 2 stale+active+clean, 20 active+undersized, 79 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 184/1377 objects degraded (13.362%) 2024-02-16T20:43:03.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:02.214154+0000 mon.smithi022 (mon.0) 320 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:03.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:02.215221+0000 mon.smithi022 (mon.0) 321 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:03.833 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:04.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:03.454390+0000 mgr.smithi022.hdvvsq (mgr.14714) 169 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:04.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:03.454390+0000 mgr.smithi022.hdvvsq (mgr.14714) 169 : cluster [DBG] pgmap v124: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:06.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:05.455064+0000 mgr.smithi022.hdvvsq (mgr.14714) 170 : cluster [DBG] pgmap v125: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:06.908 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:05.455064+0000 mgr.smithi022.hdvvsq (mgr.14714) 170 : cluster [DBG] pgmap v125: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:07.540 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:43:07.158+0000 7f2477f2a380 -1 osd.4 91 log_to_monitors {default=true} 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.539921+0000 mon.smithi022 (mon.0) 322 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.884441+0000 mon.smithi022 (mon.0) 323 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.885385+0000 mon.smithi022 (mon.0) 324 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.890664+0000 mon.smithi022 (mon.0) 325 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.897014+0000 mon.smithi022 (mon.0) 326 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.900636+0000 mon.smithi022 (mon.0) 327 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.903282+0000 mon.smithi022 (mon.0) 328 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.904790+0000 mon.smithi022 (mon.0) 329 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.906264+0000 mon.smithi022 (mon.0) 330 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:07.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.907731+0000 mon.smithi022 (mon.0) 331 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:07.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:06.907909+0000 mgr.smithi022.hdvvsq (mgr.14714) 171 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:07.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:06.908857+0000 mgr.smithi022.hdvvsq (mgr.14714) 172 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-16T20:43:07.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:07.162090+0000 mon.smithi117 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/1997687175,v1:172.21.15.117:6801/1997687175]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:43:07.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:07.162575+0000 mon.smithi022 (mon.0) 332 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.539921+0000 mon.smithi022 (mon.0) 322 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.884441+0000 mon.smithi022 (mon.0) 323 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.885385+0000 mon.smithi022 (mon.0) 324 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.890664+0000 mon.smithi022 (mon.0) 325 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.897014+0000 mon.smithi022 (mon.0) 326 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.900636+0000 mon.smithi022 (mon.0) 327 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.903282+0000 mon.smithi022 (mon.0) 328 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:07.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.904790+0000 mon.smithi022 (mon.0) 329 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:07.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.906264+0000 mon.smithi022 (mon.0) 330 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:07.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.907731+0000 mon.smithi022 (mon.0) 331 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:07.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:06.907909+0000 mgr.smithi022.hdvvsq (mgr.14714) 171 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:07.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:06.908857+0000 mgr.smithi022.hdvvsq (mgr.14714) 172 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-02-16T20:43:07.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:07.162090+0000 mon.smithi117 (mon.1) 2 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/1997687175,v1:172.21.15.117:6801/1997687175]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:43:07.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:07.162575+0000 mon.smithi022 (mon.0) 332 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-16T20:43:08.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:43:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:43:07.916+0000 7f2468c10700 -1 osd.4 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:43:08.871 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:07.455904+0000 mgr.smithi022.hdvvsq (mgr.14714) 173 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 210 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:07.901547+0000 mon.smithi022 (mon.0) 333 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-16T20:43:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:07.901608+0000 mon.smithi022 (mon.0) 334 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-16T20:43:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:07.902935+0000 mon.smithi117 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/1997687175,v1:172.21.15.117:6801/1997687175]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:07.903395+0000 mon.smithi022 (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:08.196736+0000 mon.smithi022 (mon.0) 336 : cluster [WRN] Health check update: Degraded data redundancy: 211/1377 objects degraded (15.323%), 32 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:07.455904+0000 mgr.smithi022.hdvvsq (mgr.14714) 173 : cluster [DBG] pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 210 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:07.901547+0000 mon.smithi022 (mon.0) 333 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-16T20:43:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:07.901608+0000 mon.smithi022 (mon.0) 334 : cluster [DBG] osdmap e94: 8 total, 7 up, 8 in 2024-02-16T20:43:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:07.902935+0000 mon.smithi117 (mon.1) 3 : audit [INF] from='osd.4 [v2:172.21.15.117:6800/1997687175,v1:172.21.15.117:6801/1997687175]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:07.903395+0000 mon.smithi022 (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:08.196736+0000 mon.smithi022 (mon.0) 336 : cluster [WRN] Health check update: Degraded data redundancy: 211/1377 objects degraded (15.323%), 32 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:10.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:08.900462+0000 mon.smithi022 (mon.0) 337 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:43:10.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:08.906845+0000 mon.smithi022 (mon.0) 338 : cluster [INF] osd.4 [v2:172.21.15.117:6800/1997687175,v1:172.21.15.117:6801/1997687175] boot 2024-02-16T20:43:10.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:08.906882+0000 mon.smithi022 (mon.0) 339 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-02-16T20:43:10.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:09 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:08.907073+0000 mon.smithi022 (mon.0) 340 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:43:10.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:08.900462+0000 mon.smithi022 (mon.0) 337 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:43:10.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:08.906845+0000 mon.smithi022 (mon.0) 338 : cluster [INF] osd.4 [v2:172.21.15.117:6800/1997687175,v1:172.21.15.117:6801/1997687175] boot 2024-02-16T20:43:10.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:08.906882+0000 mon.smithi022 (mon.0) 339 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-02-16T20:43:10.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:08.907073+0000 mon.smithi022 (mon.0) 340 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-16T20:43:11.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:09.456431+0000 mgr.smithi022.hdvvsq (mgr.14714) 174 : cluster [DBG] pgmap v129: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:11.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:09.911452+0000 mon.smithi022 (mon.0) 341 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-16T20:43:11.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:10.727119+0000 mon.smithi022 (mon.0) 342 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:09.456431+0000 mgr.smithi022.hdvvsq (mgr.14714) 174 : cluster [DBG] pgmap v129: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 211/1377 objects degraded (15.323%) 2024-02-16T20:43:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:09.911452+0000 mon.smithi022 (mon.0) 341 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-02-16T20:43:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:10.727119+0000 mon.smithi022 (mon.0) 342 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:13.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:11.457009+0000 mgr.smithi022.hdvvsq (mgr.14714) 175 : cluster [DBG] pgmap v131: 129 pgs: 7 peering, 11 active+undersized+degraded, 16 active+undersized, 95 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s; 66/1377 objects degraded (4.793%) 2024-02-16T20:43:13.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:11.457009+0000 mgr.smithi022.hdvvsq (mgr.14714) 175 : cluster [DBG] pgmap v131: 129 pgs: 7 peering, 11 active+undersized+degraded, 16 active+undersized, 95 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s; 66/1377 objects degraded (4.793%) 2024-02-16T20:43:13.912 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:14.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:13.197590+0000 mon.smithi022 (mon.0) 343 : cluster [WRN] Health check update: Degraded data redundancy: 66/1377 objects degraded (4.793%), 11 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:14.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:13.197590+0000 mon.smithi022 (mon.0) 343 : cluster [WRN] Health check update: Degraded data redundancy: 66/1377 objects degraded (4.793%), 11 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:15.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:13.457626+0000 mgr.smithi022.hdvvsq (mgr.14714) 176 : cluster [DBG] pgmap v132: 129 pgs: 7 peering, 2 active+undersized+degraded, 1 active+undersized, 119 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s; 11/1377 objects degraded (0.799%) 2024-02-16T20:43:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:13.457626+0000 mgr.smithi022.hdvvsq (mgr.14714) 176 : cluster [DBG] pgmap v132: 129 pgs: 7 peering, 2 active+undersized+degraded, 1 active+undersized, 119 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s; 11/1377 objects degraded (0.799%) 2024-02-16T20:43:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:15.458109+0000 mgr.smithi022.hdvvsq (mgr.14714) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:15.583640+0000 mon.smithi022 (mon.0) 344 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:15.918066+0000 mon.smithi022 (mon.0) 345 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/1377 objects degraded (0.799%), 2 pgs degraded) 2024-02-16T20:43:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:15.918100+0000 mon.smithi022 (mon.0) 346 : cluster [INF] Cluster is now healthy 2024-02-16T20:43:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:15.458109+0000 mgr.smithi022.hdvvsq (mgr.14714) 177 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:15.583640+0000 mon.smithi022 (mon.0) 344 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:15.918066+0000 mon.smithi022 (mon.0) 345 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/1377 objects degraded (0.799%), 2 pgs degraded) 2024-02-16T20:43:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:15.918100+0000 mon.smithi022 (mon.0) 346 : cluster [INF] Cluster is now healthy 2024-02-16T20:43:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:17.458751+0000 mgr.smithi022.hdvvsq (mgr.14714) 178 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 239 B/s rd, 119 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:18.956 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:17.458751+0000 mgr.smithi022.hdvvsq (mgr.14714) 178 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 239 B/s rd, 119 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:20.482 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:43:20.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:19.459503+0000 mgr.smithi022.hdvvsq (mgr.14714) 179 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:20.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:19.459503+0000 mgr.smithi022.hdvvsq (mgr.14714) 179 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:21.078 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (10m) 43s ago 12m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (2m) 43s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (2m) 14s ago 11m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (10m) 43s ago 12m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (6m) 43s ago 6m 38.4M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (6m) 14s ago 6m 13.3M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (3m) 43s ago 13m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (3m) 14s ago 11m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (3m) 43s ago 14m 49.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (3m) 14s ago 11m 47.4M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:43:21.079 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (4m) 43s ago 4m 81.9M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (4m) 14s ago 4m 73.6M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (12m) 43s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (11m) 14s ago 11m 17.3M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (2m) 43s ago 10m 114M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (115s) 43s ago 10m 98.8M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (83s) 43s ago 10m 89.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (51s) 43s ago 9m 13.4M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (19s) 14s ago 9m 10.6M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (9m) 14s ago 8m 378M 2712M 16.2.5 6933c2a0b7dd 37a7e28e1cb5 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (8m) 14s ago 8m 311M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (8m) 14s ago 8m 436M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:43:21.080 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (3m) 43s ago 11m 57.8M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 5, 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:21.431 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 9, 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:43:21.432 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:43:21.733 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:43:21.733 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:43:21.733 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:43:21.733 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:43:21.733 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "11/23 daemons upgraded", 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:43:21.734 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:43:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:20.469729+0000 mgr.smithi022.hdvvsq (mgr.14714) 180 : audit [DBG] from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:20.739814+0000 mon.smithi022 (mon.0) 347 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:20.773908+0000 mgr.smithi022.hdvvsq (mgr.14714) 181 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:21.069168+0000 mgr.smithi022.hdvvsq (mgr.14714) 182 : audit [DBG] from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:22.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:21.430426+0000 mon.smithi022 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.22:0/1723364123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:20.469729+0000 mgr.smithi022.hdvvsq (mgr.14714) 180 : audit [DBG] from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:20.739814+0000 mon.smithi022 (mon.0) 347 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:20.773908+0000 mgr.smithi022.hdvvsq (mgr.14714) 181 : audit [DBG] from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:21.069168+0000 mgr.smithi022.hdvvsq (mgr.14714) 182 : audit [DBG] from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:21.430426+0000 mon.smithi022 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.22:0/1723364123' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:21.460021+0000 mgr.smithi022.hdvvsq (mgr.14714) 183 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 354 B/s rd, 177 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:21.732817+0000 mgr.smithi022.hdvvsq (mgr.14714) 184 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:21.924269+0000 mon.smithi022 (mon.0) 349 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:21.924457+0000 mgr.smithi022.hdvvsq (mgr.14714) 185 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:21.925380+0000 mgr.smithi022.hdvvsq (mgr.14714) 186 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-16T20:43:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:21.460021+0000 mgr.smithi022.hdvvsq (mgr.14714) 183 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 354 B/s rd, 177 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:21.732817+0000 mgr.smithi022.hdvvsq (mgr.14714) 184 : audit [DBG] from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:21.924269+0000 mon.smithi022 (mon.0) 349 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:21.924457+0000 mgr.smithi022.hdvvsq (mgr.14714) 185 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-02-16T20:43:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:21.925380+0000 mgr.smithi022.hdvvsq (mgr.14714) 186 : cephadm [INF] Upgrade: osd.5 is safe to restart 2024-02-16T20:43:23.995 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:23.460588+0000 mgr.smithi022.hdvvsq (mgr.14714) 187 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:23.643439+0000 mgr.smithi022.hdvvsq (mgr.14714) 188 : cephadm [INF] Upgrade: Updating osd.5 2024-02-16T20:43:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:23.648430+0000 mon.smithi022 (mon.0) 350 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:23.649350+0000 mon.smithi022 (mon.0) 351 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-16T20:43:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:23.650095+0000 mon.smithi022 (mon.0) 352 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:24.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:23.651446+0000 mgr.smithi022.hdvvsq (mgr.14714) 189 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-02-16T20:43:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:23.460588+0000 mgr.smithi022.hdvvsq (mgr.14714) 187 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:23.643439+0000 mgr.smithi022.hdvvsq (mgr.14714) 188 : cephadm [INF] Upgrade: Updating osd.5 2024-02-16T20:43:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:23.648430+0000 mon.smithi022 (mon.0) 350 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:23.649350+0000 mon.smithi022 (mon.0) 351 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-16T20:43:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:23.650095+0000 mon.smithi022 (mon.0) 352 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:25.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:23.651446+0000 mgr.smithi022.hdvvsq (mgr.14714) 189 : cephadm [INF] Deploying daemon osd.5 on smithi117 2024-02-16T20:43:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:25.461274+0000 mgr.smithi022.hdvvsq (mgr.14714) 190 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:26.845 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:26 smithi117 systemd[1]: Stopping Ceph osd.5 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:43:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:25.461274+0000 mgr.smithi022.hdvvsq (mgr.14714) 190 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-02-16T20:43:27.274 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5[43428]: debug 2024-02-16T20:43:26.876+0000 7fe32f1e7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:43:27.275 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5[43428]: debug 2024-02-16T20:43:26.876+0000 7fe32f1e7700 -1 osd.5 96 *** Got signal Terminated *** 2024-02-16T20:43:27.275 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5[43428]: debug 2024-02-16T20:43:26.876+0000 7fe32f1e7700 -1 osd.5 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:43:27.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:27 smithi117 bash[61414]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5 2024-02-16T20:43:27.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:27 smithi117 bash[61467]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5 2024-02-16T20:43:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.159754+0000 mon.smithi022 (mon.0) 353 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.159807+0000 mon.smithi022 (mon.0) 354 : cluster [INF] osd.5 failed (root=default,host=smithi117) (connection refused reported by osd.6) 2024-02-16T20:43:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.159920+0000 mon.smithi022 (mon.0) 355 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.160226+0000 mon.smithi022 (mon.0) 356 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:27.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.160323+0000 mon.smithi022 (mon.0) 357 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.160539+0000 mon.smithi022 (mon.0) 358 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.160697+0000 mon.smithi022 (mon.0) 359 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.160844+0000 mon.smithi022 (mon.0) 360 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.161059+0000 mon.smithi022 (mon.0) 361 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.161212+0000 mon.smithi022 (mon.0) 362 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.161374+0000 mon.smithi022 (mon.0) 363 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.161560+0000 mon.smithi022 (mon.0) 364 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.161720+0000 mon.smithi022 (mon.0) 365 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.161868+0000 mon.smithi022 (mon.0) 366 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.162067+0000 mon.smithi022 (mon.0) 367 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.560806+0000 mon.smithi022 (mon.0) 368 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.560916+0000 mon.smithi022 (mon.0) 369 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561111+0000 mon.smithi022 (mon.0) 370 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561226+0000 mon.smithi022 (mon.0) 371 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561311+0000 mon.smithi022 (mon.0) 372 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561399+0000 mon.smithi022 (mon.0) 373 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:27.975 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561515+0000 mon.smithi022 (mon.0) 374 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561651+0000 mon.smithi022 (mon.0) 375 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561739+0000 mon.smithi022 (mon.0) 376 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561862+0000 mon.smithi022 (mon.0) 377 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.561953+0000 mon.smithi022 (mon.0) 378 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.562066+0000 mon.smithi022 (mon.0) 379 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.562154+0000 mon.smithi022 (mon.0) 380 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:27.976 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.562278+0000 mon.smithi022 (mon.0) 381 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.159754+0000 mon.smithi022 (mon.0) 353 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.159807+0000 mon.smithi022 (mon.0) 354 : cluster [INF] osd.5 failed (root=default,host=smithi117) (connection refused reported by osd.6) 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.159920+0000 mon.smithi022 (mon.0) 355 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.160226+0000 mon.smithi022 (mon.0) 356 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.160323+0000 mon.smithi022 (mon.0) 357 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.160539+0000 mon.smithi022 (mon.0) 358 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:28.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.160697+0000 mon.smithi022 (mon.0) 359 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.160844+0000 mon.smithi022 (mon.0) 360 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.161059+0000 mon.smithi022 (mon.0) 361 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.161212+0000 mon.smithi022 (mon.0) 362 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.161374+0000 mon.smithi022 (mon.0) 363 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.161560+0000 mon.smithi022 (mon.0) 364 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.161720+0000 mon.smithi022 (mon.0) 365 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.161868+0000 mon.smithi022 (mon.0) 366 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.162067+0000 mon.smithi022 (mon.0) 367 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.560806+0000 mon.smithi022 (mon.0) 368 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.560916+0000 mon.smithi022 (mon.0) 369 : cluster [DBG] osd.5 reported immediately failed by osd.7 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561111+0000 mon.smithi022 (mon.0) 370 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:28.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561226+0000 mon.smithi022 (mon.0) 371 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561311+0000 mon.smithi022 (mon.0) 372 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561399+0000 mon.smithi022 (mon.0) 373 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561515+0000 mon.smithi022 (mon.0) 374 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561651+0000 mon.smithi022 (mon.0) 375 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561739+0000 mon.smithi022 (mon.0) 376 : cluster [DBG] osd.5 reported immediately failed by osd.6 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561862+0000 mon.smithi022 (mon.0) 377 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.561953+0000 mon.smithi022 (mon.0) 378 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.562066+0000 mon.smithi022 (mon.0) 379 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.562154+0000 mon.smithi022 (mon.0) 380 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-02-16T20:43:28.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.562278+0000 mon.smithi022 (mon.0) 381 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-02-16T20:43:28.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.461917+0000 mgr.smithi022.hdvvsq (mgr.14714) 191 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:43:28.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.650877+0000 mon.smithi022 (mon.0) 382 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:43:28.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:27.660554+0000 mon.smithi022 (mon.0) 383 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-16T20:43:28.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.461917+0000 mgr.smithi022.hdvvsq (mgr.14714) 191 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:43:28.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.650877+0000 mon.smithi022 (mon.0) 382 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:43:28.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:27.660554+0000 mon.smithi022 (mon.0) 383 : cluster [DBG] osdmap e97: 8 total, 7 up, 8 in 2024-02-16T20:43:29.039 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:29.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:28.658341+0000 mon.smithi022 (mon.0) 384 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-16T20:43:30.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:28.658341+0000 mon.smithi022 (mon.0) 384 : cluster [DBG] osdmap e98: 8 total, 7 up, 8 in 2024-02-16T20:43:30.094 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:29 smithi117 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.5.service: Succeeded. 2024-02-16T20:43:30.094 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:29 smithi117 systemd[1]: Stopped Ceph osd.5 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:43:30.095 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:29 smithi117 systemd[1]: Starting Ceph osd.5 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:43:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:29.462535+0000 mgr.smithi022.hdvvsq (mgr.14714) 192 : cluster [DBG] pgmap v142: 129 pgs: 3 active+undersized+degraded, 6 peering, 12 stale+active+clean, 4 active+undersized, 104 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 15/1377 objects degraded (1.089%) 2024-02-16T20:43:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:29.665701+0000 mon.smithi022 (mon.0) 385 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2024-02-16T20:43:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:29.665736+0000 mon.smithi022 (mon.0) 386 : cluster [WRN] Health check failed: Degraded data redundancy: 15/1377 objects degraded (1.089%), 3 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:30.584123+0000 mon.smithi022 (mon.0) 387 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:31.006 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:29.462535+0000 mgr.smithi022.hdvvsq (mgr.14714) 192 : cluster [DBG] pgmap v142: 129 pgs: 3 active+undersized+degraded, 6 peering, 12 stale+active+clean, 4 active+undersized, 104 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 15/1377 objects degraded (1.089%) 2024-02-16T20:43:31.006 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:29.665701+0000 mon.smithi022 (mon.0) 385 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2024-02-16T20:43:31.006 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:29.665736+0000 mon.smithi022 (mon.0) 386 : cluster [WRN] Health check failed: Degraded data redundancy: 15/1377 objects degraded (1.089%), 3 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:31.006 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:30.584123+0000 mon.smithi022 (mon.0) 387 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: 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-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-02-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-02-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-16T20:43:31.006 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-02-16T20:43:31.007 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:30 smithi117 bash[61726]: --> ceph-volume lvm activate successful for osd ID: 5 2024-02-16T20:43:32.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:43:31.875+0000 7f0742a85700 1 -- 172.21.15.117:0/1307017388 <== mon.1 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555728618680 con 0x5557285df000 2024-02-16T20:43:32.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:31 smithi117 bash[61966]: 1baed4afe8e303c02d85f64436c535cd966d33888c5cc81886890ee5c9ec00d5 2024-02-16T20:43:32.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:31 smithi117 systemd[1]: Started Ceph osd.5 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:43:32.646 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:43:32.394+0000 7f074a513380 -1 Falling back to public interface 2024-02-16T20:43:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:31.463429+0000 mgr.smithi022.hdvvsq (mgr.14714) 193 : cluster [DBG] pgmap v143: 129 pgs: 17 active+undersized+degraded, 6 peering, 3 stale+active+clean, 13 active+undersized, 90 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 128/1377 objects degraded (9.296%) 2024-02-16T20:43:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:31.961426+0000 mon.smithi022 (mon.0) 388 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:33.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:31.962372+0000 mon.smithi022 (mon.0) 389 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:31.463429+0000 mgr.smithi022.hdvvsq (mgr.14714) 193 : cluster [DBG] pgmap v143: 129 pgs: 17 active+undersized+degraded, 6 peering, 3 stale+active+clean, 13 active+undersized, 90 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 128/1377 objects degraded (9.296%) 2024-02-16T20:43:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:31.961426+0000 mon.smithi022 (mon.0) 388 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:33.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:31.962372+0000 mon.smithi022 (mon.0) 389 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:34.077 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:34.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:33.464315+0000 mgr.smithi022.hdvvsq (mgr.14714) 194 : cluster [DBG] pgmap v144: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:34.587 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:33.464315+0000 mgr.smithi022.hdvvsq (mgr.14714) 194 : cluster [DBG] pgmap v144: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:35.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:34.203852+0000 mon.smithi022 (mon.0) 390 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2024-02-16T20:43:35.593 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:34.203852+0000 mon.smithi022 (mon.0) 390 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2024-02-16T20:43:37.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:43:37.105+0000 7f074a513380 -1 osd.5 96 log_to_monitors {default=true} 2024-02-16T20:43:37.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:35.465064+0000 mgr.smithi022.hdvvsq (mgr.14714) 195 : cluster [DBG] pgmap v145: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:37.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.058827+0000 mon.smithi022 (mon.0) 391 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.059752+0000 mon.smithi022 (mon.0) 392 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.060632+0000 mon.smithi022 (mon.0) 393 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.065061+0000 mon.smithi022 (mon.0) 394 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.071189+0000 mon.smithi022 (mon.0) 395 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.074660+0000 mon.smithi022 (mon.0) 396 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.077131+0000 mon.smithi022 (mon.0) 397 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.078459+0000 mon.smithi022 (mon.0) 398 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.079802+0000 mon.smithi022 (mon.0) 399 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.081309+0000 mon.smithi022 (mon.0) 400 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:36.081492+0000 mgr.smithi022.hdvvsq (mgr.14714) 196 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:37.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:36.082259+0000 mgr.smithi022.hdvvsq (mgr.14714) 197 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:35.465064+0000 mgr.smithi022.hdvvsq (mgr.14714) 195 : cluster [DBG] pgmap v145: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.058827+0000 mon.smithi022 (mon.0) 391 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.059752+0000 mon.smithi022 (mon.0) 392 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.060632+0000 mon.smithi022 (mon.0) 393 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.065061+0000 mon.smithi022 (mon.0) 394 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.071189+0000 mon.smithi022 (mon.0) 395 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.074660+0000 mon.smithi022 (mon.0) 396 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.077131+0000 mon.smithi022 (mon.0) 397 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.078459+0000 mon.smithi022 (mon.0) 398 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.079802+0000 mon.smithi022 (mon.0) 399 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:37.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.081309+0000 mon.smithi022 (mon.0) 400 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:37.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:36.081492+0000 mgr.smithi022.hdvvsq (mgr.14714) 196 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:37.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:36.082259+0000 mgr.smithi022.hdvvsq (mgr.14714) 197 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-02-16T20:43:38.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:43:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:43:38.086+0000 7f073a9f8700 -1 osd.5 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:43:38.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:37.109554+0000 mon.smithi117 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/1613579630,v1:172.21.15.117:6809/1613579630]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:43:38.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:37.110017+0000 mon.smithi022 (mon.0) 401 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:43:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:37.109554+0000 mon.smithi117 (mon.1) 4 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/1613579630,v1:172.21.15.117:6809/1613579630]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:43:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:37.110017+0000 mon.smithi022 (mon.0) 401 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-16T20:43:39.118 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:37.465776+0000 mgr.smithi022.hdvvsq (mgr.14714) 198 : cluster [DBG] pgmap v146: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 208 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:38.066150+0000 mon.smithi022 (mon.0) 402 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-16T20:43:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:38.066209+0000 mon.smithi022 (mon.0) 403 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-16T20:43:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:38.066905+0000 mon.smithi117 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/1613579630,v1:172.21.15.117:6809/1613579630]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:38.072443+0000 mon.smithi022 (mon.0) 404 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:39.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:38.202952+0000 mon.smithi022 (mon.0) 405 : cluster [WRN] Health check update: Degraded data redundancy: 165/1377 objects degraded (11.983%), 25 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:39.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:37.465776+0000 mgr.smithi022.hdvvsq (mgr.14714) 198 : cluster [DBG] pgmap v146: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 208 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:39.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:38.066150+0000 mon.smithi022 (mon.0) 402 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-16T20:43:39.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:38.066209+0000 mon.smithi022 (mon.0) 403 : cluster [DBG] osdmap e99: 8 total, 7 up, 8 in 2024-02-16T20:43:39.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:38.066905+0000 mon.smithi117 (mon.1) 5 : audit [INF] from='osd.5 [v2:172.21.15.117:6808/1613579630,v1:172.21.15.117:6809/1613579630]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:39.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:38.072443+0000 mon.smithi022 (mon.0) 404 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:43:39.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:38.202952+0000 mon.smithi022 (mon.0) 405 : cluster [WRN] Health check update: Degraded data redundancy: 165/1377 objects degraded (11.983%), 25 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:39.063575+0000 mon.smithi022 (mon.0) 406 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:43:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:39.067695+0000 mon.smithi022 (mon.0) 407 : cluster [INF] osd.5 [v2:172.21.15.117:6808/1613579630,v1:172.21.15.117:6809/1613579630] boot 2024-02-16T20:43:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:39.067736+0000 mon.smithi022 (mon.0) 408 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-02-16T20:43:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:39.068400+0000 mon.smithi022 (mon.0) 409 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:43:40.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:40.069198+0000 mon.smithi022 (mon.0) 410 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-16T20:43:40.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:39.063575+0000 mon.smithi022 (mon.0) 406 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:43:40.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:39.067695+0000 mon.smithi022 (mon.0) 407 : cluster [INF] osd.5 [v2:172.21.15.117:6808/1613579630,v1:172.21.15.117:6809/1613579630] boot 2024-02-16T20:43:40.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:39.067736+0000 mon.smithi022 (mon.0) 408 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-02-16T20:43:40.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:39.068400+0000 mon.smithi022 (mon.0) 409 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-16T20:43:40.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:40.069198+0000 mon.smithi022 (mon.0) 410 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-02-16T20:43:41.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:39.466352+0000 mgr.smithi022.hdvvsq (mgr.14714) 199 : cluster [DBG] pgmap v149: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:41.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:40.758136+0000 mon.smithi022 (mon.0) 411 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:41.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:39.466352+0000 mgr.smithi022.hdvvsq (mgr.14714) 199 : cluster [DBG] pgmap v149: 129 pgs: 25 active+undersized+degraded, 19 active+undersized, 85 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1377 objects degraded (11.983%) 2024-02-16T20:43:41.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:40.758136+0000 mon.smithi022 (mon.0) 411 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:42.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:41.466968+0000 mgr.smithi022.hdvvsq (mgr.14714) 200 : cluster [DBG] pgmap v151: 129 pgs: 1 activating, 4 peering, 16 active+undersized+degraded, 14 active+undersized, 94 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 102/1377 objects degraded (7.407%) 2024-02-16T20:43:42.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:41.466968+0000 mgr.smithi022.hdvvsq (mgr.14714) 200 : cluster [DBG] pgmap v151: 129 pgs: 1 activating, 4 peering, 16 active+undersized+degraded, 14 active+undersized, 94 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 102/1377 objects degraded (7.407%) 2024-02-16T20:43:43.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:43.204100+0000 mon.smithi022 (mon.0) 412 : cluster [WRN] Health check update: Degraded data redundancy: 102/1377 objects degraded (7.407%), 16 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:43.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:43.204100+0000 mon.smithi022 (mon.0) 412 : cluster [WRN] Health check update: Degraded data redundancy: 102/1377 objects degraded (7.407%), 16 pgs degraded (PG_DEGRADED) 2024-02-16T20:43:44.156 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:44.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:43.467569+0000 mgr.smithi022.hdvvsq (mgr.14714) 201 : cluster [DBG] pgmap v152: 129 pgs: 1 activating, 4 peering, 2 active+undersized+degraded, 4 active+undersized, 118 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 13/1377 objects degraded (0.944%) 2024-02-16T20:43:44.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:43.467569+0000 mgr.smithi022.hdvvsq (mgr.14714) 201 : cluster [DBG] pgmap v152: 129 pgs: 1 activating, 4 peering, 2 active+undersized+degraded, 4 active+undersized, 118 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 13/1377 objects degraded (0.944%) 2024-02-16T20:43:45.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:45.518971+0000 mon.smithi022 (mon.0) 413 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/1377 objects degraded (0.944%), 2 pgs degraded) 2024-02-16T20:43:45.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:45.519005+0000 mon.smithi022 (mon.0) 414 : cluster [INF] Cluster is now healthy 2024-02-16T20:43:45.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:45.518971+0000 mon.smithi022 (mon.0) 413 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 13/1377 objects degraded (0.944%), 2 pgs degraded) 2024-02-16T20:43:45.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:45.519005+0000 mon.smithi022 (mon.0) 414 : cluster [INF] Cluster is now healthy 2024-02-16T20:43:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:45.468096+0000 mgr.smithi022.hdvvsq (mgr.14714) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 276 B/s rd, 276 B/s wr, 0 op/s 2024-02-16T20:43:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:45.583861+0000 mon.smithi022 (mon.0) 415 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:45.468096+0000 mgr.smithi022.hdvvsq (mgr.14714) 202 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 276 B/s rd, 276 B/s wr, 0 op/s 2024-02-16T20:43:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:45.583861+0000 mon.smithi022 (mon.0) 415 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:48.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:47.468774+0000 mgr.smithi022.hdvvsq (mgr.14714) 203 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 243 B/s rd, 121 B/s wr, 0 op/s 2024-02-16T20:43:48.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:47.468774+0000 mgr.smithi022.hdvvsq (mgr.14714) 203 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 243 B/s rd, 121 B/s wr, 0 op/s 2024-02-16T20:43:49.192 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:50.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:49.469487+0000 mgr.smithi022.hdvvsq (mgr.14714) 204 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:43:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:49.469487+0000 mgr.smithi022.hdvvsq (mgr.14714) 204 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:43:52.065 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:43:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:50.773566+0000 mon.smithi022 (mon.0) 416 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:52.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:51 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:51.092560+0000 mon.smithi022 (mon.0) 417 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:52.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:50.773566+0000 mon.smithi022 (mon.0) 416 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:52.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:51 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:51.092560+0000 mon.smithi022 (mon.0) 417 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:52.664 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:43:52.664 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (11m) 75s ago 13m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:43:52.664 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (3m) 75s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (3m) 16s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (11m) 75s ago 12m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (7m) 75s ago 7m 38.4M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (7m) 16s ago 7m 13.4M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (4m) 75s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (3m) 16s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (3m) 75s ago 14m 49.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (3m) 16s ago 11m 50.5M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (4m) 75s ago 4m 81.9M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (4m) 16s ago 4m 75.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (12m) 75s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (11m) 16s ago 11m 17.3M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (2m) 75s ago 11m 114M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (2m) 75s ago 10m 98.8M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (114s) 75s ago 10m 89.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:43:52.665 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (83s) 75s ago 10m 13.4M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:43:52.666 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (51s) 16s ago 9m 116M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:43:52.666 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (21s) 16s ago 9m 13.4M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:43:52.666 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (9m) 16s ago 9m 311M 2712M 16.2.5 6933c2a0b7dd 425b2d631e34 2024-02-16T20:43:52.666 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (8m) 16s ago 8m 435M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:43:52.666 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (4m) 75s ago 12m 57.8M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:51.092791+0000 mgr.smithi022.hdvvsq (mgr.14714) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:51.093992+0000 mgr.smithi022.hdvvsq (mgr.14714) 206 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:51.470121+0000 mgr.smithi022.hdvvsq (mgr.14714) 207 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 359 B/s rd, 179 B/s wr, 0 op/s 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:52.052044+0000 mgr.smithi022.hdvvsq (mgr.14714) 208 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:52.588681+0000 mon.smithi022 (mon.0) 418 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:52.589280+0000 mon.smithi022 (mon.0) 419 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-16T20:43:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:52.589828+0000 mon.smithi022 (mon.0) 420 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:43:53.020 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6, 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 10, 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:43:53.021 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:51.092791+0000 mgr.smithi022.hdvvsq (mgr.14714) 205 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:51.093992+0000 mgr.smithi022.hdvvsq (mgr.14714) 206 : cephadm [INF] Upgrade: osd.6 is safe to restart 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:51.470121+0000 mgr.smithi022.hdvvsq (mgr.14714) 207 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 359 B/s rd, 179 B/s wr, 0 op/s 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:52.052044+0000 mgr.smithi022.hdvvsq (mgr.14714) 208 : audit [DBG] from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:52.588681+0000 mon.smithi022 (mon.0) 418 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:52.589280+0000 mon.smithi022 (mon.0) 419 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-16T20:43:53.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:52.589828+0000 mon.smithi022 (mon.0) 420 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:43:53.326 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:43:53.326 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:43:53.326 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:43:53.326 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:43:53.326 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:43:53.326 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "12/23 daemons upgraded", 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:43:53.327 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:43:53.927 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:52.354137+0000 mgr.smithi022.hdvvsq (mgr.14714) 209 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:53.927 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:52.583018+0000 mgr.smithi022.hdvvsq (mgr.14714) 210 : cephadm [INF] Upgrade: Updating osd.6 2024-02-16T20:43:53.927 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:43:52.590855+0000 mgr.smithi022.hdvvsq (mgr.14714) 211 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-02-16T20:43:53.927 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:52.654845+0000 mgr.smithi022.hdvvsq (mgr.14714) 212 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:53.927 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:53 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:53.019760+0000 mon.smithi022 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.22:0/384219730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:52.354137+0000 mgr.smithi022.hdvvsq (mgr.14714) 209 : audit [DBG] from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:52.583018+0000 mgr.smithi022.hdvvsq (mgr.14714) 210 : cephadm [INF] Upgrade: Updating osd.6 2024-02-16T20:43:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:43:52.590855+0000 mgr.smithi022.hdvvsq (mgr.14714) 211 : cephadm [INF] Deploying daemon osd.6 on smithi117 2024-02-16T20:43:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:52.654845+0000 mgr.smithi022.hdvvsq (mgr.14714) 212 : audit [DBG] from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:54.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:53 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:53.019760+0000 mon.smithi022 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.22:0/384219730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:43:54.227 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:55.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:43:53.325739+0000 mgr.smithi022.hdvvsq (mgr.14714) 213 : audit [DBG] from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:55.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:53.470757+0000 mgr.smithi022.hdvvsq (mgr.14714) 214 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:43:55.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:43:53.325739+0000 mgr.smithi022.hdvvsq (mgr.14714) 213 : audit [DBG] from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:43:55.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:53.470757+0000 mgr.smithi022.hdvvsq (mgr.14714) 214 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:43:55.693 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:55 smithi117 systemd[1]: Stopping Ceph osd.6 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:43:56.040 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6[46293]: debug 2024-02-16T20:43:55.690+0000 7fbe2de6b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:43:56.040 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6[46293]: debug 2024-02-16T20:43:55.690+0000 7fbe2de6b700 -1 osd.6 101 *** Got signal Terminated *** 2024-02-16T20:43:56.040 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:55 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6[46293]: debug 2024-02-16T20:43:55.690+0000 7fbe2de6b700 -1 osd.6 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:43:56.322 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:56 smithi117 bash[63317]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6 2024-02-16T20:43:56.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:56 smithi117 bash[63369]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6 2024-02-16T20:43:57.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.471200+0000 mgr.smithi022.hdvvsq (mgr.14714) 215 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:43:57.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.963979+0000 mon.smithi022 (mon.0) 422 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964030+0000 mon.smithi022 (mon.0) 423 : cluster [INF] osd.6 failed (root=default,host=smithi117) (connection refused reported by osd.7) 2024-02-16T20:43:57.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964202+0000 mon.smithi022 (mon.0) 424 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964297+0000 mon.smithi022 (mon.0) 425 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964388+0000 mon.smithi022 (mon.0) 426 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964502+0000 mon.smithi022 (mon.0) 427 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964618+0000 mon.smithi022 (mon.0) 428 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964767+0000 mon.smithi022 (mon.0) 429 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964839+0000 mon.smithi022 (mon.0) 430 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.964974+0000 mon.smithi022 (mon.0) 431 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.965042+0000 mon.smithi022 (mon.0) 432 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.965198+0000 mon.smithi022 (mon.0) 433 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.965341+0000 mon.smithi022 (mon.0) 434 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.965501+0000 mon.smithi022 (mon.0) 435 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:55.965659+0000 mon.smithi022 (mon.0) 436 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.082370+0000 mon.smithi022 (mon.0) 437 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.136019+0000 mon.smithi022 (mon.0) 438 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.189398+0000 mon.smithi022 (mon.0) 439 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.222745+0000 mon.smithi022 (mon.0) 440 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.236841+0000 mon.smithi022 (mon.0) 441 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.282543+0000 mon.smithi022 (mon.0) 442 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.337174+0000 mon.smithi022 (mon.0) 443 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.364696+0000 mon.smithi022 (mon.0) 444 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.364796+0000 mon.smithi022 (mon.0) 445 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365061+0000 mon.smithi022 (mon.0) 446 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365120+0000 mon.smithi022 (mon.0) 447 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365266+0000 mon.smithi022 (mon.0) 448 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365365+0000 mon.smithi022 (mon.0) 449 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365466+0000 mon.smithi022 (mon.0) 450 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365615+0000 mon.smithi022 (mon.0) 451 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365700+0000 mon.smithi022 (mon.0) 452 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365785+0000 mon.smithi022 (mon.0) 453 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365868+0000 mon.smithi022 (mon.0) 454 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.365972+0000 mon.smithi022 (mon.0) 455 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.366130+0000 mon.smithi022 (mon.0) 456 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.366258+0000 mon.smithi022 (mon.0) 457 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.390771+0000 mon.smithi022 (mon.0) 458 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.423727+0000 mon.smithi022 (mon.0) 459 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.437818+0000 mon.smithi022 (mon.0) 460 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.684092+0000 mon.smithi022 (mon.0) 461 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.738083+0000 mon.smithi022 (mon.0) 462 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.471200+0000 mgr.smithi022.hdvvsq (mgr.14714) 215 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:43:57.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.963979+0000 mon.smithi022 (mon.0) 422 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964030+0000 mon.smithi022 (mon.0) 423 : cluster [INF] osd.6 failed (root=default,host=smithi117) (connection refused reported by osd.7) 2024-02-16T20:43:57.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964202+0000 mon.smithi022 (mon.0) 424 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964297+0000 mon.smithi022 (mon.0) 425 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964388+0000 mon.smithi022 (mon.0) 426 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964502+0000 mon.smithi022 (mon.0) 427 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964618+0000 mon.smithi022 (mon.0) 428 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964767+0000 mon.smithi022 (mon.0) 429 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964839+0000 mon.smithi022 (mon.0) 430 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.964974+0000 mon.smithi022 (mon.0) 431 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.965042+0000 mon.smithi022 (mon.0) 432 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.965198+0000 mon.smithi022 (mon.0) 433 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.965341+0000 mon.smithi022 (mon.0) 434 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.965501+0000 mon.smithi022 (mon.0) 435 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:55.965659+0000 mon.smithi022 (mon.0) 436 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.082370+0000 mon.smithi022 (mon.0) 437 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.136019+0000 mon.smithi022 (mon.0) 438 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.189398+0000 mon.smithi022 (mon.0) 439 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.222745+0000 mon.smithi022 (mon.0) 440 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.236841+0000 mon.smithi022 (mon.0) 441 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.282543+0000 mon.smithi022 (mon.0) 442 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.337174+0000 mon.smithi022 (mon.0) 443 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.364696+0000 mon.smithi022 (mon.0) 444 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.364796+0000 mon.smithi022 (mon.0) 445 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365061+0000 mon.smithi022 (mon.0) 446 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365120+0000 mon.smithi022 (mon.0) 447 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365266+0000 mon.smithi022 (mon.0) 448 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365365+0000 mon.smithi022 (mon.0) 449 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365466+0000 mon.smithi022 (mon.0) 450 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365615+0000 mon.smithi022 (mon.0) 451 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365700+0000 mon.smithi022 (mon.0) 452 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365785+0000 mon.smithi022 (mon.0) 453 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365868+0000 mon.smithi022 (mon.0) 454 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.365972+0000 mon.smithi022 (mon.0) 455 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.366130+0000 mon.smithi022 (mon.0) 456 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.366258+0000 mon.smithi022 (mon.0) 457 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.390771+0000 mon.smithi022 (mon.0) 458 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-16T20:43:57.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.423727+0000 mon.smithi022 (mon.0) 459 : cluster [DBG] osd.6 reported immediately failed by osd.7 2024-02-16T20:43:57.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.437818+0000 mon.smithi022 (mon.0) 460 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-16T20:43:57.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.684092+0000 mon.smithi022 (mon.0) 461 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-02-16T20:43:57.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.738083+0000 mon.smithi022 (mon.0) 462 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-02-16T20:43:57.938 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.783214+0000 mon.smithi022 (mon.0) 463 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:43:57.939 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:56.792376+0000 mon.smithi022 (mon.0) 464 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-16T20:43:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.783214+0000 mon.smithi022 (mon.0) 463 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:43:58.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:56.792376+0000 mon.smithi022 (mon.0) 464 : cluster [DBG] osdmap e102: 8 total, 7 up, 8 in 2024-02-16T20:43:58.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:58 smithi117 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.6.service: Succeeded. 2024-02-16T20:43:58.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:58 smithi117 systemd[1]: Stopped Ceph osd.6 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:43:58.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:58 smithi117 systemd[1]: Starting Ceph osd.6 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:43:58.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:57.471625+0000 mgr.smithi022.hdvvsq (mgr.14714) 216 : cluster [DBG] pgmap v160: 129 pgs: 13 stale+active+clean, 116 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:43:58.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:57.794954+0000 mon.smithi022 (mon.0) 465 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-16T20:43:59.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:57.471625+0000 mgr.smithi022.hdvvsq (mgr.14714) 216 : cluster [DBG] pgmap v160: 129 pgs: 13 stale+active+clean, 116 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:43:59.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:57.794954+0000 mon.smithi022 (mon.0) 465 : cluster [DBG] osdmap e103: 8 total, 7 up, 8 in 2024-02-16T20:43:59.266 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:43:59.570 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:43:59.570 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-16T20:43:59.571 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: 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-16T20:43:59.571 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-16T20:43:59.571 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-16T20:43:59.571 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-16T20:43:59.571 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-16T20:43:59.571 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:43:59 smithi117 bash[63619]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-16T20:44:00.153 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:43:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:59.794623+0000 mon.smithi022 (mon.0) 466 : cluster [WRN] Health check failed: Degraded data redundancy: 67/1377 objects degraded (4.866%), 12 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:00.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:43:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:59.794623+0000 mon.smithi022 (mon.0) 466 : cluster [WRN] Health check failed: Degraded data redundancy: 67/1377 objects degraded (4.866%), 12 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:00.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:44:00.303+0000 7ff506214700 1 -- 172.21.15.117:0/2275686 <== mon.1 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5615b80b6680 con 0x5615b807d400 2024-02-16T20:44:00.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:00 smithi117 bash[63885]: 6adc7c3c752529aca3cc870bf70a06f5ecb0528e9fc3cd7edc3605fe4e162afb 2024-02-16T20:44:00.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:00 smithi117 systemd[1]: Started Ceph osd.6 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:44:01.094 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:44:00.818+0000 7ff50dca2380 -1 Falling back to public interface 2024-02-16T20:44:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:43:59.472325+0000 mgr.smithi022.hdvvsq (mgr.14714) 217 : cluster [DBG] pgmap v162: 129 pgs: 12 active+undersized+degraded, 5 stale+active+clean, 10 active+undersized, 102 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 67/1377 objects degraded (4.866%) 2024-02-16T20:44:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:00.427284+0000 mon.smithi022 (mon.0) 467 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:00.428215+0000 mon.smithi022 (mon.0) 468 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:00.584533+0000 mon.smithi022 (mon.0) 469 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:01.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:43:59.472325+0000 mgr.smithi022.hdvvsq (mgr.14714) 217 : cluster [DBG] pgmap v162: 129 pgs: 12 active+undersized+degraded, 5 stale+active+clean, 10 active+undersized, 102 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 67/1377 objects degraded (4.866%) 2024-02-16T20:44:01.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:00.427284+0000 mon.smithi022 (mon.0) 467 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:01.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:00.428215+0000 mon.smithi022 (mon.0) 468 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:01.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:00.584533+0000 mon.smithi022 (mon.0) 469 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:03.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:01.472965+0000 mgr.smithi022.hdvvsq (mgr.14714) 218 : cluster [DBG] pgmap v163: 129 pgs: 22 active+undersized+degraded, 1 stale+active+clean, 17 active+undersized, 89 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 135/1377 objects degraded (9.804%) 2024-02-16T20:44:03.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:01.472965+0000 mgr.smithi022.hdvvsq (mgr.14714) 218 : cluster [DBG] pgmap v163: 129 pgs: 22 active+undersized+degraded, 1 stale+active+clean, 17 active+undersized, 89 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 135/1377 objects degraded (9.804%) 2024-02-16T20:44:04.307 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:04.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:03.473838+0000 mgr.smithi022.hdvvsq (mgr.14714) 219 : cluster [DBG] pgmap v164: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:44:04.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:03.473838+0000 mgr.smithi022.hdvvsq (mgr.14714) 219 : cluster [DBG] pgmap v164: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:44:05.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:44:05.000+0000 7ff50dca2380 -1 osd.6 101 log_to_monitors {default=true} 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.870330+0000 mon.smithi022 (mon.0) 470 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.871322+0000 mon.smithi022 (mon.0) 471 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.872213+0000 mon.smithi022 (mon.0) 472 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.876641+0000 mon.smithi022 (mon.0) 473 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.883108+0000 mon.smithi022 (mon.0) 474 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.886643+0000 mon.smithi022 (mon.0) 475 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.889114+0000 mon.smithi022 (mon.0) 476 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.890650+0000 mon.smithi022 (mon.0) 477 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.892021+0000 mon.smithi022 (mon.0) 478 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.893481+0000 mon.smithi022 (mon.0) 479 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:04.893644+0000 mgr.smithi022.hdvvsq (mgr.14714) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:06.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:04.894424+0000 mgr.smithi022.hdvvsq (mgr.14714) 221 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-16T20:44:06.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:05.004658+0000 mon.smithi117 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3597503515,v1:172.21.15.117:6817/3597503515]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:44:06.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:05.004998+0000 mon.smithi022 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:44:06.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:44:05.900+0000 7ff4fe988700 -1 osd.6 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:44:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.870330+0000 mon.smithi022 (mon.0) 470 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.871322+0000 mon.smithi022 (mon.0) 471 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.872213+0000 mon.smithi022 (mon.0) 472 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:44:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.876641+0000 mon.smithi022 (mon.0) 473 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.883108+0000 mon.smithi022 (mon.0) 474 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:06.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.886643+0000 mon.smithi022 (mon.0) 475 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.889114+0000 mon.smithi022 (mon.0) 476 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.890650+0000 mon.smithi022 (mon.0) 477 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.892021+0000 mon.smithi022 (mon.0) 478 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.893481+0000 mon.smithi022 (mon.0) 479 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:04.893644+0000 mgr.smithi022.hdvvsq (mgr.14714) 220 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:04.894424+0000 mgr.smithi022.hdvvsq (mgr.14714) 221 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:05.004658+0000 mon.smithi117 (mon.1) 6 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3597503515,v1:172.21.15.117:6817/3597503515]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:44:06.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:05.004998+0000 mon.smithi022 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-16T20:44:07.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:05.474658+0000 mgr.smithi022.hdvvsq (mgr.14714) 222 : cluster [DBG] pgmap v165: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:44:07.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:05.886957+0000 mon.smithi022 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-16T20:44:07.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:05.887031+0000 mon.smithi022 (mon.0) 482 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-16T20:44:07.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:05.891710+0000 mon.smithi117 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3597503515,v1:172.21.15.117:6817/3597503515]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:07.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:05.892109+0000 mon.smithi022 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:05.474658+0000 mgr.smithi022.hdvvsq (mgr.14714) 222 : cluster [DBG] pgmap v165: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 312 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:44:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:05.886957+0000 mon.smithi022 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-16T20:44:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:05.887031+0000 mon.smithi022 (mon.0) 482 : cluster [DBG] osdmap e104: 8 total, 7 up, 8 in 2024-02-16T20:44:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:05.891710+0000 mon.smithi117 (mon.1) 7 : audit [INF] from='osd.6 [v2:172.21.15.117:6816/3597503515,v1:172.21.15.117:6817/3597503515]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:07.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:05.892109+0000 mon.smithi022 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:08.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:06.885630+0000 mon.smithi022 (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:44:08.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:06.890330+0000 mon.smithi022 (mon.0) 485 : cluster [INF] osd.6 [v2:172.21.15.117:6816/3597503515,v1:172.21.15.117:6817/3597503515] boot 2024-02-16T20:44:08.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:06.890398+0000 mon.smithi022 (mon.0) 486 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-02-16T20:44:08.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:06.891294+0000 mon.smithi022 (mon.0) 487 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:44:08.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:07 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:07.891246+0000 mon.smithi022 (mon.0) 488 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-16T20:44:08.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:06.885630+0000 mon.smithi022 (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:44:08.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:06.890330+0000 mon.smithi022 (mon.0) 485 : cluster [INF] osd.6 [v2:172.21.15.117:6816/3597503515,v1:172.21.15.117:6817/3597503515] boot 2024-02-16T20:44:08.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:06.890398+0000 mon.smithi022 (mon.0) 486 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-02-16T20:44:08.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:06.891294+0000 mon.smithi022 (mon.0) 487 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-16T20:44:08.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:07 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:07.891246+0000 mon.smithi022 (mon.0) 488 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-02-16T20:44:09.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:07.475217+0000 mgr.smithi022.hdvvsq (mgr.14714) 223 : cluster [DBG] pgmap v168: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:44:09.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:08.210206+0000 mon.smithi022 (mon.0) 489 : cluster [WRN] Health check update: Degraded data redundancy: 154/1377 objects degraded (11.184%), 25 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:09.342 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:07.475217+0000 mgr.smithi022.hdvvsq (mgr.14714) 223 : cluster [DBG] pgmap v168: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1377 objects degraded (11.184%) 2024-02-16T20:44:09.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:08.210206+0000 mon.smithi022 (mon.0) 489 : cluster [WRN] Health check update: Degraded data redundancy: 154/1377 objects degraded (11.184%), 25 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:11.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:09.476009+0000 mgr.smithi022.hdvvsq (mgr.14714) 224 : cluster [DBG] pgmap v170: 129 pgs: 8 activating, 18 active+undersized+degraded, 11 active+undersized, 92 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 107/1377 objects degraded (7.771%) 2024-02-16T20:44:11.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:10.790164+0000 mon.smithi022 (mon.0) 490 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:09.476009+0000 mgr.smithi022.hdvvsq (mgr.14714) 224 : cluster [DBG] pgmap v170: 129 pgs: 8 activating, 18 active+undersized+degraded, 11 active+undersized, 92 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s wr, 0 op/s; 107/1377 objects degraded (7.771%) 2024-02-16T20:44:11.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:10.790164+0000 mon.smithi022 (mon.0) 490 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:13.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:11.476846+0000 mgr.smithi022.hdvvsq (mgr.14714) 225 : cluster [DBG] pgmap v171: 129 pgs: 8 activating, 2 active+undersized+degraded, 1 active+undersized, 118 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 18/1377 objects degraded (1.307%) 2024-02-16T20:44:13.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:11.476846+0000 mgr.smithi022.hdvvsq (mgr.14714) 225 : cluster [DBG] pgmap v171: 129 pgs: 8 activating, 2 active+undersized+degraded, 1 active+undersized, 118 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 18/1377 objects degraded (1.307%) 2024-02-16T20:44:14.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:13.211836+0000 mon.smithi022 (mon.0) 491 : cluster [WRN] Health check update: Degraded data redundancy: 18/1377 objects degraded (1.307%), 2 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:14.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:13.211836+0000 mon.smithi022 (mon.0) 491 : cluster [WRN] Health check update: Degraded data redundancy: 18/1377 objects degraded (1.307%), 2 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:14.377 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:15.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:13.477495+0000 mgr.smithi022.hdvvsq (mgr.14714) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 269 B/s rd, 134 B/s wr, 0 op/s 2024-02-16T20:44:15.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:14.213560+0000 mon.smithi022 (mon.0) 492 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 18/1377 objects degraded (1.307%), 2 pgs degraded) 2024-02-16T20:44:15.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:14.213616+0000 mon.smithi022 (mon.0) 493 : cluster [INF] Cluster is now healthy 2024-02-16T20:44:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:13.477495+0000 mgr.smithi022.hdvvsq (mgr.14714) 226 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 269 B/s rd, 134 B/s wr, 0 op/s 2024-02-16T20:44:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:14.213560+0000 mon.smithi022 (mon.0) 492 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 18/1377 objects degraded (1.307%), 2 pgs degraded) 2024-02-16T20:44:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:14.213616+0000 mon.smithi022 (mon.0) 493 : cluster [INF] Cluster is now healthy 2024-02-16T20:44:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:15.478059+0000 mgr.smithi022.hdvvsq (mgr.14714) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 238 B/s wr, 0 op/s 2024-02-16T20:44:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:15.584976+0000 mon.smithi022 (mon.0) 494 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:15.478059+0000 mgr.smithi022.hdvvsq (mgr.14714) 227 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 238 B/s rd, 238 B/s wr, 0 op/s 2024-02-16T20:44:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:15.584976+0000 mon.smithi022 (mon.0) 494 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:17.478698+0000 mgr.smithi022.hdvvsq (mgr.14714) 228 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:44:18.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:17.478698+0000 mgr.smithi022.hdvvsq (mgr.14714) 228 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-02-16T20:44:19.422 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:20.749 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:19.479348+0000 mgr.smithi022.hdvvsq (mgr.14714) 229 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 265 B/s wr, 0 op/s 2024-02-16T20:44:20.749 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:19.907966+0000 mon.smithi022 (mon.0) 495 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:20.749 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:19.908164+0000 mgr.smithi022.hdvvsq (mgr.14714) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:20.749 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:19.909308+0000 mgr.smithi022.hdvvsq (mgr.14714) 231 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-16T20:44:20.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:19.479348+0000 mgr.smithi022.hdvvsq (mgr.14714) 229 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 265 B/s wr, 0 op/s 2024-02-16T20:44:20.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:19.907966+0000 mon.smithi022 (mon.0) 495 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:20.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:19.908164+0000 mgr.smithi022.hdvvsq (mgr.14714) 230 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-02-16T20:44:20.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:19.909308+0000 mgr.smithi022.hdvvsq (mgr.14714) 231 : cephadm [INF] Upgrade: osd.7 is safe to restart 2024-02-16T20:44:22.056 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:20.802528+0000 mon.smithi022 (mon.0) 496 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:22.056 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:21.653400+0000 mon.smithi022 (mon.0) 497 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:22.056 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:21.654262+0000 mon.smithi022 (mon.0) 498 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-16T20:44:22.056 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:21.654956+0000 mon.smithi022 (mon.0) 499 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:20.802528+0000 mon.smithi022 (mon.0) 496 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:21.653400+0000 mon.smithi022 (mon.0) 497 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:21.654262+0000 mon.smithi022 (mon.0) 498 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-16T20:44:22.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:21 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:21.654956+0000 mon.smithi022 (mon.0) 499 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:21.480092+0000 mgr.smithi022.hdvvsq (mgr.14714) 232 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:44:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:21.648659+0000 mgr.smithi022.hdvvsq (mgr.14714) 233 : cephadm [INF] Upgrade: Updating osd.7 2024-02-16T20:44:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:21.656251+0000 mgr.smithi022.hdvvsq (mgr.14714) 234 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-02-16T20:44:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:21.480092+0000 mgr.smithi022.hdvvsq (mgr.14714) 232 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:44:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:21.648659+0000 mgr.smithi022.hdvvsq (mgr.14714) 233 : cephadm [INF] Upgrade: Updating osd.7 2024-02-16T20:44:23.183 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:21.656251+0000 mgr.smithi022.hdvvsq (mgr.14714) 234 : cephadm [INF] Deploying daemon osd.7 on smithi117 2024-02-16T20:44:23.657 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:44:24.258 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:44:24.258 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (11m) 106s ago 13m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:44:24.258 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (3m) 106s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:44:24.258 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (3m) 19s ago 12m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:44:24.258 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (11m) 106s ago 13m 33.4M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:44:24.258 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (7m) 106s ago 7m 38.4M - 16.2.5 6933c2a0b7dd 7afac1ac0f29 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (7m) 19s ago 7m 13.5M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (4m) 106s ago 14m 437M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (4m) 19s ago 12m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (4m) 106s ago 15m 49.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (4m) 19s ago 12m 53.7M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (5m) 106s ago 5m 81.9M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (5m) 19s ago 5m 75.4M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (13m) 106s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (12m) 19s ago 12m 17.3M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (3m) 106s ago 11m 114M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (2m) 106s ago 11m 98.8M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (2m) 106s ago 11m 89.6M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (114s) 106s ago 10m 13.4M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (82s) 19s ago 10m 116M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:44:24.259 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (52s) 19s ago 10m 116M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:44:24.260 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (24s) 19s ago 9m 10.4M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:44:24.260 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (9m) 19s ago 9m 436M 2712M 16.2.5 6933c2a0b7dd 466aeca392f6 2024-02-16T20:44:24.260 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (4m) 106s ago 12m 57.8M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:44:24.454 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:24.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:23.480615+0000 mgr.smithi022.hdvvsq (mgr.14714) 235 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:44:24.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:23.644461+0000 mgr.smithi022.hdvvsq (mgr.14714) 236 : audit [DBG] from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:24.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:23.947961+0000 mgr.smithi022.hdvvsq (mgr.14714) 237 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:24.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:23.480615+0000 mgr.smithi022.hdvvsq (mgr.14714) 235 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:44:24.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:23.644461+0000 mgr.smithi022.hdvvsq (mgr.14714) 236 : audit [DBG] from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:24.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:23.947961+0000 mgr.smithi022.hdvvsq (mgr.14714) 237 : audit [DBG] from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:24.618 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:44:24.618 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 7, 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:44:24.619 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 11, 2024-02-16T20:44:24.620 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3 2024-02-16T20:44:24.620 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:44:24.620 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "13/23 daemons upgraded", 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading osd daemons", 2024-02-16T20:44:24.925 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:44:24.926 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:44:24.971 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:24 smithi117 systemd[1]: Stopping Ceph osd.7 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:44:25.222 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7[49187]: debug 2024-02-16T20:44:24.969+0000 7fe546f1a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:44:25.222 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7[49187]: debug 2024-02-16T20:44:24.969+0000 7fe546f1a700 -1 osd.7 106 *** Got signal Terminated *** 2024-02-16T20:44:25.223 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7[49187]: debug 2024-02-16T20:44:24.969+0000 7fe546f1a700 -1 osd.7 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:44:25.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:24.248552+0000 mgr.smithi022.hdvvsq (mgr.14714) 238 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:25.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:24.618348+0000 mon.smithi022 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.22:0/4221430806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:25.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:24.924113+0000 mgr.smithi022.hdvvsq (mgr.14714) 239 : audit [DBG] from='client.44245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:25.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:24.248552+0000 mgr.smithi022.hdvvsq (mgr.14714) 238 : audit [DBG] from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:25.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:24.618348+0000 mon.smithi022 (mon.0) 500 : audit [DBG] from='client.? 172.21.15.22:0/4221430806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:25.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:24.924113+0000 mgr.smithi022.hdvvsq (mgr.14714) 239 : audit [DBG] from='client.44245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:26.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:25 smithi117 bash[65221]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7 2024-02-16T20:44:26.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.243894+0000 mon.smithi022 (mon.0) 501 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.243939+0000 mon.smithi022 (mon.0) 502 : cluster [INF] osd.7 failed (root=default,host=smithi117) (connection refused reported by osd.2) 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244218+0000 mon.smithi022 (mon.0) 503 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244413+0000 mon.smithi022 (mon.0) 504 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244573+0000 mon.smithi022 (mon.0) 505 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244694+0000 mon.smithi022 (mon.0) 506 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244741+0000 mon.smithi022 (mon.0) 507 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244850+0000 mon.smithi022 (mon.0) 508 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.244938+0000 mon.smithi022 (mon.0) 509 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.245053+0000 mon.smithi022 (mon.0) 510 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.245149+0000 mon.smithi022 (mon.0) 511 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.245257+0000 mon.smithi022 (mon.0) 512 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.245363+0000 mon.smithi022 (mon.0) 513 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.245461+0000 mon.smithi022 (mon.0) 514 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.245577+0000 mon.smithi022 (mon.0) 515 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.481089+0000 mgr.smithi022.hdvvsq (mgr.14714) 240 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:44:26.481 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645015+0000 mon.smithi022 (mon.0) 516 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645285+0000 mon.smithi022 (mon.0) 517 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645511+0000 mon.smithi022 (mon.0) 518 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645688+0000 mon.smithi022 (mon.0) 519 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645755+0000 mon.smithi022 (mon.0) 520 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645915+0000 mon.smithi022 (mon.0) 521 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.645969+0000 mon.smithi022 (mon.0) 522 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646106+0000 mon.smithi022 (mon.0) 523 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646204+0000 mon.smithi022 (mon.0) 524 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646465+0000 mon.smithi022 (mon.0) 525 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646637+0000 mon.smithi022 (mon.0) 526 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646755+0000 mon.smithi022 (mon.0) 527 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646894+0000 mon.smithi022 (mon.0) 528 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.482 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:25.646992+0000 mon.smithi022 (mon.0) 529 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.243894+0000 mon.smithi022 (mon.0) 501 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.243939+0000 mon.smithi022 (mon.0) 502 : cluster [INF] osd.7 failed (root=default,host=smithi117) (connection refused reported by osd.2) 2024-02-16T20:44:26.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244218+0000 mon.smithi022 (mon.0) 503 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244413+0000 mon.smithi022 (mon.0) 504 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244573+0000 mon.smithi022 (mon.0) 505 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244694+0000 mon.smithi022 (mon.0) 506 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244741+0000 mon.smithi022 (mon.0) 507 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244850+0000 mon.smithi022 (mon.0) 508 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.244938+0000 mon.smithi022 (mon.0) 509 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.245053+0000 mon.smithi022 (mon.0) 510 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.245149+0000 mon.smithi022 (mon.0) 511 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.245257+0000 mon.smithi022 (mon.0) 512 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.245363+0000 mon.smithi022 (mon.0) 513 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.245461+0000 mon.smithi022 (mon.0) 514 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.245577+0000 mon.smithi022 (mon.0) 515 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.481089+0000 mgr.smithi022.hdvvsq (mgr.14714) 240 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:44:26.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645015+0000 mon.smithi022 (mon.0) 516 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645285+0000 mon.smithi022 (mon.0) 517 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645511+0000 mon.smithi022 (mon.0) 518 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645688+0000 mon.smithi022 (mon.0) 519 : cluster [DBG] osd.7 reported immediately failed by osd.3 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645755+0000 mon.smithi022 (mon.0) 520 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645915+0000 mon.smithi022 (mon.0) 521 : cluster [DBG] osd.7 reported immediately failed by osd.0 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.645969+0000 mon.smithi022 (mon.0) 522 : cluster [DBG] osd.7 reported immediately failed by osd.1 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646106+0000 mon.smithi022 (mon.0) 523 : cluster [DBG] osd.7 reported immediately failed by osd.2 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646204+0000 mon.smithi022 (mon.0) 524 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646465+0000 mon.smithi022 (mon.0) 525 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646637+0000 mon.smithi022 (mon.0) 526 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:26.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646755+0000 mon.smithi022 (mon.0) 527 : cluster [DBG] osd.7 reported immediately failed by osd.4 2024-02-16T20:44:26.727 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646894+0000 mon.smithi022 (mon.0) 528 : cluster [DBG] osd.7 reported immediately failed by osd.5 2024-02-16T20:44:26.727 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:25.646992+0000 mon.smithi022 (mon.0) 529 : cluster [DBG] osd.7 reported immediately failed by osd.6 2024-02-16T20:44:27.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:26.222239+0000 mon.smithi022 (mon.0) 530 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:44:27.588 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:26.232440+0000 mon.smithi022 (mon.0) 531 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-02-16T20:44:27.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:26.222239+0000 mon.smithi022 (mon.0) 530 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-16T20:44:27.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:26.232440+0000 mon.smithi022 (mon.0) 531 : cluster [DBG] osdmap e107: 8 total, 7 up, 8 in 2024-02-16T20:44:28.249 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:27 smithi117 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.7.service: Succeeded. 2024-02-16T20:44:28.249 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:27 smithi117 systemd[1]: Stopped Ceph osd.7 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:44:28.249 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 systemd[1]: Starting Ceph osd.7 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:44:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:27.231596+0000 mon.smithi022 (mon.0) 532 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-02-16T20:44:28.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:27.481705+0000 mgr.smithi022.hdvvsq (mgr.14714) 241 : cluster [DBG] pgmap v181: 129 pgs: 5 peering, 15 stale+active+clean, 109 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-16T20:44:28.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:27.231596+0000 mon.smithi022 (mon.0) 532 : cluster [DBG] osdmap e108: 8 total, 7 up, 8 in 2024-02-16T20:44:28.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:27.481705+0000 mgr.smithi022.hdvvsq (mgr.14714) 241 : cluster [DBG] pgmap v181: 129 pgs: 5 peering, 15 stale+active+clean, 109 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-02-16T20:44:29.250 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-16T20:44:29.250 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-16T20:44:29.251 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: 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-16T20:44:29.251 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-16T20:44:29.251 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-16T20:44:29.251 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-16T20:44:29.251 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-16T20:44:29.251 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:28 smithi117 bash[65522]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-16T20:44:29.491 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:29.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:28.243523+0000 mon.smithi022 (mon.0) 533 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-16T20:44:29.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:28.243523+0000 mon.smithi022 (mon.0) 533 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-16T20:44:30.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:29.482376+0000 mgr.smithi022.hdvvsq (mgr.14714) 242 : cluster [DBG] pgmap v182: 129 pgs: 14 active+undersized+degraded, 5 peering, 6 stale+active+clean, 9 active+undersized, 95 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 101/1377 objects degraded (7.335%) 2024-02-16T20:44:30.594 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:44:30.175+0000 7f6b97f66700 1 -- 172.21.15.117:0/1935754836 <== mon.1 v2:172.21.15.117:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555aff9d6680 con 0x555aff99d000 2024-02-16T20:44:30.594 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:30 smithi117 bash[65767]: 8d5daa84254e6005197e57b47959765cac743317639ee207ad00812baecd3b14 2024-02-16T20:44:30.594 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:30 smithi117 systemd[1]: Started Ceph osd.7 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:44:30.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:29.482376+0000 mgr.smithi022.hdvvsq (mgr.14714) 242 : cluster [DBG] pgmap v182: 129 pgs: 14 active+undersized+degraded, 5 peering, 6 stale+active+clean, 9 active+undersized, 95 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 101/1377 objects degraded (7.335%) 2024-02-16T20:44:31.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:44:30.694+0000 7f6b9f9f4380 -1 Falling back to public interface 2024-02-16T20:44:31.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:30.249543+0000 mon.smithi022 (mon.0) 534 : cluster [WRN] Health check failed: Degraded data redundancy: 101/1377 objects degraded (7.335%), 14 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:31.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:30.308226+0000 mon.smithi022 (mon.0) 535 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:31.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:30.309141+0000 mon.smithi022 (mon.0) 536 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:31.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:30.585727+0000 mon.smithi022 (mon.0) 537 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:31.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:30.249543+0000 mon.smithi022 (mon.0) 534 : cluster [WRN] Health check failed: Degraded data redundancy: 101/1377 objects degraded (7.335%), 14 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:31.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:30.308226+0000 mon.smithi022 (mon.0) 535 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:31.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:30.309141+0000 mon.smithi022 (mon.0) 536 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:31.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:30.585727+0000 mon.smithi022 (mon.0) 537 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:32.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:31.483190+0000 mgr.smithi022.hdvvsq (mgr.14714) 243 : cluster [DBG] pgmap v183: 129 pgs: 31 active+undersized+degraded, 5 peering, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1377 objects degraded (13.435%) 2024-02-16T20:44:32.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:31.483190+0000 mgr.smithi022.hdvvsq (mgr.14714) 243 : cluster [DBG] pgmap v183: 129 pgs: 31 active+undersized+degraded, 5 peering, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1377 objects degraded (13.435%) 2024-02-16T20:44:34.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:33.484083+0000 mgr.smithi022.hdvvsq (mgr.14714) 244 : cluster [DBG] pgmap v184: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 199/1377 objects degraded (14.452%) 2024-02-16T20:44:34.533 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:34.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:33.484083+0000 mgr.smithi022.hdvvsq (mgr.14714) 244 : cluster [DBG] pgmap v184: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 199/1377 objects degraded (14.452%) 2024-02-16T20:44:35.572 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:34.217740+0000 mon.smithi022 (mon.0) 538 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:34.715296+0000 mon.smithi022 (mon.0) 539 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.010592+0000 mon.smithi022 (mon.0) 540 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.011549+0000 mon.smithi022 (mon.0) 541 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.016865+0000 mon.smithi022 (mon.0) 542 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.023143+0000 mon.smithi022 (mon.0) 543 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.026755+0000 mon.smithi022 (mon.0) 544 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.029244+0000 mon.smithi022 (mon.0) 545 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.030690+0000 mon.smithi022 (mon.0) 546 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.032113+0000 mon.smithi022 (mon.0) 547 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.034086+0000 mon.smithi022 (mon.0) 548 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:35.034746+0000 mgr.smithi022.hdvvsq (mgr.14714) 245 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-16T20:44:35.573 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.038369+0000 mon.smithi022 (mon.0) 549 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.039167+0000 mon.smithi022 (mon.0) 550 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.043564+0000 mon.smithi022 (mon.0) 551 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.044270+0000 mon.smithi022 (mon.0) 552 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.048999+0000 mon.smithi022 (mon.0) 553 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.049685+0000 mon.smithi022 (mon.0) 554 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.053946+0000 mon.smithi022 (mon.0) 555 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.054682+0000 mon.smithi022 (mon.0) 556 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.057613+0000 mon.smithi022 (mon.0) 557 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.058246+0000 mon.smithi022 (mon.0) 558 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.061019+0000 mon.smithi022 (mon.0) 559 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.061767+0000 mon.smithi022 (mon.0) 560 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.064772+0000 mon.smithi022 (mon.0) 561 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-16T20:44:35.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.065503+0000 mon.smithi022 (mon.0) 562 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-16T20:44:35.575 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.068452+0000 mon.smithi022 (mon.0) 563 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-16T20:44:35.575 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.069174+0000 mon.smithi022 (mon.0) 564 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-16T20:44:35.575 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.072075+0000 mon.smithi022 (mon.0) 565 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-16T20:44:35.575 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.074079+0000 mon.smithi022 (mon.0) 566 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi022.qtovwy"]}]: dispatch 2024-02-16T20:44:35.575 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:35.074749+0000 mgr.smithi022.hdvvsq (mgr.14714) 246 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi022.qtovwy 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:34.217740+0000 mon.smithi022 (mon.0) 538 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:34.715296+0000 mon.smithi022 (mon.0) 539 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.010592+0000 mon.smithi022 (mon.0) 540 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.011549+0000 mon.smithi022 (mon.0) 541 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.016865+0000 mon.smithi022 (mon.0) 542 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.023143+0000 mon.smithi022 (mon.0) 543 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.026755+0000 mon.smithi022 (mon.0) 544 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.029244+0000 mon.smithi022 (mon.0) 545 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.030690+0000 mon.smithi022 (mon.0) 546 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.032113+0000 mon.smithi022 (mon.0) 547 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.034086+0000 mon.smithi022 (mon.0) 548 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:35.034746+0000 mgr.smithi022.hdvvsq (mgr.14714) 245 : cephadm [INF] Upgrade: Setting container_image for all osd 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.038369+0000 mon.smithi022 (mon.0) 549 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.039167+0000 mon.smithi022 (mon.0) 550 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.043564+0000 mon.smithi022 (mon.0) 551 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.044270+0000 mon.smithi022 (mon.0) 552 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.048999+0000 mon.smithi022 (mon.0) 553 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.049685+0000 mon.smithi022 (mon.0) 554 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-02-16T20:44:35.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.053946+0000 mon.smithi022 (mon.0) 555 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.054682+0000 mon.smithi022 (mon.0) 556 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.057613+0000 mon.smithi022 (mon.0) 557 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.058246+0000 mon.smithi022 (mon.0) 558 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.061019+0000 mon.smithi022 (mon.0) 559 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.061767+0000 mon.smithi022 (mon.0) 560 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.064772+0000 mon.smithi022 (mon.0) 561 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.065503+0000 mon.smithi022 (mon.0) 562 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.068452+0000 mon.smithi022 (mon.0) 563 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.069174+0000 mon.smithi022 (mon.0) 564 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.072075+0000 mon.smithi022 (mon.0) 565 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.074079+0000 mon.smithi022 (mon.0) 566 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi022.qtovwy"]}]: dispatch 2024-02-16T20:44:35.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:35.074749+0000 mgr.smithi022.hdvvsq (mgr.14714) 246 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi022.qtovwy 2024-02-16T20:44:36.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:44:35.816+0000 7f6b9f9f4380 -1 osd.7 106 log_to_monitors {default=true} 2024-02-16T20:44:36.480 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:44:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:44:36.242+0000 7f6b90edb700 -1 osd.7 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-16T20:44:36.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:35.484876+0000 mgr.smithi022.hdvvsq (mgr.14714) 247 : cluster [DBG] pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 199/1377 objects degraded (14.452%) 2024-02-16T20:44:36.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.820221+0000 mon.smithi117 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/27362751,v1:172.21.15.117:6825/27362751]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:44:36.480 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:35.820532+0000 mon.smithi022 (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:44:36.504 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:35.484876+0000 mgr.smithi022.hdvvsq (mgr.14714) 247 : cluster [DBG] pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 221 B/s wr, 0 op/s; 199/1377 objects degraded (14.452%) 2024-02-16T20:44:36.504 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.820221+0000 mon.smithi117 (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/27362751,v1:172.21.15.117:6825/27362751]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:44:36.504 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:35.820532+0000 mon.smithi022 (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-16T20:44:37.377 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:36.231366+0000 mon.smithi022 (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-16T20:44:37.377 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:36.231433+0000 mon.smithi022 (mon.0) 569 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-02-16T20:44:37.377 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:36.232010+0000 mon.smithi117 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/27362751,v1:172.21.15.117:6825/27362751]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:37.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:36.232267+0000 mon.smithi022 (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:37.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:36.521887+0000 mgr.smithi022.hdvvsq (mgr.14714) 248 : cephadm [INF] Upgrade: Updating mds.foofs.smithi022.qtovwy 2024-02-16T20:44:37.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:36.525683+0000 mon.smithi022 (mon.0) 571 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:37.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:36.526343+0000 mon.smithi022 (mon.0) 572 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.qtovwy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:44:37.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:36.526938+0000 mon.smithi022 (mon.0) 573 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:37.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:37 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:36.527449+0000 mgr.smithi022.hdvvsq (mgr.14714) 249 : cephadm [INF] Deploying daemon mds.foofs.smithi022.qtovwy on smithi022 2024-02-16T20:44:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:36.231366+0000 mon.smithi022 (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-16T20:44:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:36.231433+0000 mon.smithi022 (mon.0) 569 : cluster [DBG] osdmap e109: 8 total, 7 up, 8 in 2024-02-16T20:44:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:36.232010+0000 mon.smithi117 (mon.1) 9 : audit [INF] from='osd.7 [v2:172.21.15.117:6824/27362751,v1:172.21.15.117:6825/27362751]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:36.232267+0000 mon.smithi022 (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-02-16T20:44:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:36.521887+0000 mgr.smithi022.hdvvsq (mgr.14714) 248 : cephadm [INF] Upgrade: Updating mds.foofs.smithi022.qtovwy 2024-02-16T20:44:37.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:36.525683+0000 mon.smithi022 (mon.0) 571 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:37.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:36.526343+0000 mon.smithi022 (mon.0) 572 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.qtovwy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:44:37.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:36.526938+0000 mon.smithi022 (mon.0) 573 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:37.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:36.527449+0000 mgr.smithi022.hdvvsq (mgr.14714) 249 : cephadm [INF] Deploying daemon mds.foofs.smithi022.qtovwy on smithi022 2024-02-16T20:44:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:37.227913+0000 mon.smithi022 (mon.0) 574 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:44:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:37.232284+0000 mon.smithi022 (mon.0) 575 : cluster [INF] osd.7 [v2:172.21.15.117:6824/27362751,v1:172.21.15.117:6825/27362751] boot 2024-02-16T20:44:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:37.232339+0000 mon.smithi022 (mon.0) 576 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-16T20:44:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:37.237849+0000 mon.smithi022 (mon.0) 577 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:44:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:37.485318+0000 mgr.smithi022.hdvvsq (mgr.14714) 250 : cluster [DBG] pgmap v188: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 199/1377 objects degraded (14.452%) 2024-02-16T20:44:38.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:38.216898+0000 mon.smithi022 (mon.0) 578 : cluster [WRN] Health check update: Degraded data redundancy: 199/1377 objects degraded (14.452%), 36 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:38.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:38.232591+0000 mon.smithi022 (mon.0) 579 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:37.227913+0000 mon.smithi022 (mon.0) 574 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:37.232284+0000 mon.smithi022 (mon.0) 575 : cluster [INF] osd.7 [v2:172.21.15.117:6824/27362751,v1:172.21.15.117:6825/27362751] boot 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:37.232339+0000 mon.smithi022 (mon.0) 576 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:37.237849+0000 mon.smithi022 (mon.0) 577 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:37.485318+0000 mgr.smithi022.hdvvsq (mgr.14714) 250 : cluster [DBG] pgmap v188: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 199/1377 objects degraded (14.452%) 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:38.216898+0000 mon.smithi022 (mon.0) 578 : cluster [WRN] Health check update: Degraded data redundancy: 199/1377 objects degraded (14.452%), 36 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:38.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:38.232591+0000 mon.smithi022 (mon.0) 579 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-02-16T20:44:39.578 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:39.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:38.267679+0000 mon.smithi022 (mon.0) 580 : cluster [WRN] daemon mds.foofs.smithi022.qtovwy compat changed unexpectedly 2024-02-16T20:44:39.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:38.272642+0000 mon.smithi022 (mon.0) 581 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-16T20:44:39.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:44:39.248+0000 7f5e35958700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:44:39.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:38.267679+0000 mon.smithi022 (mon.0) 580 : cluster [WRN] daemon mds.foofs.smithi022.qtovwy compat changed unexpectedly 2024-02-16T20:44:39.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:38.272642+0000 mon.smithi022 (mon.0) 581 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.249007+0000 mon.smithi022 (mon.0) 582 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.249036+0000 mon.smithi022 (mon.0) 583 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.255351+0000 mon.smithi022 (mon.0) 584 : cluster [INF] Standby daemon mds.foofs.smithi117.bygeew assigned to filesystem foofs as rank 0 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.255467+0000 mon.smithi022 (mon.0) 585 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.255513+0000 mon.smithi022 (mon.0) 586 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.255685+0000 mon.smithi022 (mon.0) 587 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-16T20:44:40.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.258098+0000 mon.smithi022 (mon.0) 588 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.bygeew=up:replay} 2024-02-16T20:44:40.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:39.485896+0000 mgr.smithi022.hdvvsq (mgr.14714) 251 : cluster [DBG] pgmap v191: 129 pgs: 11 peering, 28 active+undersized+degraded, 14 active+undersized, 76 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 150/1377 objects degraded (10.893%) 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.249007+0000 mon.smithi022 (mon.0) 582 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.249036+0000 mon.smithi022 (mon.0) 583 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.255351+0000 mon.smithi022 (mon.0) 584 : cluster [INF] Standby daemon mds.foofs.smithi117.bygeew assigned to filesystem foofs as rank 0 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.255467+0000 mon.smithi022 (mon.0) 585 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.255513+0000 mon.smithi022 (mon.0) 586 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.255685+0000 mon.smithi022 (mon.0) 587 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.258098+0000 mon.smithi022 (mon.0) 588 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.bygeew=up:replay} 2024-02-16T20:44:40.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:39.485896+0000 mgr.smithi022.hdvvsq (mgr.14714) 251 : cluster [DBG] pgmap v191: 129 pgs: 11 peering, 28 active+undersized+degraded, 14 active+undersized, 76 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 150/1377 objects degraded (10.893%) 2024-02-16T20:44:41.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:40.264771+0000 mon.smithi022 (mon.0) 589 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:reconnect 2024-02-16T20:44:41.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:40.264818+0000 mon.smithi022 (mon.0) 590 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.bygeew=up:reconnect} 2024-02-16T20:44:41.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:40.820986+0000 mon.smithi022 (mon.0) 591 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:41.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:40.264771+0000 mon.smithi022 (mon.0) 589 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:reconnect 2024-02-16T20:44:41.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:40.264818+0000 mon.smithi022 (mon.0) 590 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.bygeew=up:reconnect} 2024-02-16T20:44:41.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:40.820986+0000 mon.smithi022 (mon.0) 591 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:42.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:41.270184+0000 mon.smithi022 (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:rejoin 2024-02-16T20:44:42.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:41.270231+0000 mon.smithi022 (mon.0) 593 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.bygeew=up:rejoin} 2024-02-16T20:44:42.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:41.273861+0000 mon.smithi022 (mon.0) 594 : cluster [INF] daemon mds.foofs.smithi117.bygeew is now active in filesystem foofs as rank 0 2024-02-16T20:44:42.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:41.421679+0000 mon.smithi022 (mon.0) 595 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:44:42.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:41.486762+0000 mgr.smithi022.hdvvsq (mgr.14714) 252 : cluster [DBG] pgmap v192: 129 pgs: 11 peering, 4 active+undersized+degraded, 114 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 194 B/s wr, 5 op/s; 12/1377 objects degraded (0.871%) 2024-02-16T20:44:42.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:41.270184+0000 mon.smithi022 (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:rejoin 2024-02-16T20:44:42.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:41.270231+0000 mon.smithi022 (mon.0) 593 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi117.bygeew=up:rejoin} 2024-02-16T20:44:42.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:41.273861+0000 mon.smithi022 (mon.0) 594 : cluster [INF] daemon mds.foofs.smithi117.bygeew is now active in filesystem foofs as rank 0 2024-02-16T20:44:42.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:41.421679+0000 mon.smithi022 (mon.0) 595 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:44:42.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:41.486762+0000 mgr.smithi022.hdvvsq (mgr.14714) 252 : cluster [DBG] pgmap v192: 129 pgs: 11 peering, 4 active+undersized+degraded, 114 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 194 B/s wr, 5 op/s; 12/1377 objects degraded (0.871%) 2024-02-16T20:44:43.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:42.269118+0000 mon.smithi022 (mon.0) 596 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-16T20:44:43.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:42.275973+0000 mon.smithi022 (mon.0) 597 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:active 2024-02-16T20:44:43.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:42.276040+0000 mon.smithi022 (mon.0) 598 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.bygeew=up:active} 2024-02-16T20:44:43.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:43.217983+0000 mon.smithi022 (mon.0) 599 : cluster [WRN] Health check update: Degraded data redundancy: 12/1377 objects degraded (0.871%), 4 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:43.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:42.269118+0000 mon.smithi022 (mon.0) 596 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-16T20:44:43.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:42.275973+0000 mon.smithi022 (mon.0) 597 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3557447486,v1:172.21.15.117:6833/3557447486] up:active 2024-02-16T20:44:43.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:42.276040+0000 mon.smithi022 (mon.0) 598 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.bygeew=up:active} 2024-02-16T20:44:43.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:43.217983+0000 mon.smithi022 (mon.0) 599 : cluster [WRN] Health check update: Degraded data redundancy: 12/1377 objects degraded (0.871%), 4 pgs degraded (PG_DEGRADED) 2024-02-16T20:44:44.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:43.487370+0000 mgr.smithi022.hdvvsq (mgr.14714) 253 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 163 B/s wr, 8 op/s 2024-02-16T20:44:44.621 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:44.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:43.487370+0000 mgr.smithi022.hdvvsq (mgr.14714) 253 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 163 B/s wr, 8 op/s 2024-02-16T20:44:45.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:45 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:44.274798+0000 mon.smithi022 (mon.0) 600 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/1377 objects degraded (0.871%), 4 pgs degraded) 2024-02-16T20:44:45.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:45 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:44.274798+0000 mon.smithi022 (mon.0) 600 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/1377 objects degraded (0.871%), 4 pgs degraded) 2024-02-16T20:44:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:45.488054+0000 mgr.smithi022.hdvvsq (mgr.14714) 254 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 255 B/s wr, 11 op/s 2024-02-16T20:44:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:45.586379+0000 mon.smithi022 (mon.0) 601 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:46.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:45.488054+0000 mgr.smithi022.hdvvsq (mgr.14714) 254 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 26 MiB/s rd, 255 B/s wr, 11 op/s 2024-02-16T20:44:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:45.586379+0000 mon.smithi022 (mon.0) 601 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:48.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:47.488791+0000 mgr.smithi022.hdvvsq (mgr.14714) 255 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 8.4 KiB/s wr, 15 op/s 2024-02-16T20:44:48.910 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:47.488791+0000 mgr.smithi022.hdvvsq (mgr.14714) 255 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 MiB/s rd, 8.4 KiB/s wr, 15 op/s 2024-02-16T20:44:49.660 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:49.489285+0000 mgr.smithi022.hdvvsq (mgr.14714) 256 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 7.0 KiB/s wr, 12 op/s 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:49.892175+0000 mon.smithi022 (mon.0) 602 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:49.892916+0000 mon.smithi022 (mon.0) 603 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:50.590811+0000 mon.smithi022 (mon.0) 604 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:50.590851+0000 mon.smithi022 (mon.0) 605 : cluster [INF] Cluster is now healthy 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:50.594441+0000 mon.smithi022 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:boot 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:50.594495+0000 mon.smithi022 (mon.0) 607 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.bygeew=up:active} 1 up:standby 2024-02-16T20:44:51.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:50.594999+0000 mon.smithi022 (mon.0) 608 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:44:51.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:50.832257+0000 mon.smithi022 (mon.0) 609 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:49.489285+0000 mgr.smithi022.hdvvsq (mgr.14714) 256 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 7.0 KiB/s wr, 12 op/s 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:49.892175+0000 mon.smithi022 (mon.0) 602 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:49.892916+0000 mon.smithi022 (mon.0) 603 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:50.590811+0000 mon.smithi022 (mon.0) 604 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:50.590851+0000 mon.smithi022 (mon.0) 605 : cluster [INF] Cluster is now healthy 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:50.594441+0000 mon.smithi022 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:boot 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:50.594495+0000 mon.smithi022 (mon.0) 607 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi117.bygeew=up:active} 1 up:standby 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:50.594999+0000 mon.smithi022 (mon.0) 608 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:44:51.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:50.832257+0000 mon.smithi022 (mon.0) 609 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:53.182 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:51.489808+0000 mgr.smithi022.hdvvsq (mgr.14714) 257 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-02-16T20:44:53.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:51.489808+0000 mgr.smithi022.hdvvsq (mgr.14714) 257 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-02-16T20:44:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:53.490318+0000 mgr.smithi022.hdvvsq (mgr.14714) 258 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 KiB/s wr, 9 op/s 2024-02-16T20:44:54.702 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:54.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:53.490318+0000 mgr.smithi022.hdvvsq (mgr.14714) 258 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 KiB/s wr, 9 op/s 2024-02-16T20:44:55.247 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (12m) 0s ago 14m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (4m) 0s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (4m) 21s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (12m) 0s ago 13m 33.5M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (6s) 0s ago 8m 10.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc e8ab4c100a49 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (8m) 21s ago 8m 13.6M - 16.2.5 6933c2a0b7dd dc54ea535279 2024-02-16T20:44:55.851 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (5m) 0s ago 15m 443M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (4m) 21s ago 13m 387M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (4m) 0s ago 15m 50.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (4m) 21s ago 12m 37.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (5m) 0s ago 5m 84.3M - 3.5 6933c2a0b7dd 5f2a2df58820 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (5m) 21s ago 5m 76.9M - 3.5 6933c2a0b7dd a3f562bedb57 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (13m) 0s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (12m) 21s ago 12m 17.3M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (4m) 0s ago 12m 120M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (3m) 0s ago 11m 108M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (2m) 0s ago 11m 98.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (2m) 0s ago 11m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (114s) 21s ago 10m 118M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (84s) 21s ago 10m 117M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (55s) 21s ago 10m 100M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:44:55.852 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (26s) 21s ago 9m 15.3M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8d5daa84254e 2024-02-16T20:44:55.853 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (5m) 0s ago 13m 60.9M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:56.209 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1, 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 13, 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:44:56.210 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.233223+0000 mon.smithi022 (mon.0) 610 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.233773+0000 mgr.smithi022.hdvvsq (mgr.14714) 259 : audit [DBG] from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:55.490787+0000 mgr.smithi022.hdvvsq (mgr.14714) 260 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 MiB/s rd, 6.6 KiB/s wr, 7 op/s 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.533624+0000 mon.smithi022 (mon.0) 611 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.534271+0000 mon.smithi022 (mon.0) 612 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.538295+0000 mon.smithi022 (mon.0) 613 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:56.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.543907+0000 mgr.smithi022.hdvvsq (mgr.14714) 261 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.543965+0000 mon.smithi022 (mon.0) 614 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.547849+0000 mon.smithi022 (mon.0) 615 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.550084+0000 mon.smithi022 (mon.0) 616 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.551324+0000 mon.smithi022 (mon.0) 617 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.552454+0000 mon.smithi022 (mon.0) 618 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.554047+0000 mon.smithi022 (mon.0) 619 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.555832+0000 mon.smithi022 (mon.0) 620 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi117.bygeew"]}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:55.556402+0000 mgr.smithi022.hdvvsq (mgr.14714) 262 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi117.bygeew 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:55.841501+0000 mgr.smithi022.hdvvsq (mgr.14714) 263 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:56.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:56.208578+0000 mon.smithi022 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.22:0/10550104' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.512 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:44:56.512 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:44:56.512 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:44:56.512 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:44:56.512 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:44:56.512 INFO:teuthology.orchestra.run.smithi022.stdout: "osd", 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: "crash" 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "15/23 daemons upgraded", 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading mds daemons", 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:44:56.513 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.233223+0000 mon.smithi022 (mon.0) 610 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.233773+0000 mgr.smithi022.hdvvsq (mgr.14714) 259 : audit [DBG] from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:55.490787+0000 mgr.smithi022.hdvvsq (mgr.14714) 260 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.7 MiB/s rd, 6.6 KiB/s wr, 7 op/s 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.533624+0000 mon.smithi022 (mon.0) 611 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.534271+0000 mon.smithi022 (mon.0) 612 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.538295+0000 mon.smithi022 (mon.0) 613 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.543907+0000 mgr.smithi022.hdvvsq (mgr.14714) 261 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.543965+0000 mon.smithi022 (mon.0) 614 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.547849+0000 mon.smithi022 (mon.0) 615 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.550084+0000 mon.smithi022 (mon.0) 616 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.551324+0000 mon.smithi022 (mon.0) 617 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.552454+0000 mon.smithi022 (mon.0) 618 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.554047+0000 mon.smithi022 (mon.0) 619 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:56.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.555832+0000 mon.smithi022 (mon.0) 620 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi117.bygeew"]}]: dispatch 2024-02-16T20:44:56.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:55.556402+0000 mgr.smithi022.hdvvsq (mgr.14714) 262 : cephadm [INF] Upgrade: It appears safe to stop mds.foofs.smithi117.bygeew 2024-02-16T20:44:56.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:55.841501+0000 mgr.smithi022.hdvvsq (mgr.14714) 263 : audit [DBG] from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:56.725 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:56.208578+0000 mon.smithi022 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.22:0/10550104' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:44:57.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:56.511611+0000 mgr.smithi022.hdvvsq (mgr.14714) 264 : audit [DBG] from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:57.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:56.511611+0000 mgr.smithi022.hdvvsq (mgr.14714) 264 : audit [DBG] from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:44:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:57.455253+0000 mgr.smithi022.hdvvsq (mgr.14714) 265 : cephadm [INF] Upgrade: Updating mds.foofs.smithi117.bygeew 2024-02-16T20:44:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:57.460008+0000 mon.smithi022 (mon.0) 622 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:57.460935+0000 mon.smithi022 (mon.0) 623 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.bygeew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:44:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:44:57.461778+0000 mon.smithi022 (mon.0) 624 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:44:57.462563+0000 mgr.smithi022.hdvvsq (mgr.14714) 266 : cephadm [INF] Deploying daemon mds.foofs.smithi117.bygeew on smithi117 2024-02-16T20:44:58.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:57.491523+0000 mgr.smithi022.hdvvsq (mgr.14714) 267 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 7.7 KiB/s wr, 4 op/s 2024-02-16T20:44:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:57.455253+0000 mgr.smithi022.hdvvsq (mgr.14714) 265 : cephadm [INF] Upgrade: Updating mds.foofs.smithi117.bygeew 2024-02-16T20:44:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:57.460008+0000 mon.smithi022 (mon.0) 622 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:44:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:57.460935+0000 mon.smithi022 (mon.0) 623 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi117.bygeew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-16T20:44:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:44:57.461778+0000 mon.smithi022 (mon.0) 624 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:44:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:44:57.462563+0000 mgr.smithi022.hdvvsq (mgr.14714) 266 : cephadm [INF] Deploying daemon mds.foofs.smithi117.bygeew on smithi117 2024-02-16T20:44:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:44:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:57.491523+0000 mgr.smithi022.hdvvsq (mgr.14714) 267 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 7.7 KiB/s wr, 4 op/s 2024-02-16T20:44:59.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:44:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:44:59.462+0000 7f5e35958700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:44:59.724 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:44:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:44:59.480+0000 7f32a4982700 -1 bdev(0x564b7af86800 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 2 2024-02-16T20:44:59.724 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:44:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:44:59.480+0000 7f329f177700 -1 bdev(0x564b7af86800 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 2 2024-02-16T20:44:59.732 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:44:59.844 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:44:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:44:59.479+0000 7ff4e409c700 -1 bdev(0x5615b8df2800 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 2 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.140070+0000 mon.smithi022 (mon.0) 625 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.463443+0000 mon.smithi022 (mon.0) 626 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.463467+0000 mon.smithi022 (mon.0) 627 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.466955+0000 mon.smithi022 (mon.0) 628 : cluster [INF] Standby daemon mds.foofs.smithi022.qtovwy assigned to filesystem foofs as rank 0 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.467095+0000 mon.smithi022 (mon.0) 629 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.467117+0000 mon.smithi022 (mon.0) 630 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.467295+0000 mon.smithi022 (mon.0) 631 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.469760+0000 mon.smithi022 (mon.0) 632 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi022.qtovwy=up:replay} 2024-02-16T20:45:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:44:59.492143+0000 mgr.smithi022.hdvvsq (mgr.14714) 268 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.140070+0000 mon.smithi022 (mon.0) 625 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.463443+0000 mon.smithi022 (mon.0) 626 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.463467+0000 mon.smithi022 (mon.0) 627 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.466955+0000 mon.smithi022 (mon.0) 628 : cluster [INF] Standby daemon mds.foofs.smithi022.qtovwy assigned to filesystem foofs as rank 0 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.467095+0000 mon.smithi022 (mon.0) 629 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.467117+0000 mon.smithi022 (mon.0) 630 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.467295+0000 mon.smithi022 (mon.0) 631 : cluster [DBG] fsmap foofs:0/1 1 up:standby, 1 failed 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.469760+0000 mon.smithi022 (mon.0) 632 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi022.qtovwy=up:replay} 2024-02-16T20:45:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:44:59.492143+0000 mgr.smithi022.hdvvsq (mgr.14714) 268 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-02-16T20:45:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:00.585842+0000 mon.smithi022 (mon.0) 633 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:01.141757+0000 mon.smithi022 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:reconnect 2024-02-16T20:45:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:01.141814+0000 mon.smithi022 (mon.0) 635 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi022.qtovwy=up:reconnect} 2024-02-16T20:45:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:00.585842+0000 mon.smithi022 (mon.0) 633 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:01.141757+0000 mon.smithi022 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:reconnect 2024-02-16T20:45:01.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:01.141814+0000 mon.smithi022 (mon.0) 635 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi022.qtovwy=up:reconnect} 2024-02-16T20:45:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:01.492758+0000 mgr.smithi022.hdvvsq (mgr.14714) 269 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-02-16T20:45:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:02.145699+0000 mon.smithi022 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:rejoin 2024-02-16T20:45:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:02.145770+0000 mon.smithi022 (mon.0) 637 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi022.qtovwy=up:rejoin} 2024-02-16T20:45:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:02.148506+0000 mon.smithi022 (mon.0) 638 : cluster [INF] daemon mds.foofs.smithi022.qtovwy is now active in filesystem foofs as rank 0 2024-02-16T20:45:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:01.492758+0000 mgr.smithi022.hdvvsq (mgr.14714) 269 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.7 MiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-02-16T20:45:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:02.145699+0000 mon.smithi022 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:rejoin 2024-02-16T20:45:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:02.145770+0000 mon.smithi022 (mon.0) 637 : cluster [DBG] fsmap foofs:1/1 {0=foofs.smithi022.qtovwy=up:rejoin} 2024-02-16T20:45:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:02.148506+0000 mon.smithi022 (mon.0) 638 : cluster [INF] daemon mds.foofs.smithi022.qtovwy is now active in filesystem foofs as rank 0 2024-02-16T20:45:03.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:03.144062+0000 mon.smithi022 (mon.0) 639 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-16T20:45:03.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:03.148218+0000 mon.smithi022 (mon.0) 640 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:active 2024-02-16T20:45:03.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:03.148294+0000 mon.smithi022 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 2024-02-16T20:45:03.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:03.144062+0000 mon.smithi022 (mon.0) 639 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-02-16T20:45:03.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:03.148218+0000 mon.smithi022 (mon.0) 640 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1817478401,v1:172.21.15.22:6835/1817478401] up:active 2024-02-16T20:45:03.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:03.148294+0000 mon.smithi022 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 2024-02-16T20:45:04.771 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:45:04.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:03.493486+0000 mgr.smithi022.hdvvsq (mgr.14714) 270 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-02-16T20:45:04.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:03.493486+0000 mgr.smithi022.hdvvsq (mgr.14714) 270 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 1.7 KiB/s wr, 6 op/s 2024-02-16T20:45:06.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:05.493967+0000 mgr.smithi022.hdvvsq (mgr.14714) 271 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.7 KiB/s wr, 9 op/s 2024-02-16T20:45:06.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:05.493967+0000 mgr.smithi022.hdvvsq (mgr.14714) 271 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 1.7 KiB/s wr, 9 op/s 2024-02-16T20:45:08.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:07.494570+0000 mgr.smithi022.hdvvsq (mgr.14714) 272 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 7.8 KiB/s wr, 14 op/s 2024-02-16T20:45:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:07.494570+0000 mgr.smithi022.hdvvsq (mgr.14714) 272 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 7.8 KiB/s wr, 14 op/s 2024-02-16T20:45:09.804 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:09.243613+0000 mon.smithi022 (mon.0) 642 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:09.244527+0000 mon.smithi022 (mon.0) 643 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:09.495199+0000 mgr.smithi022.hdvvsq (mgr.14714) 273 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:09.597582+0000 mon.smithi022 (mon.0) 644 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:09.597610+0000 mon.smithi022 (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:09.601088+0000 mon.smithi022 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3604726342,v1:172.21.15.117:6833/3604726342] up:boot 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:09.601138+0000 mon.smithi022 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:45:10.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:09.601266+0000 mon.smithi022 (mon.0) 648 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:09.243613+0000 mon.smithi022 (mon.0) 642 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:09.244527+0000 mon.smithi022 (mon.0) 643 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:09.495199+0000 mgr.smithi022.hdvvsq (mgr.14714) 273 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:09.597582+0000 mon.smithi022 (mon.0) 644 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:09.597610+0000 mon.smithi022 (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:09.601088+0000 mon.smithi022 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.117:6832/3604726342,v1:172.21.15.117:6833/3604726342] up:boot 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:09.601138+0000 mon.smithi022 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi022.qtovwy=up:active} 1 up:standby 2024-02-16T20:45:10.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:09.601266+0000 mon.smithi022 (mon.0) 648 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:45:12.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:11.495999+0000 mgr.smithi022.hdvvsq (mgr.14714) 274 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-02-16T20:45:12.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.281373+0000 mon.smithi022 (mon.0) 649 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.282341+0000 mon.smithi022 (mon.0) 650 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.283241+0000 mon.smithi022 (mon.0) 651 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.287746+0000 mon.smithi022 (mon.0) 652 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.293817+0000 mon.smithi022 (mon.0) 653 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.297267+0000 mon.smithi022 (mon.0) 654 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.299704+0000 mon.smithi022 (mon.0) 655 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.301061+0000 mon.smithi022 (mon.0) 656 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.302414+0000 mon.smithi022 (mon.0) 657 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.304302+0000 mon.smithi022 (mon.0) 658 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.306186+0000 mon.smithi022 (mon.0) 659 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.310354+0000 mon.smithi022 (mon.0) 660 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.311149+0000 mon.smithi022 (mon.0) 661 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.315548+0000 mon.smithi022 (mon.0) 662 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi022.qtovwy"}]': finished 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.316237+0000 mon.smithi022 (mon.0) 663 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.320531+0000 mon.smithi022 (mon.0) 664 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.bygeew"}]': finished 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.321550+0000 mon.smithi022 (mon.0) 665 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.325955+0000 mon.smithi022 (mon.0) 666 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.327022+0000 mon.smithi022 (mon.0) 667 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.330692+0000 mon.smithi022 (mon.0) 668 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.331682+0000 mon.smithi022 (mon.0) 669 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.332765+0000 mon.smithi022 (mon.0) 670 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:12.336515+0000 mon.smithi022 (mon.0) 671 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:11.495999+0000 mgr.smithi022.hdvvsq (mgr.14714) 274 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 6.5 KiB/s wr, 11 op/s 2024-02-16T20:45:12.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.281373+0000 mon.smithi022 (mon.0) 649 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.282341+0000 mon.smithi022 (mon.0) 650 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:12.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.283241+0000 mon.smithi022 (mon.0) 651 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:45:12.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.287746+0000 mon.smithi022 (mon.0) 652 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.293817+0000 mon.smithi022 (mon.0) 653 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.297267+0000 mon.smithi022 (mon.0) 654 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.299704+0000 mon.smithi022 (mon.0) 655 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.301061+0000 mon.smithi022 (mon.0) 656 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.302414+0000 mon.smithi022 (mon.0) 657 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.304302+0000 mon.smithi022 (mon.0) 658 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.306186+0000 mon.smithi022 (mon.0) 659 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.310354+0000 mon.smithi022 (mon.0) 660 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.311149+0000 mon.smithi022 (mon.0) 661 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi022.qtovwy"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.315548+0000 mon.smithi022 (mon.0) 662 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi022.qtovwy"}]': finished 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.316237+0000 mon.smithi022 (mon.0) 663 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.bygeew"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.320531+0000 mon.smithi022 (mon.0) 664 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi117.bygeew"}]': finished 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.321550+0000 mon.smithi022 (mon.0) 665 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.937 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.325955+0000 mon.smithi022 (mon.0) 666 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.938 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.327022+0000 mon.smithi022 (mon.0) 667 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.938 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.330692+0000 mon.smithi022 (mon.0) 668 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:12.938 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.331682+0000 mon.smithi022 (mon.0) 669 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.938 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.332765+0000 mon.smithi022 (mon.0) 670 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:12.938 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:12.336515+0000 mon.smithi022 (mon.0) 671 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:13.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:12.306839+0000 mgr.smithi022.hdvvsq (mgr.14714) 275 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-16T20:45:13.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:12.322221+0000 mgr.smithi022.hdvvsq (mgr.14714) 276 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-16T20:45:13.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:12.327638+0000 mgr.smithi022.hdvvsq (mgr.14714) 277 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-16T20:45:13.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:12.333403+0000 mgr.smithi022.hdvvsq (mgr.14714) 278 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-16T20:45:13.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:12.306839+0000 mgr.smithi022.hdvvsq (mgr.14714) 275 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-02-16T20:45:13.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:12.322221+0000 mgr.smithi022.hdvvsq (mgr.14714) 276 : cephadm [INF] Upgrade: Setting container_image for all rgw 2024-02-16T20:45:13.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:12.327638+0000 mgr.smithi022.hdvvsq (mgr.14714) 277 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-02-16T20:45:13.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:13 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:12.333403+0000 mgr.smithi022.hdvvsq (mgr.14714) 278 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-02-16T20:45:14.839 INFO:teuthology.orchestra.run.smithi022.stderr:mount.nfs: mounting smithi022:/fake failed, reason given by server: No such file or directory 2024-02-16T20:45:15.197 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:13.496535+0000 mgr.smithi022.hdvvsq (mgr.14714) 279 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 KiB/s wr, 9 op/s 2024-02-16T20:45:15.197 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:14.066107+0000 mgr.smithi022.hdvvsq (mgr.14714) 280 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi022.rdqzam (1/2) 2024-02-16T20:45:15.197 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.070594+0000 mon.smithi022 (mon.0) 672 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:14.071262+0000 mgr.smithi022.hdvvsq (mgr.14714) 281 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.071520+0000 mon.smithi022 (mon.0) 673 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:14.072109+0000 mgr.smithi022.hdvvsq (mgr.14714) 282 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.072320+0000 mon.smithi022 (mon.0) 674 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.075157+0000 mon.smithi022 (mon.0) 675 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.076316+0000 mon.smithi022 (mon.0) 676 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.118656+0000 mon.smithi022 (mon.0) 677 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.121936+0000 mon.smithi022 (mon.0) 678 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.169345+0000 mon.smithi022 (mon.0) 679 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:45:15.198 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:15 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:14.175620+0000 mon.smithi022 (mon.0) 680 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:13.496535+0000 mgr.smithi022.hdvvsq (mgr.14714) 279 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 6.5 KiB/s wr, 9 op/s 2024-02-16T20:45:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:14.066107+0000 mgr.smithi022.hdvvsq (mgr.14714) 280 : cephadm [INF] Upgrade: Updating nfs.foo.0.1.smithi022.rdqzam (1/2) 2024-02-16T20:45:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.070594+0000 mon.smithi022 (mon.0) 672 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:14.071262+0000 mgr.smithi022.hdvvsq (mgr.14714) 281 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam 2024-02-16T20:45:15.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.071520+0000 mon.smithi022 (mon.0) 673 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:14.072109+0000 mgr.smithi022.hdvvsq (mgr.14714) 282 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.072320+0000 mon.smithi022 (mon.0) 674 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.075157+0000 mon.smithi022 (mon.0) 675 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.076316+0000 mon.smithi022 (mon.0) 676 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.118656+0000 mon.smithi022 (mon.0) 677 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.121936+0000 mon.smithi022 (mon.0) 678 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.169345+0000 mon.smithi022 (mon.0) 679 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi022.rdqzam-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:45:15.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:14.175620+0000 mon.smithi022 (mon.0) 680 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:16.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:14.168868+0000 mgr.smithi022.hdvvsq (mgr.14714) 283 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:45:16.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:14.168967+0000 mgr.smithi022.hdvvsq (mgr.14714) 284 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam-rgw 2024-02-16T20:45:16.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:14.176368+0000 mgr.smithi022.hdvvsq (mgr.14714) 285 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi022.rdqzam on smithi022 2024-02-16T20:45:16.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:15.587407+0000 mon.smithi022 (mon.0) 681 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:16.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:14.168868+0000 mgr.smithi022.hdvvsq (mgr.14714) 283 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:45:16.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:14.168967+0000 mgr.smithi022.hdvvsq (mgr.14714) 284 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi022.rdqzam-rgw 2024-02-16T20:45:16.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:14.176368+0000 mgr.smithi022.hdvvsq (mgr.14714) 285 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi022.rdqzam on smithi022 2024-02-16T20:45:16.378 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:15.587407+0000 mon.smithi022 (mon.0) 681 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:17.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:15.497355+0000 mgr.smithi022.hdvvsq (mgr.14714) 286 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 6.6 KiB/s wr, 7 op/s 2024-02-16T20:45:17.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:15.497355+0000 mgr.smithi022.hdvvsq (mgr.14714) 286 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.0 MiB/s rd, 6.6 KiB/s wr, 7 op/s 2024-02-16T20:45:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:17.497906+0000 mgr.smithi022.hdvvsq (mgr.14714) 287 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.6 KiB/s rd, 7.7 KiB/s wr, 5 op/s 2024-02-16T20:45:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:17.774365+0000 mon.smithi022 (mon.0) 682 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:19.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:17.497906+0000 mgr.smithi022.hdvvsq (mgr.14714) 287 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.6 KiB/s rd, 7.7 KiB/s wr, 5 op/s 2024-02-16T20:45:19.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:17.774365+0000 mon.smithi022 (mon.0) 682 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:19.317079+0000 mgr.smithi022.hdvvsq (mgr.14714) 288 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi117.jlvrjd (2/2) 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.321844+0000 mon.smithi022 (mon.0) 683 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:19.322652+0000 mgr.smithi022.hdvvsq (mgr.14714) 289 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.322944+0000 mon.smithi022 (mon.0) 684 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:19.323611+0000 mgr.smithi022.hdvvsq (mgr.14714) 290 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.323865+0000 mon.smithi022 (mon.0) 685 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.327011+0000 mon.smithi022 (mon.0) 686 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.328213+0000 mon.smithi022 (mon.0) 687 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.373214+0000 mon.smithi022 (mon.0) 688 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.376608+0000 mon.smithi022 (mon.0) 689 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:19.424680+0000 mgr.smithi022.hdvvsq (mgr.14714) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:45:20.561 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:19.424785+0000 mgr.smithi022.hdvvsq (mgr.14714) 292 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd-rgw 2024-02-16T20:45:20.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.425157+0000 mon.smithi022 (mon.0) 690 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:45:20.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:19.426350+0000 mon.smithi022 (mon.0) 691 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:20.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:19.427173+0000 mgr.smithi022.hdvvsq (mgr.14714) 293 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi117.jlvrjd on smithi117 2024-02-16T20:45:20.562 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:19.498522+0000 mgr.smithi022.hdvvsq (mgr.14714) 294 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 1.6 KiB/s wr, 1 op/s 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:19.317079+0000 mgr.smithi022.hdvvsq (mgr.14714) 288 : cephadm [INF] Upgrade: Updating nfs.foo.1.1.smithi117.jlvrjd (2/2) 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.321844+0000 mon.smithi022 (mon.0) 683 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:19.322652+0000 mgr.smithi022.hdvvsq (mgr.14714) 289 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.322944+0000 mon.smithi022 (mon.0) 684 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:19.323611+0000 mgr.smithi022.hdvvsq (mgr.14714) 290 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.323865+0000 mon.smithi022 (mon.0) 685 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.327011+0000 mon.smithi022 (mon.0) 686 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 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-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.328213+0000 mon.smithi022 (mon.0) 687 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.373214+0000 mon.smithi022 (mon.0) 688 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-16T20:45:20.674 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.376608+0000 mon.smithi022 (mon.0) 689 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-16T20:45:20.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:19.424680+0000 mgr.smithi022.hdvvsq (mgr.14714) 291 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-16T20:45:20.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:19.424785+0000 mgr.smithi022.hdvvsq (mgr.14714) 292 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi117.jlvrjd-rgw 2024-02-16T20:45:20.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.425157+0000 mon.smithi022 (mon.0) 690 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi117.jlvrjd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-16T20:45:20.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:19.426350+0000 mon.smithi022 (mon.0) 691 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:20.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:19.427173+0000 mgr.smithi022.hdvvsq (mgr.14714) 293 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi117.jlvrjd on smithi117 2024-02-16T20:45:20.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:19.498522+0000 mgr.smithi022.hdvvsq (mgr.14714) 294 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 1.6 KiB/s wr, 1 op/s 2024-02-16T20:45:20.921 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-02-16T20:45:20.956 INFO:teuthology.orchestra.run.smithi022.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-02-16T20:45:20.956 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:45:20.956 INFO:teuthology.orchestra.run.smithi022.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-02-16T20:45:20.957 INFO:teuthology.orchestra.run.smithi022.stdout:4 of 5 processes prepared for launch 0 sec 2024-02-16T20:45:21.057 INFO:teuthology.orchestra.run.smithi022.stdout:5 of 5 processes prepared for launch 0 sec 2024-02-16T20:45:21.057 INFO:teuthology.orchestra.run.smithi022.stdout:releasing clients 2024-02-16T20:45:22.057 INFO:teuthology.orchestra.run.smithi022.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 1000.008 ms 2024-02-16T20:45:22.635 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:21.499081+0000 mgr.smithi022.hdvvsq (mgr.14714) 295 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-02-16T20:45:22.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:21.499081+0000 mgr.smithi022.hdvvsq (mgr.14714) 295 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 2.6 KiB/s wr, 6 op/s 2024-02-16T20:45:23.057 INFO:teuthology.orchestra.run.smithi022.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 2000.068 ms 2024-02-16T20:45:24.057 INFO:teuthology.orchestra.run.smithi022.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.120 ms 2024-02-16T20:45:24.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:22.759200+0000 mon.smithi022 (mon.0) 692 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:24.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:22.760210+0000 mon.smithi022 (mon.0) 693 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:24.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:22.759200+0000 mon.smithi022 (mon.0) 692 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:24.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:23 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:22.760210+0000 mon.smithi022 (mon.0) 693 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:25.057 INFO:teuthology.orchestra.run.smithi022.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.176 ms 2024-02-16T20:45:25.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:23.499673+0000 mgr.smithi022.hdvvsq (mgr.14714) 296 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-02-16T20:45:25.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:23.499673+0000 mgr.smithi022.hdvvsq (mgr.14714) 296 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 312 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 2.8 KiB/s wr, 12 op/s 2024-02-16T20:45:26.057 INFO:teuthology.orchestra.run.smithi022.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5000.227 ms 2024-02-16T20:45:26.854 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:45:27.057 INFO:teuthology.orchestra.run.smithi022.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6000.255 ms 2024-02-16T20:45:27.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:25.500392+0000 mgr.smithi022.hdvvsq (mgr.14714) 297 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 283 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 6.4 KiB/s wr, 30 op/s 2024-02-16T20:45:27.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:25.841529+0000 mon.smithi022 (mon.0) 694 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:27.151 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:25.500392+0000 mgr.smithi022.hdvvsq (mgr.14714) 297 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 283 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 35 KiB/s rd, 6.4 KiB/s wr, 30 op/s 2024-02-16T20:45:27.152 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:25.841529+0000 mon.smithi022 (mon.0) 694 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:45:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (13m) 32s ago 14m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:45:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (4m) 32s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:45:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (4m) 1s ago 13m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:45:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (12m) 32s ago 14m 33.5M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:45:27.460 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (38s) 32s ago 8m 10.4M - 16.2.14-521-g0e714d9a 1fbc92c859dc e8ab4c100a49 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (18s) 1s ago 8m 14.5M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9d2bcbaadcf7 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (5m) 32s ago 15m 443M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (5m) 1s ago 13m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (5m) 32s ago 16m 50.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (5m) 1s ago 13m 43.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 starting - - - - 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (5s) 1s ago 6m 14.3M - 3.5 1fbc92c859dc c5b6184f8101 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (14m) 32s ago 14m 17.0M - 0.18.1 e5a616e4b9cf 939f4caeb582 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (13m) 1s ago 13m 17.3M - 0.18.1 e5a616e4b9cf 9584d557fa5b 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (4m) 32s ago 12m 120M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (4m) 32s ago 12m 108M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (3m) 32s ago 12m 98.2M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (2m) 32s ago 11m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (2m) 1s ago 11m 122M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (115s) 1s ago 11m 122M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (87s) 1s ago 10m 109M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:45:27.461 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (57s) 1s ago 10m 134M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8d5daa84254e 2024-02-16T20:45:27.462 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (5m) 32s ago 13m 60.9M - 2.18.1 de242295e225 854d9624a4a3 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:45:27.858 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:45:27.859 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:27.859 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:45:27.859 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-16T20:45:27.859 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:45:27.859 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:45:28.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:27 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:26.835882+0000 mgr.smithi022.hdvvsq (mgr.14714) 298 : audit [DBG] from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "mds", 2024-02-16T20:45:28.244 INFO:teuthology.orchestra.run.smithi022.stdout: "crash", 2024-02-16T20:45:28.245 INFO:teuthology.orchestra.run.smithi022.stdout: "osd" 2024-02-16T20:45:28.245 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:45:28.245 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "17/23 daemons upgraded", 2024-02-16T20:45:28.245 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading nfs daemons", 2024-02-16T20:45:28.245 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:45:28.245 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:45:28.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:26.835882+0000 mgr.smithi022.hdvvsq (mgr.14714) 298 : audit [DBG] from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:29.057 INFO:teuthology.orchestra.run.smithi022.stdout: 5 376 36.93 MB/sec execute 1 sec latency 25.533 ms 2024-02-16T20:45:29.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:27.151235+0000 mgr.smithi022.hdvvsq (mgr.14714) 299 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:29.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:27.450259+0000 mgr.smithi022.hdvvsq (mgr.14714) 300 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:29.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:27.500829+0000 mgr.smithi022.hdvvsq (mgr.14714) 301 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 257 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 102 KiB/s wr, 43 op/s 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:27.856394+0000 mon.smithi022 (mon.0) 695 : audit [DBG] from='client.? 172.21.15.22:0/213204598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.774358+0000 mon.smithi022 (mon.0) 696 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.775261+0000 mon.smithi022 (mon.0) 697 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.775920+0000 mon.smithi022 (mon.0) 698 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.779996+0000 mon.smithi022 (mon.0) 699 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.785634+0000 mon.smithi022 (mon.0) 700 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.789977+0000 mon.smithi022 (mon.0) 701 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.792056+0000 mon.smithi022 (mon.0) 702 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.793362+0000 mon.smithi022 (mon.0) 703 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.794859+0000 mon.smithi022 (mon.0) 704 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.796492+0000 mon.smithi022 (mon.0) 705 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.798232+0000 mon.smithi022 (mon.0) 706 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.799153+0000 mon.smithi022 (mon.0) 707 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.800026+0000 mon.smithi022 (mon.0) 708 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.800952+0000 mon.smithi022 (mon.0) 709 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.801981+0000 mon.smithi022 (mon.0) 710 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.803243+0000 mon.smithi022 (mon.0) 711 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.809237+0000 mon.smithi022 (mon.0) 712 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.810103+0000 mon.smithi022 (mon.0) 713 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi022.rdqzam"}]: dispatch 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.812750+0000 mon.smithi022 (mon.0) 714 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi022.rdqzam"}]': finished 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.813399+0000 mon.smithi022 (mon.0) 715 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi117.jlvrjd"}]: dispatch 2024-02-16T20:45:29.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.818013+0000 mon.smithi022 (mon.0) 716 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi117.jlvrjd"}]': finished 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:27.151235+0000 mgr.smithi022.hdvvsq (mgr.14714) 299 : audit [DBG] from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:27.450259+0000 mgr.smithi022.hdvvsq (mgr.14714) 300 : audit [DBG] from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:27.500829+0000 mgr.smithi022.hdvvsq (mgr.14714) 301 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 257 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 102 KiB/s wr, 43 op/s 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:27.856394+0000 mon.smithi022 (mon.0) 695 : audit [DBG] from='client.? 172.21.15.22:0/213204598' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.774358+0000 mon.smithi022 (mon.0) 696 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.775261+0000 mon.smithi022 (mon.0) 697 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.775920+0000 mon.smithi022 (mon.0) 698 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.779996+0000 mon.smithi022 (mon.0) 699 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.785634+0000 mon.smithi022 (mon.0) 700 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.789977+0000 mon.smithi022 (mon.0) 701 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.792056+0000 mon.smithi022 (mon.0) 702 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.793362+0000 mon.smithi022 (mon.0) 703 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.794859+0000 mon.smithi022 (mon.0) 704 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.796492+0000 mon.smithi022 (mon.0) 705 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.798232+0000 mon.smithi022 (mon.0) 706 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.799153+0000 mon.smithi022 (mon.0) 707 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.800026+0000 mon.smithi022 (mon.0) 708 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.800952+0000 mon.smithi022 (mon.0) 709 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.801981+0000 mon.smithi022 (mon.0) 710 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.803243+0000 mon.smithi022 (mon.0) 711 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.809237+0000 mon.smithi022 (mon.0) 712 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.810103+0000 mon.smithi022 (mon.0) 713 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi022.rdqzam"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.812750+0000 mon.smithi022 (mon.0) 714 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi022.rdqzam"}]': finished 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.813399+0000 mon.smithi022 (mon.0) 715 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi117.jlvrjd"}]: dispatch 2024-02-16T20:45:29.345 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.818013+0000 mon.smithi022 (mon.0) 716 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi117.jlvrjd"}]': finished 2024-02-16T20:45:30.058 INFO:teuthology.orchestra.run.smithi022.stdout: 5 863 38.88 MB/sec execute 2 sec latency 20.809 ms 2024-02-16T20:45:30.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:28.240180+0000 mgr.smithi022.hdvvsq (mgr.14714) 302 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:30.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:28.803897+0000 mgr.smithi022.hdvvsq (mgr.14714) 303 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-16T20:45:30.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:28.240180+0000 mgr.smithi022.hdvvsq (mgr.14714) 302 : audit [DBG] from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:30.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:28.803897+0000 mgr.smithi022.hdvvsq (mgr.14714) 303 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-02-16T20:45:30.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:29.501355+0000 mgr.smithi022.hdvvsq (mgr.14714) 304 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 243 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 573 KiB/s wr, 51 op/s 2024-02-16T20:45:31.058 INFO:teuthology.orchestra.run.smithi022.stdout: 5 1629 33.58 MB/sec execute 3 sec latency 23.246 ms 2024-02-16T20:45:31.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:29.501355+0000 mgr.smithi022.hdvvsq (mgr.14714) 304 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 243 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 573 KiB/s wr, 51 op/s 2024-02-16T20:45:31.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:30.673799+0000 mgr.smithi022.hdvvsq (mgr.14714) 305 : cephadm [INF] Upgrade: Updating node-exporter.smithi022 (1/2) 2024-02-16T20:45:31.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:30.674003+0000 mgr.smithi022.hdvvsq (mgr.14714) 306 : cephadm [INF] Deploying daemon node-exporter.smithi022 on smithi022 2024-02-16T20:45:32.058 INFO:teuthology.orchestra.run.smithi022.stdout: 5 2570 28.64 MB/sec execute 4 sec latency 21.986 ms 2024-02-16T20:45:32.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:30.673799+0000 mgr.smithi022.hdvvsq (mgr.14714) 305 : cephadm [INF] Upgrade: Updating node-exporter.smithi022 (1/2) 2024-02-16T20:45:32.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:30.674003+0000 mgr.smithi022.hdvvsq (mgr.14714) 306 : cephadm [INF] Deploying daemon node-exporter.smithi022 on smithi022 2024-02-16T20:45:33.058 INFO:teuthology.orchestra.run.smithi022.stdout: 5 cleanup 5 sec 2024-02-16T20:45:33.184 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:31.501935+0000 mgr.smithi022.hdvvsq (mgr.14714) 307 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 296 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 6.3 MiB/s wr, 179 op/s 2024-02-16T20:45:33.197 INFO:teuthology.orchestra.run.smithi022.stdout: 0 cleanup 5 sec 2024-02-16T20:45:33.197 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:45:33.197 INFO:teuthology.orchestra.run.smithi022.stdout: Operation Count AvgLat MaxLat 2024-02-16T20:45:33.197 INFO:teuthology.orchestra.run.smithi022.stdout: ---------------------------------------- 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: NTCreateX 2485 3.116 23.240 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Close 2122 2.451 19.216 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Rename 111 5.582 27.208 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Unlink 282 2.919 11.829 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Qpathinfo 2193 1.022 27.468 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Qfileinfo 767 6.113 19.871 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Qfsinfo 420 0.694 11.514 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Sfileinfo 250 5.760 12.402 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Find 934 0.434 4.295 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: WriteX 2803 0.020 0.084 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: ReadX 4542 0.011 1.486 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: LockX 10 0.604 1.358 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: UnlockX 10 0.353 0.438 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: Flush 215 6.661 19.162 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:45:33.198 INFO:teuthology.orchestra.run.smithi022.stdout:Throughput 28.6399 MB/sec 5 clients 5 procs max_latency=25.533 ms 2024-02-16T20:45:33.200 DEBUG:teuthology.parallel:result is None 2024-02-16T20:45:33.343 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:31.501935+0000 mgr.smithi022.hdvvsq (mgr.14714) 307 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 296 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 38 KiB/s rd, 6.3 MiB/s wr, 179 op/s 2024-02-16T20:45:34.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:33.502547+0000 mgr.smithi022.hdvvsq (mgr.14714) 308 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 31 KiB/s rd, 9.6 MiB/s wr, 225 op/s 2024-02-16T20:45:34.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:33.502547+0000 mgr.smithi022.hdvvsq (mgr.14714) 308 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 31 KiB/s rd, 9.6 MiB/s wr, 225 op/s 2024-02-16T20:45:36.752 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:35.503142+0000 mgr.smithi022.hdvvsq (mgr.14714) 309 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 429 op/s 2024-02-16T20:45:36.753 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:36.322214+0000 mon.smithi022 (mon.0) 717 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:35.503142+0000 mgr.smithi022.hdvvsq (mgr.14714) 309 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 329 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 429 op/s 2024-02-16T20:45:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:36.322214+0000 mon.smithi022 (mon.0) 717 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:38.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:37.503772+0000 mgr.smithi022.hdvvsq (mgr.14714) 310 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 295 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 12 MiB/s wr, 438 op/s 2024-02-16T20:45:38.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:37.844015+0000 mgr.smithi022.hdvvsq (mgr.14714) 311 : cephadm [INF] Upgrade: Updating node-exporter.smithi117 (2/2) 2024-02-16T20:45:38.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:37.844221+0000 mgr.smithi022.hdvvsq (mgr.14714) 312 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-16T20:45:38.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:37.503772+0000 mgr.smithi022.hdvvsq (mgr.14714) 310 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 295 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 12 MiB/s wr, 438 op/s 2024-02-16T20:45:38.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:37.844015+0000 mgr.smithi022.hdvvsq (mgr.14714) 311 : cephadm [INF] Upgrade: Updating node-exporter.smithi117 (2/2) 2024-02-16T20:45:38.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:37.844221+0000 mgr.smithi022.hdvvsq (mgr.14714) 312 : cephadm [INF] Deploying daemon node-exporter.smithi117 on smithi117 2024-02-16T20:45:40.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:39.504358+0000 mgr.smithi022.hdvvsq (mgr.14714) 313 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 266 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 12 MiB/s wr, 443 op/s 2024-02-16T20:45:40.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:39.504358+0000 mgr.smithi022.hdvvsq (mgr.14714) 313 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 266 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 12 MiB/s wr, 443 op/s 2024-02-16T20:45:42.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:41.504980+0000 mgr.smithi022.hdvvsq (mgr.14714) 314 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 216 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 12 MiB/s wr, 448 op/s 2024-02-16T20:45:42.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:41.504980+0000 mgr.smithi022.hdvvsq (mgr.14714) 314 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 216 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 12 MiB/s wr, 448 op/s 2024-02-16T20:45:43.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:42.719894+0000 mon.smithi022 (mon.0) 718 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:43.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:43 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:42.720839+0000 mon.smithi022 (mon.0) 719 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:44.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:42.719894+0000 mon.smithi022 (mon.0) 718 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:44.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:43 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:42.720839+0000 mon.smithi022 (mon.0) 719 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:44.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:43.505486+0000 mgr.smithi022.hdvvsq (mgr.14714) 315 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 216 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.1 MiB/s wr, 321 op/s 2024-02-16T20:45:45.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:43.505486+0000 mgr.smithi022.hdvvsq (mgr.14714) 315 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 216 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.1 MiB/s wr, 321 op/s 2024-02-16T20:45:47.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:45.506143+0000 mgr.smithi022.hdvvsq (mgr.14714) 316 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 208 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 2.7 MiB/s wr, 270 op/s 2024-02-16T20:45:47.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:45.830068+0000 mon.smithi022 (mon.0) 720 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:47.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:45.506143+0000 mgr.smithi022.hdvvsq (mgr.14714) 316 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 208 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 2.7 MiB/s wr, 270 op/s 2024-02-16T20:45:47.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:45.830068+0000 mon.smithi022 (mon.0) 720 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:47.506577+0000 mgr.smithi022.hdvvsq (mgr.14714) 317 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 208 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 745 KiB/s wr, 60 op/s 2024-02-16T20:45:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.321943+0000 mon.smithi022 (mon.0) 721 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.322719+0000 mon.smithi022 (mon.0) 722 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.323307+0000 mon.smithi022 (mon.0) 723 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.326909+0000 mon.smithi022 (mon.0) 724 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.332632+0000 mon.smithi022 (mon.0) 725 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.335507+0000 mon.smithi022 (mon.0) 726 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.337522+0000 mon.smithi022 (mon.0) 727 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.338651+0000 mon.smithi022 (mon.0) 728 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.339743+0000 mon.smithi022 (mon.0) 729 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.341282+0000 mon.smithi022 (mon.0) 730 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.342959+0000 mon.smithi022 (mon.0) 731 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.343915+0000 mon.smithi022 (mon.0) 732 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.344851+0000 mon.smithi022 (mon.0) 733 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.345751+0000 mon.smithi022 (mon.0) 734 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.346658+0000 mon.smithi022 (mon.0) 735 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.347745+0000 mon.smithi022 (mon.0) 736 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:48.349009+0000 mon.smithi022 (mon.0) 737 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:47.506577+0000 mgr.smithi022.hdvvsq (mgr.14714) 317 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 208 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 745 KiB/s wr, 60 op/s 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.321943+0000 mon.smithi022 (mon.0) 721 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.322719+0000 mon.smithi022 (mon.0) 722 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.323307+0000 mon.smithi022 (mon.0) 723 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.326909+0000 mon.smithi022 (mon.0) 724 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.332632+0000 mon.smithi022 (mon.0) 725 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.335507+0000 mon.smithi022 (mon.0) 726 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.337522+0000 mon.smithi022 (mon.0) 727 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.338651+0000 mon.smithi022 (mon.0) 728 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.339743+0000 mon.smithi022 (mon.0) 729 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.341282+0000 mon.smithi022 (mon.0) 730 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.342959+0000 mon.smithi022 (mon.0) 731 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.343915+0000 mon.smithi022 (mon.0) 732 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.344851+0000 mon.smithi022 (mon.0) 733 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.345751+0000 mon.smithi022 (mon.0) 734 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.346658+0000 mon.smithi022 (mon.0) 735 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.347745+0000 mon.smithi022 (mon.0) 736 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:49.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:48.349009+0000 mon.smithi022 (mon.0) 737 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:45:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:49.507072+0000 mgr.smithi022.hdvvsq (mgr.14714) 318 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 208 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 173 KiB/s wr, 33 op/s 2024-02-16T20:45:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:49.874756+0000 mgr.smithi022.hdvvsq (mgr.14714) 319 : cephadm [INF] Upgrade: Updating prometheus.smithi022 2024-02-16T20:45:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:45:49.883950+0000 mgr.smithi022.hdvvsq (mgr.14714) 320 : cephadm [INF] Deploying daemon prometheus.smithi022 on smithi022 2024-02-16T20:45:51.147 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:49.507072+0000 mgr.smithi022.hdvvsq (mgr.14714) 318 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 208 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 173 KiB/s wr, 33 op/s 2024-02-16T20:45:51.147 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:49.874756+0000 mgr.smithi022.hdvvsq (mgr.14714) 319 : cephadm [INF] Upgrade: Updating prometheus.smithi022 2024-02-16T20:45:51.147 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:45:49.883950+0000 mgr.smithi022.hdvvsq (mgr.14714) 320 : cephadm [INF] Deploying daemon prometheus.smithi022 on smithi022 2024-02-16T20:45:52.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:51.507750+0000 mgr.smithi022.hdvvsq (mgr.14714) 321 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 25 KiB/s wr, 15 op/s 2024-02-16T20:45:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:51.507750+0000 mgr.smithi022.hdvvsq (mgr.14714) 321 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 25 KiB/s wr, 15 op/s 2024-02-16T20:45:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:53.508257+0000 mgr.smithi022.hdvvsq (mgr.14714) 322 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 25 KiB/s wr, 2 op/s 2024-02-16T20:45:54.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:53.508257+0000 mgr.smithi022.hdvvsq (mgr.14714) 322 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 25 KiB/s wr, 2 op/s 2024-02-16T20:45:56.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:55.108296+0000 mon.smithi022 (mon.0) 738 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:56.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:55.109015+0000 mon.smithi022 (mon.0) 739 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:56.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:55.108296+0000 mon.smithi022 (mon.0) 738 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:45:56.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:55.109015+0000 mon.smithi022 (mon.0) 739 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:45:57.383 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:57 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:55.508708+0000 mgr.smithi022.hdvvsq (mgr.14714) 323 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:45:57.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:57 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:55.508708+0000 mgr.smithi022.hdvvsq (mgr.14714) 323 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:45:58.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:57.509217+0000 mgr.smithi022.hdvvsq (mgr.14714) 324 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:45:58.566 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:45:58.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:57.509217+0000 mgr.smithi022.hdvvsq (mgr.14714) 324 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (13m) 10s ago 15m 21.0M - 0.20.0 0881eb8f169f 13ed291bece3 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (5m) 10s ago 15m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (5m) 13s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (13m) 10s ago 14m 33.5M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (69s) 10s ago 9m 44.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc e8ab4c100a49 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (50s) 13s ago 9m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9d2bcbaadcf7 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (6m) 10s ago 16m 444M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (6m) 13s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (5m) 10s ago 16m 57.2M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:45:59.200 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (5m) 13s ago 14m 44.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (42s) 10s ago 6m 225M - 3.5 1fbc92c859dc a5836e412bde 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (37s) 13s ago 6m 60.3M - 3.5 1fbc92c859dc c5b6184f8101 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (23s) 10s ago 14m 11.8M - 1.3.1 1dbe0e931976 1b2c38364501 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (17s) 13s ago 13m 3317k - 1.3.1 1dbe0e931976 02f2cb3d9697 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (5m) 10s ago 13m 146M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (4m) 10s ago 13m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (4m) 10s ago 12m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (3m) 10s ago 12m 151M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (2m) 13s ago 11m 150M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (2m) 13s ago 11m 132M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (119s) 13s ago 11m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (89s) 13s ago 10m 160M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8d5daa84254e 2024-02-16T20:45:59.201 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 starting - - - - 2024-02-16T20:45:59.575 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:45:59.575 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:45:59.576 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:45:59.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:58.553850+0000 mgr.smithi022.hdvvsq (mgr.14714) 325 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:59.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:45:59 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:58.880554+0000 mgr.smithi022.hdvvsq (mgr.14714) 326 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:59.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:58.553850+0000 mgr.smithi022.hdvvsq (mgr.14714) 325 : audit [DBG] from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:59.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:45:59 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:58.880554+0000 mgr.smithi022.hdvvsq (mgr.14714) 326 : audit [DBG] from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:45:59.888 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "mds", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "crash", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "nfs", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "osd" 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "18/23 daemons upgraded", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading prometheus daemons", 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:45:59.889 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:46:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:59.189914+0000 mgr.smithi022.hdvvsq (mgr.14714) 327 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:45:59.509778+0000 mgr.smithi022.hdvvsq (mgr.14714) 328 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:46:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:59.575134+0000 mon.smithi022 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.22:0/660078717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:45:59.887947+0000 mgr.smithi022.hdvvsq (mgr.14714) 329 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:59.189914+0000 mgr.smithi022.hdvvsq (mgr.14714) 327 : audit [DBG] from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:45:59.509778+0000 mgr.smithi022.hdvvsq (mgr.14714) 328 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-16T20:46:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:59.575134+0000 mon.smithi022 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.22:0/660078717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:00.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:45:59.887947+0000 mgr.smithi022.hdvvsq (mgr.14714) 329 : audit [DBG] from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.419468+0000 mon.smithi022 (mon.0) 741 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.716500+0000 mon.smithi022 (mon.0) 742 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.717158+0000 mon.smithi022 (mon.0) 743 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.721324+0000 mon.smithi022 (mon.0) 744 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.725991+0000 mon.smithi022 (mon.0) 745 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.730107+0000 mon.smithi022 (mon.0) 746 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.730450+0000 mgr.smithi022.hdvvsq (mgr.14714) 330 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:46:01.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.731939+0000 mon.smithi022 (mon.0) 747 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.733877+0000 mon.smithi022 (mon.0) 748 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.734970+0000 mon.smithi022 (mon.0) 749 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.736009+0000 mon.smithi022 (mon.0) 750 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.737512+0000 mon.smithi022 (mon.0) 751 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.739006+0000 mon.smithi022 (mon.0) 752 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.739888+0000 mon.smithi022 (mon.0) 753 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.740811+0000 mon.smithi022 (mon.0) 754 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.741677+0000 mon.smithi022 (mon.0) 755 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.742516+0000 mon.smithi022 (mon.0) 756 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.743522+0000 mon.smithi022 (mon.0) 757 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.744673+0000 mon.smithi022 (mon.0) 758 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.475 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:01 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:00.745702+0000 mon.smithi022 (mon.0) 759 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.419468+0000 mon.smithi022 (mon.0) 741 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.716500+0000 mon.smithi022 (mon.0) 742 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:01.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.717158+0000 mon.smithi022 (mon.0) 743 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.721324+0000 mon.smithi022 (mon.0) 744 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.725991+0000 mon.smithi022 (mon.0) 745 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.730107+0000 mon.smithi022 (mon.0) 746 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.730450+0000 mgr.smithi022.hdvvsq (mgr.14714) 330 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.731939+0000 mon.smithi022 (mon.0) 747 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.733877+0000 mon.smithi022 (mon.0) 748 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.734970+0000 mon.smithi022 (mon.0) 749 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.736009+0000 mon.smithi022 (mon.0) 750 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.737512+0000 mon.smithi022 (mon.0) 751 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.739006+0000 mon.smithi022 (mon.0) 752 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.739888+0000 mon.smithi022 (mon.0) 753 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.740811+0000 mon.smithi022 (mon.0) 754 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.741677+0000 mon.smithi022 (mon.0) 755 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.742516+0000 mon.smithi022 (mon.0) 756 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.845 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.743522+0000 mon.smithi022 (mon.0) 757 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.744673+0000 mon.smithi022 (mon.0) 758 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:01.846 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:01 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:00.745702+0000 mon.smithi022 (mon.0) 759 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:02.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:01.510276+0000 mgr.smithi022.hdvvsq (mgr.14714) 331 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:02.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:01.510276+0000 mgr.smithi022.hdvvsq (mgr.14714) 331 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:03.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:46:02.188855+0000 mgr.smithi022.hdvvsq (mgr.14714) 332 : cephadm [INF] Upgrade: Updating alertmanager.smithi022 2024-02-16T20:46:03.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:03 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:46:02.195421+0000 mgr.smithi022.hdvvsq (mgr.14714) 333 : cephadm [INF] Deploying daemon alertmanager.smithi022 on smithi022 2024-02-16T20:46:03.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:46:02.188855+0000 mgr.smithi022.hdvvsq (mgr.14714) 332 : cephadm [INF] Upgrade: Updating alertmanager.smithi022 2024-02-16T20:46:03.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:03 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:46:02.195421+0000 mgr.smithi022.hdvvsq (mgr.14714) 333 : cephadm [INF] Deploying daemon alertmanager.smithi022 on smithi022 2024-02-16T20:46:04.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:03.510820+0000 mgr.smithi022.hdvvsq (mgr.14714) 334 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:04.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:03.510820+0000 mgr.smithi022.hdvvsq (mgr.14714) 334 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:06.713 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:05.511335+0000 mgr.smithi022.hdvvsq (mgr.14714) 335 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:06.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:05.511335+0000 mgr.smithi022.hdvvsq (mgr.14714) 335 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:08.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:07.512024+0000 mgr.smithi022.hdvvsq (mgr.14714) 336 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:07.512024+0000 mgr.smithi022.hdvvsq (mgr.14714) 336 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:10.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:09.512637+0000 mgr.smithi022.hdvvsq (mgr.14714) 337 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:10.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:09.512637+0000 mgr.smithi022.hdvvsq (mgr.14714) 337 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:12.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:11.513121+0000 mgr.smithi022.hdvvsq (mgr.14714) 338 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:12.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:11.566145+0000 mon.smithi022 (mon.0) 760 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:12.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:11.566843+0000 mon.smithi022 (mon.0) 761 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:12.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:11.513121+0000 mgr.smithi022.hdvvsq (mgr.14714) 338 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:12.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:11.566145+0000 mon.smithi022 (mon.0) 760 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:12.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:11.566843+0000 mon.smithi022 (mon.0) 761 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:14.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:13.513651+0000 mgr.smithi022.hdvvsq (mgr.14714) 339 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:14.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:13.513651+0000 mgr.smithi022.hdvvsq (mgr.14714) 339 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:15.514109+0000 mgr.smithi022.hdvvsq (mgr.14714) 340 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:15.514109+0000 mgr.smithi022.hdvvsq (mgr.14714) 340 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:18.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.220835+0000 mon.smithi022 (mon.0) 762 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.221692+0000 mon.smithi022 (mon.0) 763 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:18.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.222633+0000 mon.smithi022 (mon.0) 764 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:18.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.226522+0000 mon.smithi022 (mon.0) 765 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.231804+0000 mon.smithi022 (mon.0) 766 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.236066+0000 mon.smithi022 (mon.0) 767 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.236411+0000 mgr.smithi022.hdvvsq (mgr.14714) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.237254+0000 mon.smithi022 (mon.0) 768 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.237551+0000 mgr.smithi022.hdvvsq (mgr.14714) 342 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.241766+0000 mon.smithi022 (mon.0) 769 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.243967+0000 mon.smithi022 (mon.0) 770 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.248064+0000 mon.smithi022 (mon.0) 771 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.250456+0000 mon.smithi022 (mon.0) 772 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.252807+0000 mon.smithi022 (mon.0) 773 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.255038+0000 mon.smithi022 (mon.0) 774 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.257400+0000 mon.smithi022 (mon.0) 775 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.258374+0000 mon.smithi022 (mon.0) 776 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.259836+0000 mon.smithi022 (mon.0) 777 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.261278+0000 mon.smithi022 (mon.0) 778 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.341 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.262306+0000 mon.smithi022 (mon.0) 779 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.342 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.263612+0000 mon.smithi022 (mon.0) 780 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.342 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.265026+0000 mon.smithi022 (mon.0) 781 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.342 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.266235+0000 mon.smithi022 (mon.0) 782 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.342 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:17.267446+0000 mon.smithi022 (mon.0) 783 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.342 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:17.514591+0000 mgr.smithi022.hdvvsq (mgr.14714) 343 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.220835+0000 mon.smithi022 (mon.0) 762 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.221692+0000 mon.smithi022 (mon.0) 763 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.222633+0000 mon.smithi022 (mon.0) 764 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.226522+0000 mon.smithi022 (mon.0) 765 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.231804+0000 mon.smithi022 (mon.0) 766 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.236066+0000 mon.smithi022 (mon.0) 767 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.236411+0000 mgr.smithi022.hdvvsq (mgr.14714) 341 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.237254+0000 mon.smithi022 (mon.0) 768 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.237551+0000 mgr.smithi022.hdvvsq (mgr.14714) 342 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.241766+0000 mon.smithi022 (mon.0) 769 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.243967+0000 mon.smithi022 (mon.0) 770 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.248064+0000 mon.smithi022 (mon.0) 771 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.250456+0000 mon.smithi022 (mon.0) 772 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.252807+0000 mon.smithi022 (mon.0) 773 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.255038+0000 mon.smithi022 (mon.0) 774 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.257400+0000 mon.smithi022 (mon.0) 775 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.258374+0000 mon.smithi022 (mon.0) 776 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.259836+0000 mon.smithi022 (mon.0) 777 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.261278+0000 mon.smithi022 (mon.0) 778 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.262306+0000 mon.smithi022 (mon.0) 779 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.595 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.263612+0000 mon.smithi022 (mon.0) 780 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.265026+0000 mon.smithi022 (mon.0) 781 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.266235+0000 mon.smithi022 (mon.0) 782 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:17.267446+0000 mon.smithi022 (mon.0) 783 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:18.596 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:17.514591+0000 mgr.smithi022.hdvvsq (mgr.14714) 343 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:46:18.733986+0000 mgr.smithi022.hdvvsq (mgr.14714) 344 : cephadm [INF] Upgrade: Updating grafana.smithi022 2024-02-16T20:46:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:18.815313+0000 mon.smithi022 (mon.0) 784 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:18.817869+0000 mon.smithi022 (mon.0) 785 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:18.821240+0000 mon.smithi022 (mon.0) 786 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-16T20:46:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:18.821606+0000 mgr.smithi022.hdvvsq (mgr.14714) 345 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-16T20:46:20.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:46:18.825847+0000 mgr.smithi022.hdvvsq (mgr.14714) 346 : cephadm [INF] Deploying daemon grafana.smithi022 on smithi022 2024-02-16T20:46:20.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:46:18.733986+0000 mgr.smithi022.hdvvsq (mgr.14714) 344 : cephadm [INF] Upgrade: Updating grafana.smithi022 2024-02-16T20:46:20.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:18.815313+0000 mon.smithi022 (mon.0) 784 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:20.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:18.817869+0000 mon.smithi022 (mon.0) 785 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:20.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:18.821240+0000 mon.smithi022 (mon.0) 786 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-16T20:46:20.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:18.821606+0000 mgr.smithi022.hdvvsq (mgr.14714) 345 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-16T20:46:20.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:46:18.825847+0000 mgr.smithi022.hdvvsq (mgr.14714) 346 : cephadm [INF] Deploying daemon grafana.smithi022 on smithi022 2024-02-16T20:46:21.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:19.515301+0000 mgr.smithi022.hdvvsq (mgr.14714) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:21.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:19.515301+0000 mgr.smithi022.hdvvsq (mgr.14714) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:21.515768+0000 mgr.smithi022.hdvvsq (mgr.14714) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:21.515768+0000 mgr.smithi022.hdvvsq (mgr.14714) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:24.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:23.516218+0000 mgr.smithi022.hdvvsq (mgr.14714) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:24.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:23.516218+0000 mgr.smithi022.hdvvsq (mgr.14714) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:25.516688+0000 mgr.smithi022.hdvvsq (mgr.14714) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:26.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:25.516688+0000 mgr.smithi022.hdvvsq (mgr.14714) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:28.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:27.517137+0000 mgr.smithi022.hdvvsq (mgr.14714) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:28.939 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:27.517137+0000 mgr.smithi022.hdvvsq (mgr.14714) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:30.216 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:46:30.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:29.517654+0000 mgr.smithi022.hdvvsq (mgr.14714) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:30.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:29.517654+0000 mgr.smithi022.hdvvsq (mgr.14714) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:30.844 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:46:30.844 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (20s) 13s ago 15m 16.5M - 0.23.0 ba2b418f427c a609601bb88c 2024-02-16T20:46:30.844 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (5m) 13s ago 15m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:46:30.844 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (5m) 45s ago 14m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (13m) 13s ago 15m 33.5M - 6.7.4 557c83e11646 c72259a292ab 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (101s) 13s ago 9m 39.8M - 16.2.14-521-g0e714d9a 1fbc92c859dc e8ab4c100a49 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (82s) 45s ago 9m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9d2bcbaadcf7 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (6m) 13s ago 17m 445M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (6m) 45s ago 14m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (6m) 13s ago 17m 58.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (6m) 45s ago 14m 44.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (73s) 13s ago 7m 237M - 3.5 1fbc92c859dc a5836e412bde 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (68s) 45s ago 7m 60.3M - 3.5 1fbc92c859dc c5b6184f8101 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (55s) 13s ago 15m 13.5M - 1.3.1 1dbe0e931976 1b2c38364501 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (48s) 45s ago 14m 3317k - 1.3.1 1dbe0e931976 02f2cb3d9697 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (5m) 13s ago 13m 146M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (5m) 13s ago 13m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (4m) 13s ago 13m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (4m) 13s ago 12m 152M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:46:30.845 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (3m) 45s ago 12m 150M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:46:30.846 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (2m) 45s ago 12m 132M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:46:30.846 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (2m) 45s ago 11m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:46:30.846 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (2m) 45s ago 11m 160M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8d5daa84254e 2024-02-16T20:46:30.846 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (36s) 13s ago 14m 61.5M - 2.33.4 514e6a882f6e 7bc2919fd71a 2024-02-16T20:46:31.207 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:46:31.207 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:46:31.207 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:46:31.207 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:46:31.207 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:46:31.207 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:46:31.208 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "in_progress": true, 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "services_complete": [ 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "mon", 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr", 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "mds", 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "crash", 2024-02-16T20:46:31.543 INFO:teuthology.orchestra.run.smithi022.stdout: "nfs", 2024-02-16T20:46:31.544 INFO:teuthology.orchestra.run.smithi022.stdout: "osd" 2024-02-16T20:46:31.544 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:46:31.544 INFO:teuthology.orchestra.run.smithi022.stdout: "progress": "18/23 daemons upgraded", 2024-02-16T20:46:31.544 INFO:teuthology.orchestra.run.smithi022.stdout: "message": "Currently upgrading grafana daemons", 2024-02-16T20:46:31.544 INFO:teuthology.orchestra.run.smithi022.stdout: "is_paused": false 2024-02-16T20:46:31.544 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:46:31.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:30.203872+0000 mgr.smithi022.hdvvsq (mgr.14714) 353 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:31.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:30.523417+0000 mgr.smithi022.hdvvsq (mgr.14714) 354 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:31.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:30.834311+0000 mgr.smithi022.hdvvsq (mgr.14714) 355 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:31.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:31.205655+0000 mon.smithi022 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.22:0/1326400067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:31.880 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:30.203872+0000 mgr.smithi022.hdvvsq (mgr.14714) 353 : audit [DBG] from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:31.880 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:30.523417+0000 mgr.smithi022.hdvvsq (mgr.14714) 354 : audit [DBG] from='client.34404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:31.881 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:30.834311+0000 mgr.smithi022.hdvvsq (mgr.14714) 355 : audit [DBG] from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:31.881 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:31.205655+0000 mon.smithi022 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.22:0/1326400067' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:32.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:31.518089+0000 mgr.smithi022.hdvvsq (mgr.14714) 356 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:32.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:31.542143+0000 mgr.smithi022.hdvvsq (mgr.14714) 357 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:32.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:31.518089+0000 mgr.smithi022.hdvvsq (mgr.14714) 356 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:32.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:31.542143+0000 mgr.smithi022.hdvvsq (mgr.14714) 357 : audit [DBG] from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:46:33.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:32.628718+0000 mon.smithi022 (mon.0) 788 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:33.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:33 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:32.629454+0000 mon.smithi022 (mon.0) 789 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:32.628718+0000 mon.smithi022 (mon.0) 788 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:34.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:32.629454+0000 mon.smithi022 (mon.0) 789 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:34.943 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:33.518560+0000 mgr.smithi022.hdvvsq (mgr.14714) 358 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:35.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:33.518560+0000 mgr.smithi022.hdvvsq (mgr.14714) 358 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:36.933 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:35.519115+0000 mgr.smithi022.hdvvsq (mgr.14714) 359 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:37.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:35.519115+0000 mgr.smithi022.hdvvsq (mgr.14714) 359 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:38.660 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:37.519616+0000 mgr.smithi022.hdvvsq (mgr.14714) 360 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:38.660 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.384800+0000 mon.smithi022 (mon.0) 790 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.660 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.385626+0000 mon.smithi022 (mon.0) 791 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:38.660 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.386330+0000 mon.smithi022 (mon.0) 792 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:38.660 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.390033+0000 mon.smithi022 (mon.0) 793 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.396103+0000 mon.smithi022 (mon.0) 794 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.400375+0000 mon.smithi022 (mon.0) 795 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.401525+0000 mon.smithi022 (mon.0) 796 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.405371+0000 mon.smithi022 (mon.0) 797 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.409644+0000 mon.smithi022 (mon.0) 798 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.412631+0000 mon.smithi022 (mon.0) 799 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.414096+0000 mon.smithi022 (mon.0) 800 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.415808+0000 mon.smithi022 (mon.0) 801 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.417613+0000 mon.smithi022 (mon.0) 802 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.419229+0000 mon.smithi022 (mon.0) 803 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.420089+0000 mon.smithi022 (mon.0) 804 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.421259+0000 mon.smithi022 (mon.0) 805 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.661 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.422585+0000 mon.smithi022 (mon.0) 806 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.423580+0000 mon.smithi022 (mon.0) 807 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.424809+0000 mon.smithi022 (mon.0) 808 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.426061+0000 mon.smithi022 (mon.0) 809 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.427163+0000 mon.smithi022 (mon.0) 810 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.428511+0000 mon.smithi022 (mon.0) 811 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.429605+0000 mon.smithi022 (mon.0) 812 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.433812+0000 mon.smithi022 (mon.0) 813 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.434439+0000 mon.smithi022 (mon.0) 814 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.437056+0000 mon.smithi022 (mon.0) 815 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.437588+0000 mon.smithi022 (mon.0) 816 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.440023+0000 mon.smithi022 (mon.0) 817 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.440615+0000 mon.smithi022 (mon.0) 818 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-16T20:46:38.662 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.443240+0000 mon.smithi022 (mon.0) 819 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.443767+0000 mon.smithi022 (mon.0) 820 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.446424+0000 mon.smithi022 (mon.0) 821 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.446937+0000 mon.smithi022 (mon.0) 822 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.449553+0000 mon.smithi022 (mon.0) 823 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.450076+0000 mon.smithi022 (mon.0) 824 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.452801+0000 mon.smithi022 (mon.0) 825 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.453388+0000 mon.smithi022 (mon.0) 826 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.455929+0000 mon.smithi022 (mon.0) 827 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.456481+0000 mon.smithi022 (mon.0) 828 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.456988+0000 mon.smithi022 (mon.0) 829 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.459579+0000 mon.smithi022 (mon.0) 830 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.460069+0000 mon.smithi022 (mon.0) 831 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-16T20:46:38.663 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.462539+0000 mon.smithi022 (mon.0) 832 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.463028+0000 mon.smithi022 (mon.0) 833 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.463503+0000 mon.smithi022 (mon.0) 834 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.463965+0000 mon.smithi022 (mon.0) 835 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.464428+0000 mon.smithi022 (mon.0) 836 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.464889+0000 mon.smithi022 (mon.0) 837 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.467518+0000 mon.smithi022 (mon.0) 838 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.468270+0000 mon.smithi022 (mon.0) 839 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.470086+0000 mon.smithi022 (mon.0) 840 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.470420+0000 mon.smithi022 (mon.0) 841 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.471551+0000 mon.smithi022 (mon.0) 842 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.472072+0000 mon.smithi022 (mon.0) 843 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.475492+0000 mon.smithi022 (mon.0) 844 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.664 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.480318+0000 mon.smithi022 (mon.0) 845 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.665 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.483169+0000 mon.smithi022 (mon.0) 846 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:38.665 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.484239+0000 mon.smithi022 (mon.0) 847 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:38.665 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.484746+0000 mon.smithi022 (mon.0) 848 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:38.665 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.487918+0000 mon.smithi022 (mon.0) 849 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:38.665 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.492512+0000 mon.smithi022 (mon.0) 850 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:37.519616+0000 mgr.smithi022.hdvvsq (mgr.14714) 360 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.384800+0000 mon.smithi022 (mon.0) 790 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.385626+0000 mon.smithi022 (mon.0) 791 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.386330+0000 mon.smithi022 (mon.0) 792 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.390033+0000 mon.smithi022 (mon.0) 793 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.396103+0000 mon.smithi022 (mon.0) 794 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.400375+0000 mon.smithi022 (mon.0) 795 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.401525+0000 mon.smithi022 (mon.0) 796 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.405371+0000 mon.smithi022 (mon.0) 797 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.409644+0000 mon.smithi022 (mon.0) 798 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.412631+0000 mon.smithi022 (mon.0) 799 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.414096+0000 mon.smithi022 (mon.0) 800 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.415808+0000 mon.smithi022 (mon.0) 801 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.095 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.417613+0000 mon.smithi022 (mon.0) 802 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.419229+0000 mon.smithi022 (mon.0) 803 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.420089+0000 mon.smithi022 (mon.0) 804 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.421259+0000 mon.smithi022 (mon.0) 805 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.422585+0000 mon.smithi022 (mon.0) 806 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.423580+0000 mon.smithi022 (mon.0) 807 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.424809+0000 mon.smithi022 (mon.0) 808 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.426061+0000 mon.smithi022 (mon.0) 809 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.427163+0000 mon.smithi022 (mon.0) 810 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.428511+0000 mon.smithi022 (mon.0) 811 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.429605+0000 mon.smithi022 (mon.0) 812 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.433812+0000 mon.smithi022 (mon.0) 813 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.434439+0000 mon.smithi022 (mon.0) 814 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-02-16T20:46:39.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.437056+0000 mon.smithi022 (mon.0) 815 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.437588+0000 mon.smithi022 (mon.0) 816 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.440023+0000 mon.smithi022 (mon.0) 817 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.440615+0000 mon.smithi022 (mon.0) 818 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.443240+0000 mon.smithi022 (mon.0) 819 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.443767+0000 mon.smithi022 (mon.0) 820 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.446424+0000 mon.smithi022 (mon.0) 821 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.446937+0000 mon.smithi022 (mon.0) 822 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.449553+0000 mon.smithi022 (mon.0) 823 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.450076+0000 mon.smithi022 (mon.0) 824 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.452801+0000 mon.smithi022 (mon.0) 825 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.453388+0000 mon.smithi022 (mon.0) 826 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.455929+0000 mon.smithi022 (mon.0) 827 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.456481+0000 mon.smithi022 (mon.0) 828 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:39.097 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.456988+0000 mon.smithi022 (mon.0) 829 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.459579+0000 mon.smithi022 (mon.0) 830 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.460069+0000 mon.smithi022 (mon.0) 831 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.462539+0000 mon.smithi022 (mon.0) 832 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.463028+0000 mon.smithi022 (mon.0) 833 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.463503+0000 mon.smithi022 (mon.0) 834 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.463965+0000 mon.smithi022 (mon.0) 835 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.464428+0000 mon.smithi022 (mon.0) 836 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.464889+0000 mon.smithi022 (mon.0) 837 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.467518+0000 mon.smithi022 (mon.0) 838 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.468270+0000 mon.smithi022 (mon.0) 839 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.470086+0000 mon.smithi022 (mon.0) 840 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.470420+0000 mon.smithi022 (mon.0) 841 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.471551+0000 mon.smithi022 (mon.0) 842 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.472072+0000 mon.smithi022 (mon.0) 843 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.475492+0000 mon.smithi022 (mon.0) 844 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.098 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.480318+0000 mon.smithi022 (mon.0) 845 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.099 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.483169+0000 mon.smithi022 (mon.0) 846 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:46:39.099 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.484239+0000 mon.smithi022 (mon.0) 847 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:46:39.099 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.484746+0000 mon.smithi022 (mon.0) 848 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:46:39.099 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.487918+0000 mon.smithi022 (mon.0) 849 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.099 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.492512+0000 mon.smithi022 (mon.0) 850 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.400719+0000 mgr.smithi022.hdvvsq (mgr.14714) 361 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:46:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:38.401783+0000 mgr.smithi022.hdvvsq (mgr.14714) 362 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2024-02-16T20:46:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:46:38.430163+0000 mgr.smithi022.hdvvsq (mgr.14714) 363 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-16T20:46:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cephadm 2024-02-16T20:46:38.467913+0000 mgr.smithi022.hdvvsq (mgr.14714) 364 : cephadm [INF] Upgrade: Complete! 2024-02-16T20:46:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.400719+0000 mgr.smithi022.hdvvsq (mgr.14714) 361 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-16T20:46:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:38.401783+0000 mgr.smithi022.hdvvsq (mgr.14714) 362 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2024-02-16T20:46:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:46:38.430163+0000 mgr.smithi022.hdvvsq (mgr.14714) 363 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-02-16T20:46:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cephadm 2024-02-16T20:46:38.467913+0000 mgr.smithi022.hdvvsq (mgr.14714) 364 : cephadm [INF] Upgrade: Complete! 2024-02-16T20:46:40.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:39.520205+0000 mgr.smithi022.hdvvsq (mgr.14714) 365 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:41.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:39.520205+0000 mgr.smithi022.hdvvsq (mgr.14714) 365 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:42.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:41 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:46:40.884117+0000 mon.smithi022 (mon.0) 851 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:42.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:46:40.884117+0000 mon.smithi022 (mon.0) 851 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:46:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:41.520763+0000 mgr.smithi022.hdvvsq (mgr.14714) 366 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:43.344 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:41.520763+0000 mgr.smithi022.hdvvsq (mgr.14714) 366 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:44.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:43.521535+0000 mgr.smithi022.hdvvsq (mgr.14714) 367 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:44.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:43.521535+0000 mgr.smithi022.hdvvsq (mgr.14714) 367 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:46.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:45.522089+0000 mgr.smithi022.hdvvsq (mgr.14714) 368 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:45.522089+0000 mgr.smithi022.hdvvsq (mgr.14714) 368 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:48.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:47.522798+0000 mgr.smithi022.hdvvsq (mgr.14714) 369 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:48.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:47.522798+0000 mgr.smithi022.hdvvsq (mgr.14714) 369 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:50.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:49.523520+0000 mgr.smithi022.hdvvsq (mgr.14714) 370 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:49.523520+0000 mgr.smithi022.hdvvsq (mgr.14714) 370 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:52.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:51.524240+0000 mgr.smithi022.hdvvsq (mgr.14714) 371 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:52.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:51.524240+0000 mgr.smithi022.hdvvsq (mgr.14714) 371 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:46:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:53.525006+0000 mgr.smithi022.hdvvsq (mgr.14714) 372 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:54.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:53.525006+0000 mgr.smithi022.hdvvsq (mgr.14714) 372 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:56.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:55.525722+0000 mgr.smithi022.hdvvsq (mgr.14714) 373 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:56.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:55.525722+0000 mgr.smithi022.hdvvsq (mgr.14714) 373 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:58.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:46:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:57.526495+0000 mgr.smithi022.hdvvsq (mgr.14714) 374 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:46:58.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:46:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:57.526495+0000 mgr.smithi022.hdvvsq (mgr.14714) 374 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:00.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:46:59.527153+0000 mgr.smithi022.hdvvsq (mgr.14714) 375 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:00.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:46:59.527153+0000 mgr.smithi022.hdvvsq (mgr.14714) 375 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:02.684 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-16T20:47:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:01.527789+0000 mgr.smithi022.hdvvsq (mgr.14714) 376 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:01.861489+0000 mgr.smithi022.hdvvsq (mgr.14714) 377 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:47:03.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:01.527789+0000 mgr.smithi022.hdvvsq (mgr.14714) 376 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:03.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:01.861489+0000 mgr.smithi022.hdvvsq (mgr.14714) 377 : audit [DBG] from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:47:04.458 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:03.528317+0000 mgr.smithi022.hdvvsq (mgr.14714) 378 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:04.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:03.528317+0000 mgr.smithi022.hdvvsq (mgr.14714) 378 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:04.866 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:47:04.866 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (54s) 26s ago 16m 16.7M - 0.23.0 ba2b418f427c a609601bb88c 2024-02-16T20:47:04.866 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (6m) 26s ago 16m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:47:04.866 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (6m) 79s ago 15m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (32s) 26s ago 15m 45.7M - 8.3.5 dad864ee21e9 8a7600b57ed2 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (2m) 26s ago 10m 39.8M - 16.2.14-521-g0e714d9a 1fbc92c859dc e8ab4c100a49 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (116s) 79s ago 10m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9d2bcbaadcf7 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (7m) 26s ago 17m 447M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (7m) 79s ago 15m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (6m) 26s ago 17m 60.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (6m) 79s ago 15m 44.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (107s) 26s ago 7m 237M - 3.5 1fbc92c859dc a5836e412bde 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (102s) 79s ago 7m 60.3M - 3.5 1fbc92c859dc c5b6184f8101 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (89s) 26s ago 15m 13.5M - 1.3.1 1dbe0e931976 1b2c38364501 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (82s) 79s ago 14m 3317k - 1.3.1 1dbe0e931976 02f2cb3d9697 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (6m) 26s ago 14m 146M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (5m) 26s ago 14m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (5m) 26s ago 13m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (4m) 26s ago 13m 152M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (4m) 79s ago 13m 150M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:47:04.867 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (3m) 79s ago 12m 132M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:47:04.868 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (3m) 79s ago 12m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:47:04.868 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (2m) 79s ago 12m 160M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8d5daa84254e 2024-02-16T20:47:04.868 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (70s) 26s ago 15m 61.8M - 2.33.4 514e6a882f6e 7bc2919fd71a 2024-02-16T20:47:05.504 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:04.856146+0000 mgr.smithi022.hdvvsq (mgr.14714) 379 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:47:05.526 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-16T20:47:05.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:05 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:04.856146+0000 mgr.smithi022.hdvvsq (mgr.14714) 379 : audit [DBG] from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:47:06.299 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:05.528807+0000 mgr.smithi022.hdvvsq (mgr.14714) 380 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:06.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:05.528807+0000 mgr.smithi022.hdvvsq (mgr.14714) 380 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:07.900 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:47:07.900 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:47:07.900 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:47:07.900 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:47:07.900 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:47:07.901 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:47:08.579 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-16T20:47:08.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:07.529304+0000 mgr.smithi022.hdvvsq (mgr.14714) 381 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:08.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:07.899160+0000 mon.smithi022 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.22:0/2476644627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:47:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:07.529304+0000 mgr.smithi022.hdvvsq (mgr.14714) 381 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:07.899160+0000 mon.smithi022 (mon.0) 852 : audit [DBG] from='client.? 172.21.15.22:0/2476644627' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:47:10.631 INFO:teuthology.orchestra.run.smithi022.stdout:wait for servicemap items w/ changing names to refresh 2024-02-16T20:47:10.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:09.529923+0000 mgr.smithi022.hdvvsq (mgr.14714) 382 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:10.943 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:09.529923+0000 mgr.smithi022.hdvvsq (mgr.14714) 382 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:11.247 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-16T20:47:12.796 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:11.530433+0000 mgr.smithi022.hdvvsq (mgr.14714) 383 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:12.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:11.530433+0000 mgr.smithi022.hdvvsq (mgr.14714) 383 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:14.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:13.531160+0000 mgr.smithi022.hdvvsq (mgr.14714) 384 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:14.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:13.531160+0000 mgr.smithi022.hdvvsq (mgr.14714) 384 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:16.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:15.531698+0000 mgr.smithi022.hdvvsq (mgr.14714) 385 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:16.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:15.531698+0000 mgr.smithi022.hdvvsq (mgr.14714) 385 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:18.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:17.532375+0000 mgr.smithi022.hdvvsq (mgr.14714) 386 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:18.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:17.532375+0000 mgr.smithi022.hdvvsq (mgr.14714) 386 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:20.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:19.533080+0000 mgr.smithi022.hdvvsq (mgr.14714) 387 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:20.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:19.533080+0000 mgr.smithi022.hdvvsq (mgr.14714) 387 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:22.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:21.533845+0000 mgr.smithi022.hdvvsq (mgr.14714) 388 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:21.533845+0000 mgr.smithi022.hdvvsq (mgr.14714) 388 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:24.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:23.534413+0000 mgr.smithi022.hdvvsq (mgr.14714) 389 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:24.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:23.534413+0000 mgr.smithi022.hdvvsq (mgr.14714) 389 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:25.535161+0000 mgr.smithi022.hdvvsq (mgr.14714) 390 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:26.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:25.535161+0000 mgr.smithi022.hdvvsq (mgr.14714) 390 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:28.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:27.535779+0000 mgr.smithi022.hdvvsq (mgr.14714) 391 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:28.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:27.535779+0000 mgr.smithi022.hdvvsq (mgr.14714) 391 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:30.973 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:29.536361+0000 mgr.smithi022.hdvvsq (mgr.14714) 392 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:31.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:29.536361+0000 mgr.smithi022.hdvvsq (mgr.14714) 392 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:32.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:31.536945+0000 mgr.smithi022.hdvvsq (mgr.14714) 393 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:31.536945+0000 mgr.smithi022.hdvvsq (mgr.14714) 393 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:34.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:33.537577+0000 mgr.smithi022.hdvvsq (mgr.14714) 394 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:34.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:33.537577+0000 mgr.smithi022.hdvvsq (mgr.14714) 394 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:36.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:35.538333+0000 mgr.smithi022.hdvvsq (mgr.14714) 395 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:36.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:35.538333+0000 mgr.smithi022.hdvvsq (mgr.14714) 395 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:38.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:37.538983+0000 mgr.smithi022.hdvvsq (mgr.14714) 396 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:38.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:38.495285+0000 mon.smithi022 (mon.0) 853 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:47:39.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:37.538983+0000 mgr.smithi022.hdvvsq (mgr.14714) 396 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:39.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:38.495285+0000 mon.smithi022 (mon.0) 853 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:47:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:38.808767+0000 mon.smithi022 (mon.0) 854 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:47:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:38.809459+0000 mon.smithi022 (mon.0) 855 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:47:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:38.813633+0000 mon.smithi022 (mon.0) 856 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:47:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:47:38.818308+0000 mon.smithi022 (mon.0) 857 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:47:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:38.808767+0000 mon.smithi022 (mon.0) 854 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:47:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:38.809459+0000 mon.smithi022 (mon.0) 855 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:47:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:38.813633+0000 mon.smithi022 (mon.0) 856 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:47:39.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:47:38.818308+0000 mon.smithi022 (mon.0) 857 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:47:41.096 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:39.539558+0000 mgr.smithi022.hdvvsq (mgr.14714) 397 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:41.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:39.539558+0000 mgr.smithi022.hdvvsq (mgr.14714) 397 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:43.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:42 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:41.540029+0000 mgr.smithi022.hdvvsq (mgr.14714) 398 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:43.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:41.540029+0000 mgr.smithi022.hdvvsq (mgr.14714) 398 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:44.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:44 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:43.540603+0000 mgr.smithi022.hdvvsq (mgr.14714) 399 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:44.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:44 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:43.540603+0000 mgr.smithi022.hdvvsq (mgr.14714) 399 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:46.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:46 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:45.541164+0000 mgr.smithi022.hdvvsq (mgr.14714) 400 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:47.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:46 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:45.541164+0000 mgr.smithi022.hdvvsq (mgr.14714) 400 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:48.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:48 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:47.541921+0000 mgr.smithi022.hdvvsq (mgr.14714) 401 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:49.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:48 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:47.541921+0000 mgr.smithi022.hdvvsq (mgr.14714) 401 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:50.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:49.542541+0000 mgr.smithi022.hdvvsq (mgr.14714) 402 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:51.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:50 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:49.542541+0000 mgr.smithi022.hdvvsq (mgr.14714) 402 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:52.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:52 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:51.543130+0000 mgr.smithi022.hdvvsq (mgr.14714) 403 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:53.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:52 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:51.543130+0000 mgr.smithi022.hdvvsq (mgr.14714) 403 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:47:54.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:54 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:53.543695+0000 mgr.smithi022.hdvvsq (mgr.14714) 404 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:54.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:54 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:53.543695+0000 mgr.smithi022.hdvvsq (mgr.14714) 404 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:56.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:56 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:55.544255+0000 mgr.smithi022.hdvvsq (mgr.14714) 405 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:57.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:56 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:55.544255+0000 mgr.smithi022.hdvvsq (mgr.14714) 405 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:58.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:47:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:57.544855+0000 mgr.smithi022.hdvvsq (mgr.14714) 406 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:47:59.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:47:58 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:57.544855+0000 mgr.smithi022.hdvvsq (mgr.14714) 406 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:00.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:00 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:47:59.545587+0000 mgr.smithi022.hdvvsq (mgr.14714) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:01.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:00 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:47:59.545587+0000 mgr.smithi022.hdvvsq (mgr.14714) 407 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:02.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:02 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:01.546142+0000 mgr.smithi022.hdvvsq (mgr.14714) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:03.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:02 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:01.546142+0000 mgr.smithi022.hdvvsq (mgr.14714) 408 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:04.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:04 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:03.546725+0000 mgr.smithi022.hdvvsq (mgr.14714) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:04.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:04 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:03.546725+0000 mgr.smithi022.hdvvsq (mgr.14714) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:06.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:06 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:05.547437+0000 mgr.smithi022.hdvvsq (mgr.14714) 410 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:07.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:06 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:05.547437+0000 mgr.smithi022.hdvvsq (mgr.14714) 410 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:08.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:08 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:07.547983+0000 mgr.smithi022.hdvvsq (mgr.14714) 411 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:09.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:07.547983+0000 mgr.smithi022.hdvvsq (mgr.14714) 411 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:10.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:10 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:09.548543+0000 mgr.smithi022.hdvvsq (mgr.14714) 412 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:11.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:09.548543+0000 mgr.smithi022.hdvvsq (mgr.14714) 412 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:12.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:12 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:11.549082+0000 mgr.smithi022.hdvvsq (mgr.14714) 413 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:13.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:11.549082+0000 mgr.smithi022.hdvvsq (mgr.14714) 413 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:14.083 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-16T20:48:14.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:14 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:13.549728+0000 mgr.smithi022.hdvvsq (mgr.14714) 414 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:14.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:13.549728+0000 mgr.smithi022.hdvvsq (mgr.14714) 414 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:16.387 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (2m) 98s ago 17m 16.7M - 0.23.0 ba2b418f427c a609601bb88c 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (7m) 98s ago 17m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc cacd8abdaadb 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi117 smithi117 running (7m) 2m ago 16m 6643k - 16.2.14-521-g0e714d9a 1fbc92c859dc ae1f6bd44989 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (104s) 98s ago 17m 45.7M - 8.3.5 dad864ee21e9 8a7600b57ed2 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi022.qtovwy smithi022 running (3m) 98s ago 11m 39.8M - 16.2.14-521-g0e714d9a 1fbc92c859dc e8ab4c100a49 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:mds.foofs.smithi117.bygeew smithi117 running (3m) 2m ago 11m 14.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9d2bcbaadcf7 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.hdvvsq smithi022 *:8443,9283 running (8m) 98s ago 18m 447M - 16.2.14-521-g0e714d9a 1fbc92c859dc 12978b087dff 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi117.kdrhet smithi117 *:8443,9283 running (8m) 2m ago 16m 388M - 16.2.14-521-g0e714d9a 1fbc92c859dc acafb5108feb 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (8m) 98s ago 18m 60.6M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3f9cd4419e6d 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi117 smithi117 running (7m) 2m ago 16m 44.9M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 3fdb4cc38415 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.0.1.smithi022.rdqzam smithi022 *:2049 running (2m) 98s ago 9m 237M - 3.5 1fbc92c859dc a5836e412bde 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:nfs.foo.1.1.smithi117.jlvrjd smithi117 *:2049 running (2m) 2m ago 9m 60.3M - 3.5 1fbc92c859dc c5b6184f8101 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (2m) 98s ago 16m 13.5M - 1.3.1 1dbe0e931976 1b2c38364501 2024-02-16T20:48:16.388 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi117 smithi117 *:9100 running (2m) 2m ago 16m 3317k - 1.3.1 1dbe0e931976 02f2cb3d9697 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi022 running (7m) 98s ago 15m 146M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc f4330335be0f 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (6m) 98s ago 15m 117M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc ed19ed9d4ca7 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi022 running (6m) 98s ago 14m 118M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 352bdaeb5fe6 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (5m) 98s ago 14m 152M 1945M 16.2.14-521-g0e714d9a 1fbc92c859dc 34f2aa5e8d0c 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi117 running (5m) 2m ago 14m 150M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 222f01fb2d3d 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi117 running (4m) 2m ago 13m 132M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 1baed4afe8e3 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi117 running (4m) 2m ago 13m 120M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 6adc7c3c7525 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi117 running (3m) 2m ago 13m 160M 2712M 16.2.14-521-g0e714d9a 1fbc92c859dc 8d5daa84254e 2024-02-16T20:48:16.389 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (2m) 98s ago 16m 61.8M - 2.33.4 514e6a882f6e 7bc2919fd71a 2024-02-16T20:48:16.723 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:16 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:15.550292+0000 mgr.smithi022.hdvvsq (mgr.14714) 415 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:17.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:15.550292+0000 mgr.smithi022.hdvvsq (mgr.14714) 415 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:17.158 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-16T20:48:17.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:17 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:16.377163+0000 mgr.smithi022.hdvvsq (mgr.14714) 416 : audit [DBG] from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:48:18.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:16.377163+0000 mgr.smithi022.hdvvsq (mgr.14714) 416 : audit [DBG] from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:48:18.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:18 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:17.550786+0000 mgr.smithi022.hdvvsq (mgr.14714) 417 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:19.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:17.550786+0000 mgr.smithi022.hdvvsq (mgr.14714) 417 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: "mon": { 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: "mgr": { 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:48:19.449 INFO:teuthology.orchestra.run.smithi022.stdout: "osd": { 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 8 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: "mds": { 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: "overall": { 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 14 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:48:19.450 INFO:teuthology.orchestra.run.smithi022.stdout:} 2024-02-16T20:48:19.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:19 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:19.448233+0000 mon.smithi022 (mon.0) 858 : audit [DBG] from='client.? 172.21.15.22:0/3310678250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:48:19.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:19.448233+0000 mon.smithi022 (mon.0) 858 : audit [DBG] from='client.? 172.21.15.22:0/3310678250' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:48:20.123 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-16T20:48:20.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:20 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:19.551299+0000 mgr.smithi022.hdvvsq (mgr.14714) 418 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:21.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:19.551299+0000 mgr.smithi022.hdvvsq (mgr.14714) 418 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:22.495 INFO:teuthology.orchestra.run.smithi022.stdout:true 2024-02-16T20:48:22.892 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:21.551825+0000 mgr.smithi022.hdvvsq (mgr.14714) 419 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:22.892 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:22 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:22.482539+0000 mon.smithi022 (mon.0) 859 : audit [DBG] from='client.? 172.21.15.22:0/1059369045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:48:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:21.551825+0000 mgr.smithi022.hdvvsq (mgr.14714) 419 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:23.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:22.482539+0000 mon.smithi022 (mon.0) 859 : audit [DBG] from='client.? 172.21.15.22:0/1059369045' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:48:23.162 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-02-16T20:48:24.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:23.552448+0000 mgr.smithi022.hdvvsq (mgr.14714) 420 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:24.629 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:24 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:23.552448+0000 mgr.smithi022.hdvvsq (mgr.14714) 420 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:25.453 INFO:teuthology.orchestra.run.smithi022.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)" 2024-02-16T20:48:25.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:25 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:25.439648+0000 mon.smithi022 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.22:0/1257969447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:48:25.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:25.439648+0000 mon.smithi022 (mon.0) 860 : audit [DBG] from='client.? 172.21.15.22:0/1257969447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-16T20:48:26.142 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-02-16T20:48:26.143 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-16T20:48:26.143 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-16T20:48:26.832 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:26 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:25.552885+0000 mgr.smithi022.hdvvsq (mgr.14714) 421 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:26.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:25.552885+0000 mgr.smithi022.hdvvsq (mgr.14714) 421 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:28.216 INFO:teuthology.orchestra.run.smithi022.stdout: 2024-02-16T20:48:28.216 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-16T20:30:15.325590Z", "last_refresh": "2024-02-16T20:46:38.378438Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-16T20:30:02.875303Z", "last_refresh": "2024-02-16T20:45:45.824967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-16T20:30:12.701873Z", "last_refresh": "2024-02-16T20:46:38.378589Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-16T20:36:38.901418Z", "last_refresh": "2024-02-16T20:45:45.825580Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-16T20:30:01.562448Z", "last_refresh": "2024-02-16T20:45:45.825107Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi117:172.21.15.117=smithi117"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-16T20:31:14.308869Z", "last_refresh": "2024-02-16T20:45:45.825181Z", "running": 2, "size": 2}}, {"events": ["2024-02-16T20:39:52.941712Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-02-16T20:39:04.183140Z", "last_refresh": "2024-02-16T20:45:45.825643Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-16T20:30:13.983282Z", "last_refresh": "2024-02-16T20:45:45.825249Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "last_refresh": "2024-02-16T20:45:45.825313Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-16T20:30:11.312837Z", "last_refresh": "2024-02-16T20:46:38.378719Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-16T20:48:28.866 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:28 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:27.553506+0000 mgr.smithi022.hdvvsq (mgr.14714) 422 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:28.887 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-16T20:48:28.887 DEBUG:teuthology.parallel:result is None 2024-02-16T20:48:28.887 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-16T20:48:28.898 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:48:28.898 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-02-16T20:48:28.931 INFO:teuthology.orchestra.run.smithi022.stderr:+ umount /mnt/foo 2024-02-16T20:48:28.959 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-16T20:48:28.968 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:48:28.968 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-02-16T20:48:29.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:27.553506+0000 mgr.smithi022.hdvvsq (mgr.14714) 422 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:29.713 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:29 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:28.211562+0000 mgr.smithi022.hdvvsq (mgr.14714) 423 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:48:29.942 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:28.211562+0000 mgr.smithi022.hdvvsq (mgr.14714) 423 : audit [DBG] from='client.34448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-16T20:48:30.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:30 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:29.553937+0000 mgr.smithi022.hdvvsq (mgr.14714) 424 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:31.059 INFO:teuthology.orchestra.run.smithi022.stdout:foo 2024-02-16T20:48:31.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:29.553937+0000 mgr.smithi022.hdvvsq (mgr.14714) 424 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:31.635 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph nfs export ls foo --detailed' 2024-02-16T20:48:31.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:31 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:31.043339+0000 mgr.smithi022.hdvvsq (mgr.14714) 425 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:48:32.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:31.043339+0000 mgr.smithi022.hdvvsq (mgr.14714) 425 : audit [DBG] from='client.34452 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:48:32.936 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:32 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:31.554549+0000 mgr.smithi022.hdvvsq (mgr.14714) 426 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:33.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:31.554549+0000 mgr.smithi022.hdvvsq (mgr.14714) 426 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-16T20:48:33.673 INFO:teuthology.orchestra.run.smithi022.stdout:[ 2024-02-16T20:48:33.673 INFO:teuthology.orchestra.run.smithi022.stdout: { 2024-02-16T20:48:33.673 INFO:teuthology.orchestra.run.smithi022.stdout: "export_id": 1, 2024-02-16T20:48:33.673 INFO:teuthology.orchestra.run.smithi022.stdout: "path": "/", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "cluster_id": "foo", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "pseudo": "/fake", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "access_type": "RW", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "squash": "no_root_squash", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "security_label": true, 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "protocols": [ 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: 4 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "transports": [ 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "TCP" 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: ], 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "fsal": { 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "name": "CEPH", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "user_id": "nfs.foo.1", 2024-02-16T20:48:33.674 INFO:teuthology.orchestra.run.smithi022.stdout: "fs_name": "foofs" 2024-02-16T20:48:33.675 INFO:teuthology.orchestra.run.smithi022.stdout: }, 2024-02-16T20:48:33.675 INFO:teuthology.orchestra.run.smithi022.stdout: "clients": [] 2024-02-16T20:48:33.675 INFO:teuthology.orchestra.run.smithi022.stdout: } 2024-02-16T20:48:33.675 INFO:teuthology.orchestra.run.smithi022.stdout:] 2024-02-16T20:48:34.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:33.554981+0000 mgr.smithi022.hdvvsq (mgr.14714) 427 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:34.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:34 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:33.644645+0000 mgr.smithi022.hdvvsq (mgr.14714) 428 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:48:34.535 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'rados -p .nfs --all ls -' 2024-02-16T20:48:34.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:33.554981+0000 mgr.smithi022.hdvvsq (mgr.14714) 427 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-16T20:48:34.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:33.644645+0000 mgr.smithi022.hdvvsq (mgr.14714) 428 : audit [DBG] from='client.34456 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-16T20:48:35.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:34.289677+0000 mon.smithi022 (mon.0) 861 : cluster [DBG] mgrmap e36: smithi022.hdvvsq(active, since 8m), standbys: smithi117.kdrhet 2024-02-16T20:48:35.703 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:35 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:34.289677+0000 mon.smithi022 (mon.0) 861 : cluster [DBG] mgrmap e36: smithi022.hdvvsq(active, since 8m), standbys: smithi117.kdrhet 2024-02-16T20:48:36.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:36 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:35.555550+0000 mgr.smithi022.hdvvsq (mgr.14714) 429 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-16T20:48:36.506 INFO:teuthology.orchestra.run.smithi022.stdout:foo grace 2024-02-16T20:48:36.506 INFO:teuthology.orchestra.run.smithi022.stdout:foo rec-0000000000000005:nfs.foo.1 2024-02-16T20:48:36.507 INFO:teuthology.orchestra.run.smithi022.stdout:foo rec-0000000000000005:nfs.foo.0 2024-02-16T20:48:36.507 INFO:teuthology.orchestra.run.smithi022.stdout:foo conf-nfs.foo 2024-02-16T20:48:36.507 INFO:teuthology.orchestra.run.smithi022.stdout:foo export-1 2024-02-16T20:48:36.594 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:35.555550+0000 mgr.smithi022.hdvvsq (mgr.14714) 429 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-16T20:48:37.092 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 5' 2024-02-16T20:48:38.724 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:38 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: cluster 2024-02-16T20:48:37.556144+0000 mgr.smithi022.hdvvsq (mgr.14714) 430 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-16T20:48:39.094 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: cluster 2024-02-16T20:48:37.556144+0000 mgr.smithi022.hdvvsq (mgr.14714) 430 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 208 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-16T20:48:39.254 INFO:teuthology.orchestra.run.smithi022.stdout:5 2024-02-16T20:48:39.880 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:38.821131+0000 mon.smithi022 (mon.0) 862 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:48:39.880 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:39.162020+0000 mon.smithi022 (mon.0) 863 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:48:39.880 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:39.162744+0000 mon.smithi022 (mon.0) 864 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:48:39.880 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:39.166785+0000 mon.smithi022 (mon.0) 865 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:48:39.881 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:39.171792+0000 mon.smithi022 (mon.0) 866 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:48:39.881 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:39 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: audit 2024-02-16T20:48:39.241001+0000 mon.smithi022 (mon.0) 867 : audit [DBG] from='client.? 172.21.15.22:0/3099845111' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-16T20:48:39.904 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-16T20:48:39.919 INFO:tasks.cephadm:Teardown begin 2024-02-16T20:48:39.919 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:48:39.942 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:38.821131+0000 mon.smithi022 (mon.0) 862 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-16T20:48:39.942 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:39.162020+0000 mon.smithi022 (mon.0) 863 : audit [DBG] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-16T20:48:39.942 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:39.162744+0000 mon.smithi022 (mon.0) 864 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-16T20:48:39.942 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:39.166785+0000 mon.smithi022 (mon.0) 865 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:48:39.942 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:39.171792+0000 mon.smithi022 (mon.0) 866 : audit [INF] from='mgr.14714 172.21.15.22:0/2905269321' entity='mgr.smithi022.hdvvsq' 2024-02-16T20:48:39.943 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: audit 2024-02-16T20:48:39.241001+0000 mon.smithi022 (mon.0) 867 : audit [DBG] from='client.? 172.21.15.22:0/3099845111' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-02-16T20:48:39.952 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:48:39.990 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-16T20:48:39.990 DEBUG:teuthology.orchestra.run.smithi022:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-16T20:48:40.012 DEBUG:teuthology.orchestra.run.smithi117:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-16T20:48:40.050 INFO:tasks.cephadm:Stopping all daemons... 2024-02-16T20:48:40.050 INFO:tasks.cephadm.mon.smithi022:Stopping mon.smithi022... 2024-02-16T20:48:40.051 DEBUG:teuthology.orchestra.run.smithi022:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022 2024-02-16T20:48:40.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:40 smithi022 systemd[1]: Stopping Ceph mon.smithi022 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:48:40.224 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:40 smithi022 bash[100869]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi022" found: no such container 2024-02-16T20:48:40.694 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:48:40.365+0000 7f5e39960700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi022 -f --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 (PID: 1) UID: 0 2024-02-16T20:48:40.695 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:40 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022[76908]: debug 2024-02-16T20:48:40.365+0000 7f5e39960700 -1 mon.smithi022@0(leader) e2 *** Got Signal Terminated *** 2024-02-16T20:48:40.974 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Feb 16 20:48:40 smithi022 bash[100908]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi022 2024-02-16T20:48:41.188 DEBUG:teuthology.orchestra.run.smithi022:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi022.service' 2024-02-16T20:48:41.233 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:48:41.234 INFO:tasks.cephadm.mon.smithi022:Stopped mon.smithi022 2024-02-16T20:48:41.234 INFO:tasks.cephadm.mon.smithi117:Stopping mon.smithi117... 2024-02-16T20:48:41.234 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi117 2024-02-16T20:48:41.559 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:41 smithi117 systemd[1]: Stopping Ceph mon.smithi117 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:48:41.559 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:41 smithi117 bash[69719]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon.smithi117" found: no such container 2024-02-16T20:48:41.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:48:41.556+0000 7f8ecf047700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi117 -f --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 (PID: 1) UID: 0 2024-02-16T20:48:41.844 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:41 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117[57426]: debug 2024-02-16T20:48:41.556+0000 7f8ecf047700 -1 mon.smithi117@1(peon) e2 *** Got Signal Terminated *** 2024-02-16T20:48:42.253 INFO:journalctl@ceph.mon.smithi117.smithi117.stdout:Feb 16 20:48:42 smithi117 bash[69759]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-mon-smithi117 2024-02-16T20:48:42.648 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@mon.smithi117.service' 2024-02-16T20:48:42.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:48:42.694 INFO:tasks.cephadm.mon.smithi117:Stopped mon.smithi117 2024-02-16T20:48:42.694 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-16T20:48:42.694 DEBUG:teuthology.orchestra.run.smithi022:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.0 2024-02-16T20:48:42.989 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:48:42 smithi022 systemd[1]: Stopping Ceph osd.0 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:48:42.989 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:48:42 smithi022 bash[101037]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.0" found: no such container 2024-02-16T20:48:43.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:48:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:48:42.986+0000 7f5b7e55e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:48:43.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:48:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:48:42.986+0000 7f5b7e55e700 -1 osd.0 113 *** Got signal Terminated *** 2024-02-16T20:48:43.474 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:48:42 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0[80456]: debug 2024-02-16T20:48:42.986+0000 7f5b7e55e700 -1 osd.0 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:48:48.662 INFO:journalctl@ceph.osd.0.smithi022.stdout:Feb 16 20:48:48 smithi022 bash[101077]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-0 2024-02-16T20:48:50.235 DEBUG:teuthology.orchestra.run.smithi022:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.0.service' 2024-02-16T20:48:50.280 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:48:50.280 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-16T20:48:50.280 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-16T20:48:50.280 DEBUG:teuthology.orchestra.run.smithi022:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.1 2024-02-16T20:48:50.589 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:48:50 smithi022 systemd[1]: Stopping Ceph osd.1 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:48:50.589 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:48:50 smithi022 bash[101316]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.1" found: no such container 2024-02-16T20:48:50.974 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:48:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:48:50.586+0000 7f9068aa6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:48:50.974 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:48:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:48:50.586+0000 7f9068aa6700 -1 osd.1 113 *** Got signal Terminated *** 2024-02-16T20:48:50.974 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:48:50 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1[82946]: debug 2024-02-16T20:48:50.586+0000 7f9068aa6700 -1 osd.1 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:48:56.224 INFO:journalctl@ceph.osd.1.smithi022.stdout:Feb 16 20:48:56 smithi022 bash[101356]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-1 2024-02-16T20:48:57.778 DEBUG:teuthology.orchestra.run.smithi022:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.1.service' 2024-02-16T20:48:57.822 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:48:57.822 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-16T20:48:57.822 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-16T20:48:57.822 DEBUG:teuthology.orchestra.run.smithi022:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.2 2024-02-16T20:48:58.150 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:48:57 smithi022 systemd[1]: Stopping Ceph osd.2 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:48:58.150 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:48:57 smithi022 bash[101592]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.2" found: no such container 2024-02-16T20:48:58.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:48:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:48:58.147+0000 7f32c0aee700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:48:58.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:48:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:48:58.147+0000 7f32c0aee700 -1 osd.2 113 *** Got signal Terminated *** 2024-02-16T20:48:58.474 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:48:58 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2[85375]: debug 2024-02-16T20:48:58.147+0000 7f32c0aee700 -1 osd.2 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:49:03.974 INFO:journalctl@ceph.osd.2.smithi022.stdout:Feb 16 20:49:03 smithi022 bash[101632]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-2 2024-02-16T20:49:05.559 DEBUG:teuthology.orchestra.run.smithi022:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.2.service' 2024-02-16T20:49:05.604 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:49:05.605 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-16T20:49:05.605 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-16T20:49:05.605 DEBUG:teuthology.orchestra.run.smithi022:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.3 2024-02-16T20:49:05.913 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:05 smithi022 systemd[1]: Stopping Ceph osd.3 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:49:05.913 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:05 smithi022 bash[101871]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.3" found: no such container 2024-02-16T20:49:06.224 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:49:05.910+0000 7fe5f07e4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:49:06.224 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:49:05.910+0000 7fe5f07e4700 -1 osd.3 113 *** Got signal Terminated *** 2024-02-16T20:49:06.224 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:05 smithi022 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3[87825]: debug 2024-02-16T20:49:05.910+0000 7fe5f07e4700 -1 osd.3 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:49:08.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:08.315+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:08.982 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:08.696+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:09.327 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:08 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:08.982+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:09.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:09.344+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:09.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:09.326+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:09.975 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:09.708+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:10.338 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:09 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:09.973+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:10.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:10.336+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:10.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:10.353+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:11.004 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:10 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:10.687+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:11.311 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:11.002+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:11.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:11.310+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:11.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:11.334+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:11.723 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:11 smithi022 bash[101912]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-3 2024-02-16T20:49:11.988 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:11.642+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:12.305 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:11 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:11.986+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:12.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:12.304+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:12.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:12.330+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:12.978 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:12.650+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:13.075 DEBUG:teuthology.orchestra.run.smithi022:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.3.service' 2024-02-16T20:49:13.106 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:13 smithi022 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.3.service: Succeeded. 2024-02-16T20:49:13.106 INFO:journalctl@ceph.osd.3.smithi022.stdout:Feb 16 20:49:13 smithi022 systemd[1]: Stopped Ceph osd.3 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:49:13.121 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:49:13.121 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-16T20:49:13.121 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-16T20:49:13.122 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.4 2024-02-16T20:49:13.317 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:13 smithi117 systemd[1]: Stopping Ceph osd.4 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:49:13.317 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:13 smithi117 bash[69888]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.4" found: no such container 2024-02-16T20:49:13.317 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:12 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:12.977+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:13.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:13.327+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:13.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:13.315+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:13.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:13.440+0000 7f246f49a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:49:13.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:13.440+0000 7f246f49a700 -1 osd.4 113 *** Got signal Terminated *** 2024-02-16T20:49:13.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:13.440+0000 7f246f49a700 -1 osd.4 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:49:13.970 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:13.658+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:14.282 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:13 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:13.969+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:14.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:14.281+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:14.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:14.358+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:14.982 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:14.623+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:15.327 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:14 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:14.982+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:15.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:15.326+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:15.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:15.351+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:15.992 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:15.672+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:16.304 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:15 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:15.992+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:16.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:16.304+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:16.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:16.358+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:16.994 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:16.666+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:17.256 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:16 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:16.994+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:17.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:17.255+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:17.594 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:17.256+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:53.311117+0000 front 2024-02-16T20:48:53.311138+0000 (oldest deadline 2024-02-16T20:49:16.811006+0000) 2024-02-16T20:49:17.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:17.355+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:17.594 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:17.355+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:17.998 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:17.666+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:18.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:17 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:17.997+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:18.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:18.216+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.208998+0000 front 2024-02-16T20:48:47.209072+0000 (oldest deadline 2024-02-16T20:49:08.308910+0000) 2024-02-16T20:49:18.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4[60032]: debug 2024-02-16T20:49:18.216+0000 7f246a413700 -1 osd.4 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:53.311117+0000 front 2024-02-16T20:48:53.311138+0000 (oldest deadline 2024-02-16T20:49:16.811006+0000) 2024-02-16T20:49:18.712 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:18.360+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:18.712 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:18.360+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:18.969 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:18.711+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:18.969 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:18.711+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:19.344 INFO:journalctl@ceph.osd.4.smithi117.stdout:Feb 16 20:49:19 smithi117 bash[69931]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-4 2024-02-16T20:49:19.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:18 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:18.968+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:19.661 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:19.406+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:19.661 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:19.406+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:19.942 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:19.745+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:19.942 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:19 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:19.745+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:20.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:20.015+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:20.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:20.015+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:20.712 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:20.369+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:20.713 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:20.369+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:20.760 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.4.service' 2024-02-16T20:49:20.801 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:49:20.801 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-16T20:49:20.801 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-16T20:49:20.801 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.5 2024-02-16T20:49:20.983 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:20 smithi117 systemd[1]: Stopping Ceph osd.5 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:49:20.983 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:20 smithi117 bash[70166]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.5" found: no such container 2024-02-16T20:49:20.983 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:20.712+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:20.984 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:20.712+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:21.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:21.142+0000 7f0741a83700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:49:21.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:21.142+0000 7f0741a83700 -1 osd.5 113 *** Got signal Terminated *** 2024-02-16T20:49:21.344 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:21.142+0000 7f0741a83700 -1 osd.5 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:49:21.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:20.982+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:21.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:20 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:20.982+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:21.696 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:21.384+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:21.696 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:21.384+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:22.019 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:21.695+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:22.019 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:21 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:21.695+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:22.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:22.018+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:22.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:22.018+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:22.711 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:22.390+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:22.711 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:22.390+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:22.981 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:22.710+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:22.981 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:22.710+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:23.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:22.980+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:23.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:22 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:22.980+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:23.741 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:23.424+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:23.741 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:23.424+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:24.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:23.740+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:24.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:23.740+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:24.094 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:23.961+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:24.094 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:23 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:23.961+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:24.742 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:24.398+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:24.742 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:24.398+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:25.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:24.741+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:25.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:24.741+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:25.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:24.741+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:25.094 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:24.982+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:25.094 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:24 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:24.982+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:25.722 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:25.426+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:43.658619+0000 front 2024-02-16T20:48:43.658639+0000 (oldest deadline 2024-02-16T20:49:08.958552+0000) 2024-02-16T20:49:25.722 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5[61981]: debug 2024-02-16T20:49:25.426+0000 7f073c1fb700 -1 osd.5 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.859741+0000 front 2024-02-16T20:48:54.859874+0000 (oldest deadline 2024-02-16T20:49:16.559701+0000) 2024-02-16T20:49:26.016 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:25.721+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:26.017 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:25.721+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:26.017 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:25 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:25.721+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:26.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:26.016+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:26.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:26.016+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:26.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:26.016+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:26.763 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:26 smithi117 bash[70206]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-5 2024-02-16T20:49:27.064 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:26.761+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:27.064 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:26.761+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:27.064 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:26 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:26.761+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:27.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:27.062+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:27.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:27.062+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:27.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:27.062+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:28.060 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:27.721+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:28.060 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:27.721+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:28.061 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:27 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:27.721+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:28.303 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.5.service' 2024-02-16T20:49:28.332 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:28 smithi117 systemd[1]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.5.service: Succeeded. 2024-02-16T20:49:28.332 INFO:journalctl@ceph.osd.5.smithi117.stdout:Feb 16 20:49:28 smithi117 systemd[1]: Stopped Ceph osd.5 for fcadf1c4-cd09-11ee-95ba-87774f69a715. 2024-02-16T20:49:28.332 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:28.059+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:28.332 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:28.059+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:28.333 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:28.059+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:28.346 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:49:28.346 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-16T20:49:28.346 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-16T20:49:28.346 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.6 2024-02-16T20:49:28.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 systemd[1]: Stopping Ceph osd.6 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:49:28.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 bash[70446]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.6" found: no such container 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:28.686+0000 7ff505212700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:28.686+0000 7ff505212700 -1 osd.6 113 *** Got signal Terminated *** 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:28.686+0000 7ff505212700 -1 osd.6 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:29.036+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:28.740+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:28.740+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:29.037 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:28 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:28.740+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:29.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:29.036+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:29.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:29.036+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:30.038 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:29.720+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:30.039 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:29.720+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:30.039 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:29 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:29.720+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:30.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:30.038+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:30.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:30.038+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:30.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:30.038+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:31.083 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:30.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:31.083 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:30.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:31.083 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:30 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:30.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:31.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:31.081+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:31.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:31.081+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:31.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:31.081+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:32.055 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:31.749+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:32.055 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:31.749+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:32.055 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:31 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:31.749+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:32.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:32.053+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:32.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:32.053+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:32.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:32.053+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:32.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:32.053+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:10.349860+0000 front 2024-02-16T20:49:10.349876+0000 (oldest deadline 2024-02-16T20:49:31.449728+0000) 2024-02-16T20:49:33.049 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:32.716+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:33.049 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:32.716+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:33.049 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:32.716+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:33.049 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:32 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:32.716+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:33.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:33.047+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:44.046876+0000 front 2024-02-16T20:48:44.046841+0000 (oldest deadline 2024-02-16T20:49:08.746749+0000) 2024-02-16T20:49:33.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:33.047+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:55.148182+0000 front 2024-02-16T20:48:55.148124+0000 (oldest deadline 2024-02-16T20:49:19.847999+0000) 2024-02-16T20:49:33.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:33.047+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:48:59.848577+0000 front 2024-02-16T20:48:59.848509+0000 (oldest deadline 2024-02-16T20:49:25.148432+0000) 2024-02-16T20:49:33.344 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6[63900]: debug 2024-02-16T20:49:33.047+0000 7ff50218f700 -1 osd.6 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:10.349860+0000 front 2024-02-16T20:49:10.349876+0000 (oldest deadline 2024-02-16T20:49:31.449728+0000) 2024-02-16T20:49:34.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:33.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:34.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:33.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:34.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:33.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:34.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:33 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:33.744+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:34.594 INFO:journalctl@ceph.osd.6.smithi117.stdout:Feb 16 20:49:34 smithi117 bash[70483]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-6 2024-02-16T20:49:35.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:34.706+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:35.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:34.706+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:35.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:34.706+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:35.095 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:34 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:34.706+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:35.681 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.6.service' 2024-02-16T20:49:35.720 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:49:35.720 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-16T20:49:35.720 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-16T20:49:35.720 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.7 2024-02-16T20:49:36.047 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:35.688+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:36.047 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:35.688+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:36.047 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:35.688+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:36.047 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:35 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:35.688+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:36.047 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:35 smithi117 systemd[1]: Stopping Ceph osd.7 for fcadf1c4-cd09-11ee-95ba-87774f69a715... 2024-02-16T20:49:36.047 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:35 smithi117 bash[70726]: Error: no container with name or ID "ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd.7" found: no such container 2024-02-16T20:49:36.048 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.045+0000 7f6b96f64700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-16T20:49:36.048 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.045+0000 7f6b96f64700 -1 osd.7 113 *** Got signal Terminated *** 2024-02-16T20:49:36.048 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.045+0000 7f6b96f64700 -1 osd.7 113 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-16T20:49:37.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.639+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:37.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.639+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:37.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.639+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:37.095 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:36 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:36.639+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:38.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:37.614+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:38.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:37.614+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:38.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:37.614+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:38.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:37 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:37.614+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:39.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:38.629+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:39.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:38.629+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:39.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:38.629+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:39.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:38 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:38.629+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:39.942 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:39.657+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:39.942 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:39.657+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:39.943 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:39.657+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:39.943 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:39.657+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:39.943 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:39 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:39.657+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-02-16T20:49:15.563674+0000 front 2024-02-16T20:49:15.563764+0000 (oldest deadline 2024-02-16T20:49:39.063678+0000) 2024-02-16T20:49:41.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:40.654+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6806 osd.0 since back 2024-02-16T20:48:47.858628+0000 front 2024-02-16T20:48:47.858731+0000 (oldest deadline 2024-02-16T20:49:08.358533+0000) 2024-02-16T20:49:41.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:40.654+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6814 osd.1 since back 2024-02-16T20:48:54.660624+0000 front 2024-02-16T20:48:54.660613+0000 (oldest deadline 2024-02-16T20:49:18.160497+0000) 2024-02-16T20:49:41.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:40.654+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6822 osd.2 since back 2024-02-16T20:49:01.661444+0000 front 2024-02-16T20:49:01.661455+0000 (oldest deadline 2024-02-16T20:49:24.561448+0000) 2024-02-16T20:49:41.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:40.654+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.22:6830 osd.3 since back 2024-02-16T20:49:09.762980+0000 front 2024-02-16T20:49:09.763028+0000 (oldest deadline 2024-02-16T20:49:32.662908+0000) 2024-02-16T20:49:41.094 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:40 smithi117 ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7[65781]: debug 2024-02-16T20:49:40.655+0000 7f6b946e2700 -1 osd.7 113 heartbeat_check: no reply from 172.21.15.117:6804 osd.4 since back 2024-02-16T20:49:15.563674+0000 front 2024-02-16T20:49:15.563764+0000 (oldest deadline 2024-02-16T20:49:39.063678+0000) 2024-02-16T20:49:41.844 INFO:journalctl@ceph.osd.7.smithi117.stdout:Feb 16 20:49:41 smithi117 bash[70764]: ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715-osd-7 2024-02-16T20:49:43.056 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-fcadf1c4-cd09-11ee-95ba-87774f69a715@osd.7.service' 2024-02-16T20:49:43.096 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-16T20:49:43.096 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-16T20:49:43.096 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-16T20:52:40.700 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-16T20:53:01.129 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:53:01.169 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-16T20:53:01.199 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-16T20:53:01.202 DEBUG:teuthology.misc:Transferring archived files from smithi022:/var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/remote/ubuntu@smithi022.front.sepia.ceph.com/crash 2024-02-16T20:53:01.202 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/crash -- . 2024-02-16T20:53:01.270 INFO:teuthology.orchestra.run.smithi022.stderr:tar: /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-16T20:53:01.270 INFO:teuthology.orchestra.run.smithi022.stderr:tar: Error is not recoverable: exiting now 2024-02-16T20:53:01.272 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/remote/ubuntu@smithi117.front.sepia.ceph.com/crash 2024-02-16T20:53:01.272 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/crash -- . 2024-02-16T20:53:01.304 INFO:teuthology.orchestra.run.smithi117.stderr:tar: /var/lib/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-16T20:53:01.304 INFO:teuthology.orchestra.run.smithi117.stderr:tar: Error is not recoverable: exiting now 2024-02-16T20:53:01.305 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-16T20:53:01.305 DEBUG:teuthology.orchestra.run.smithi022:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-16T20:53:01.337 INFO:teuthology.orchestra.run.smithi022.stdout:2024-02-16T20:39:09.774196+0000 mds.foofs.smithi022.qtovwy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14692 172.21.15.22:0/3968903017) 2024-02-16T20:53:01.338 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-16T20:53:01.338 DEBUG:teuthology.orchestra.run.smithi022:> sudo egrep '\[SEC\]' /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-16T20:53:01.411 DEBUG:teuthology.orchestra.run.smithi022:> sudo egrep '\[ERR\]' /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-16T20:53:01.482 DEBUG:teuthology.orchestra.run.smithi022:> sudo egrep '\[WRN\]' /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-16T20:53:01.554 INFO:teuthology.orchestra.run.smithi022.stdout:2024-02-16T20:39:09.774196+0000 mds.foofs.smithi022.qtovwy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14692 172.21.15.22:0/3968903017) 2024-02-16T20:53:01.554 INFO:tasks.cephadm:Compressing logs... 2024-02-16T20:53:01.554 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:53:01.596 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:53:01.623 INFO:teuthology.orchestra.run.smithi022.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-16T20:53:01.623 INFO:teuthology.orchestra.run.smithi022.stderr:: No such file or directory 2024-02-16T20:53:01.623 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mon.smithi022.log 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.2.log 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mon.smithi022.log: /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mgr.smithi022.hdvvsq.log 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi117.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-16T20:53:01.626 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.6.log 2024-02-16T20:53:01.627 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-16T20:53:01.627 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-16T20:53:01.627 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.6.log: gzip /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-volume.log: -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-16T20:53:01.627 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.7.log 2024-02-16T20:53:01.627 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mgr.smithi117.kdrhet.log 2024-02-16T20:53:01.628 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mgr.smithi022.hdvvsq.log: /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.audit.log: 91.0% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-16T20:53:01.628 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-16T20:53:01.628 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.3.log 2024-02-16T20:53:01.629 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.7.log: 84.7% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-16T20:53:01.629 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mgr.smithi117.kdrhet.log: 91.6% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-16T20:53:01.629 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mon.smithi117.log 2024-02-16T20:53:01.629 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log 2024-02-16T20:53:01.629 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mon.smithi117.log: /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.4.log 2024-02-16T20:53:01.629 INFO:teuthology.orchestra.run.smithi117.stderr: 90.3% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-16T20:53:01.630 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.cephadm.log: /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.3.log: 84.8% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-16T20:53:01.630 INFO:teuthology.orchestra.run.smithi022.stderr: 91.4% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-16T20:53:01.631 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.5.log 2024-02-16T20:53:01.632 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.5.log: 88.1% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-16T20:53:01.632 INFO:teuthology.orchestra.run.smithi117.stderr: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-16T20:53:01.632 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi117.bygeew.log 2024-02-16T20:53:01.632 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi117.bygeew.log: 80.4% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi117.bygeew.log.gz 2024-02-16T20:53:01.633 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.0.log 2024-02-16T20:53:01.633 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi022.qtovwy.log 2024-02-16T20:53:01.635 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.0.log: /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi022.qtovwy.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log 2024-02-16T20:53:01.635 INFO:teuthology.orchestra.run.smithi022.stderr: 85.9% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mds.foofs.smithi022.qtovwy.log.gz 2024-02-16T20:53:01.635 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.1.log 2024-02-16T20:53:01.646 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.1.log: 88.1% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-16T20:53:01.646 INFO:teuthology.orchestra.run.smithi022.stderr: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-16T20:53:01.669 INFO:teuthology.orchestra.run.smithi117.stderr: 89.2% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mgr.smithi117.kdrhet.log.gz 2024-02-16T20:53:01.880 INFO:teuthology.orchestra.run.smithi117.stderr: 92.7% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mon.smithi117.log.gz 2024-02-16T20:53:01.998 INFO:teuthology.orchestra.run.smithi022.stderr: 91.0% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mgr.smithi022.hdvvsq.log.gz 2024-02-16T20:53:02.446 INFO:teuthology.orchestra.run.smithi022.stderr: 91.6% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-mon.smithi022.log.gz 2024-02-16T20:53:06.480 INFO:teuthology.orchestra.run.smithi022.stderr: 94.3% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.2.log.gz 2024-02-16T20:53:06.976 INFO:teuthology.orchestra.run.smithi117.stderr: 94.2% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.6.log.gz 2024-02-16T20:53:07.145 INFO:teuthology.orchestra.run.smithi117.stderr: 93.9% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.4.log.gz 2024-02-16T20:53:07.615 INFO:teuthology.orchestra.run.smithi022.stderr: 94.1% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.1.log.gz 2024-02-16T20:53:08.219 INFO:teuthology.orchestra.run.smithi022.stderr: 94.0% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.0.log.gz 2024-02-16T20:53:08.352 INFO:teuthology.orchestra.run.smithi117.stderr: 94.1% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.5.log.gz 2024-02-16T20:53:08.514 INFO:teuthology.orchestra.run.smithi022.stderr: 94.0% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.3.log.gz 2024-02-16T20:53:08.516 INFO:teuthology.orchestra.run.smithi022.stderr: 2024-02-16T20:53:08.516 INFO:teuthology.orchestra.run.smithi022.stderr:real 0m6.904s 2024-02-16T20:53:08.516 INFO:teuthology.orchestra.run.smithi022.stderr:user 0m24.628s 2024-02-16T20:53:08.516 INFO:teuthology.orchestra.run.smithi022.stderr:sys 0m0.885s 2024-02-16T20:53:09.856 INFO:teuthology.orchestra.run.smithi117.stderr: 94.0% -- replaced with /var/log/ceph/fcadf1c4-cd09-11ee-95ba-87774f69a715/ceph-osd.7.log.gz 2024-02-16T20:53:09.858 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-02-16T20:53:09.858 INFO:teuthology.orchestra.run.smithi117.stderr:real 0m8.245s 2024-02-16T20:53:09.858 INFO:teuthology.orchestra.run.smithi117.stderr:user 0m25.133s 2024-02-16T20:53:09.858 INFO:teuthology.orchestra.run.smithi117.stderr:sys 0m0.990s 2024-02-16T20:53:09.858 INFO:tasks.cephadm:Archiving logs... 2024-02-16T20:53:09.858 DEBUG:teuthology.misc:Transferring archived files from smithi022:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/remote/ubuntu@smithi022.front.sepia.ceph.com/log 2024-02-16T20:53:09.859 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-16T20:53:13.322 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/remote/ubuntu@smithi117.front.sepia.ceph.com/log 2024-02-16T20:53:13.323 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-16T20:53:16.894 INFO:tasks.cephadm:Removing cluster... 2024-02-16T20:53:16.894 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 --force 2024-02-16T20:53:17.252 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fcadf1c4-cd09-11ee-95ba-87774f69a715 --force 2024-02-16T20:53:17.596 INFO:tasks.cephadm:Removing cephadm ... 2024-02-16T20:53:17.596 DEBUG:teuthology.orchestra.run.smithi022:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-16T20:53:17.615 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-16T20:53:17.633 INFO:tasks.cephadm:Teardown complete 2024-02-16T20:53:17.633 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-16T20:53:17.644 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-16T20:53:17.645 DEBUG:teuthology.orchestra.run.smithi022:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-16T20:53:17.658 DEBUG:teuthology.orchestra.run.smithi117:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-16T20:53:17.672 INFO:teuthology.orchestra.run.smithi022.stderr:bash: ntpq: command not found 2024-02-16T20:53:17.677 INFO:teuthology.orchestra.run.smithi022.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-16T20:53:17.677 INFO:teuthology.orchestra.run.smithi022.stdout:=============================================================================== 2024-02-16T20:53:17.677 INFO:teuthology.orchestra.run.smithi022.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 +1461us[+1461us] +/- 89ms 2024-02-16T20:53:17.678 INFO:teuthology.orchestra.run.smithi022.stdout:^* hv02.front.sepia.ceph.com 3 6 377 29 -1605us[-1587us] +/- 56ms 2024-02-16T20:53:17.678 INFO:teuthology.orchestra.run.smithi022.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 +964us[ +964us] +/- 78ms 2024-02-16T20:53:17.678 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:53:17.688 INFO:teuthology.orchestra.run.smithi117.stderr:bash: ntpq: command not found 2024-02-16T20:53:17.693 INFO:teuthology.orchestra.run.smithi117.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-16T20:53:17.693 INFO:teuthology.orchestra.run.smithi117.stdout:=============================================================================== 2024-02-16T20:53:17.693 INFO:teuthology.orchestra.run.smithi117.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 29 +1445us[+1445us] +/- 89ms 2024-02-16T20:53:17.693 INFO:teuthology.orchestra.run.smithi117.stdout:^* hv02.front.sepia.ceph.com 3 6 377 29 -1615us[-1605us] +/- 56ms 2024-02-16T20:53:17.693 INFO:teuthology.orchestra.run.smithi117.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +951us[ +961us] +/- 78ms 2024-02-16T20:53:17.693 INFO:teuthology.orchestra.run.smithi117.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-16T20:53:17.694 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-16T20:53:17.704 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-16T20:53:17.705 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-16T20:53:17.716 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:53:17.782 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:53:17.841 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:53:17.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:53:17.872 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:53:17.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:53:17.900 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-16T20:53:17.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-16T20:53:17.922 INFO:teuthology.task.internal:Duration was 2891.677299 seconds 2024-02-16T20:53:17.922 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-16T20:53:17.933 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-16T20:53:17.933 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-16T20:53:17.936 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-16T20:53:17.980 INFO:teuthology.orchestra.run.smithi022.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-16T20:53:17.985 INFO:teuthology.orchestra.run.smithi117.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-16T20:53:18.357 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-16T20:53:18.357 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi022.front.sepia.ceph.com 2024-02-16T20:53:18.357 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:53:18.380 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi117.front.sepia.ceph.com 2024-02-16T20:53:18.381 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:53:18.403 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-16T20:53:18.403 DEBUG:teuthology.orchestra.run.smithi022:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-16T20:53:18.422 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-16T20:53:18.501 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-16T20:53:18.501 DEBUG:teuthology.orchestra.run.smithi022:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-16T20:53:18.503 DEBUG:teuthology.orchestra.run.smithi117:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-16T20:53:18.635 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-16T20:53:18.645 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-16T20:53:18.646 DEBUG:teuthology.orchestra.run.smithi022:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-16T20:53:18.673 DEBUG:teuthology.orchestra.run.smithi117:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-16T20:53:18.701 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-16T20:53:18.713 DEBUG:teuthology.orchestra.run.smithi022:> 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-16T20:53:18.716 DEBUG:teuthology.orchestra.run.smithi117:> 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-16T20:53:18.741 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = core 2024-02-16T20:53:18.766 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = core 2024-02-16T20:53:18.783 DEBUG:teuthology.orchestra.run.smithi022:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-16T20:53:18.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:53:18.816 DEBUG:teuthology.orchestra.run.smithi117:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-16T20:53:18.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-16T20:53:18.841 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-16T20:53:18.851 INFO:teuthology.task.internal:Transferring archived files... 2024-02-16T20:53:18.852 DEBUG:teuthology.misc:Transferring archived files from smithi022:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/remote/smithi022 2024-02-16T20:53:18.852 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-16T20:53:18.902 DEBUG:teuthology.misc:Transferring archived files from smithi117:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891/remote/smithi117 2024-02-16T20:53:18.903 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-16T20:53:18.944 INFO:teuthology.task.internal:Removing archive directory... 2024-02-16T20:53:18.945 DEBUG:teuthology.orchestra.run.smithi022:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-16T20:53:18.947 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-16T20:53:18.995 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-16T20:53:19.008 INFO:teuthology.task.internal:Not uploading archives. 2024-02-16T20:53:19.008 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-16T20:53:19.019 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-16T20:53:19.020 DEBUG:teuthology.orchestra.run.smithi022:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-16T20:53:19.022 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-16T20:53:19.038 INFO:teuthology.orchestra.run.smithi022.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 16 20:53 /home/ubuntu/cephtest 2024-02-16T20:53:19.053 INFO:teuthology.orchestra.run.smithi117.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 16 20:53 /home/ubuntu/cephtest 2024-02-16T20:53:19.054 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-16T20:53:19.065 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-16T20:53:19.088 INFO:teuthology.nuke:Checking targets against current locks 2024-02-16T20:53:19.120 DEBUG:teuthology.nuke:shortname: smithi022 2024-02-16T20:53:19.120 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-16T20:53:19.142 DEBUG:teuthology.nuke:shortname: smithi117 2024-02-16T20:53:19.142 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-16T20:53:19.145 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891', '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-16 19:57:13.184936', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDA4AFrL9tSOvk2Im4473TogJwSbLJcCBKSVIy9/cSVhlFLcJIY9EY0zRKxlQXX8FjxiWGL41F9eHMZgYtsgeQE='} 2024-02-16T20:53:19.166 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-16_19:10:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7562891', '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-16 19:57:13.186588', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC1mCi1ye11yKOJL1rJpVT1YyNVZhwr/IVBLhMvpBQfA83NteUi8H1Z1siULuYVzTdkTjlJdXVXiai5QFCAuYd8='} 2024-02-16T20:53:19.197 INFO:teuthology.orchestra.console.smithi022:Power off 2024-02-16T20:53:19.197 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-16T20:53:19.213 INFO:teuthology.orchestra.console.smithi117:Power off 2024-02-16T20:53:19.213 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-16T20:53:19.223 DEBUG:teuthology.orchestra.console.smithi022:power off output: Chassis Power Control: Down/Off 2024-02-16T20:53:19.223 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:19.235 DEBUG:teuthology.orchestra.console.smithi117:power off output: Chassis Power Control: Down/Off 2024-02-16T20:53:19.235 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:19.246 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is on 2024-02-16T20:53:19.258 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-02-16T20:53:23.248 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:23.259 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:23.359 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is on 2024-02-16T20:53:23.369 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-02-16T20:53:27.364 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:27.373 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:27.475 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is off 2024-02-16T20:53:27.481 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-02-16T20:53:27.576 INFO:teuthology.orchestra.console.smithi022:Power off completed 2024-02-16T20:53:31.484 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-16T20:53:31.594 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is off 2024-02-16T20:53:31.695 INFO:teuthology.orchestra.console.smithi117:Power off completed 2024-02-16T20:53:31.799 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2891.677298784256 failure_reason: '"2024-02-16T20:39:09.774196+0000 mds.foofs.smithi022.qtovwy (mds.0) 2 : cluster [WRN] client session with duplicated session uuid ''ganesha-nfs.foo.0-0001'' denied (client.14692 172.21.15.22:0/3968903017)" in cluster log' owner: scheduled_lflores@teuthology success: false 2024-02-16T20:53:31.799 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-16T20:53:31.876 INFO:teuthology.run:FAIL